Newsgroups: comp.lang.scheme
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!news.duq.edu!newsgate.duke.edu!news.mathworks.com!newsfeed.internetmci.com!howland.erols.net!vixen.cso.uiuc.edu!uchinews!news
From: goldin@spot.uchicago.edu (Alexey Goldin)
Subject: Re: Gambit-C 2.3 dynamic loading on Sun/Solaris
In-Reply-To: mann@orasis.vis.toronto.edu's message of 10 Sep 96 14:31:46 GMT
X-Nntp-Posting-Host: spot.uchicago.edu
Message-ID: <m1iv9mbe6q.fsf@spot.uchicago.edu>
Lines: 21
Sender: news@midway.uchicago.edu (News Administrator)
Reply-To: alexey@oddjob.uchicago.edu
Organization: University of Chicago -- Academic Computing Services
X-Newsreader: Gnus v5.1
References: <MANN.96Sep10103145@orasis.vis.toronto.edu>
Date: Tue, 10 Sep 1996 15:08:29 GMT

In article <MANN.96Sep10103145@orasis.vis.toronto.edu> mann@orasis.vis.toronto.edu (Richard Mann) writes:


   Has anyone got dynamic loading (compile-file-dynamic) to work
   on Gambit-C 2.3 on Sun/Solaris.

   I tried several compiler settings, but always got the error:
	   *** ERROR -- Unbound variable: elf
   when I tried to load an object file.

   I used to work in Gambit-C 2.2...

   Thanks,
	   Richard.

Are you trying yo load "file.o" or "file.o1"?

Try to type (load "file") if you tried (load "file.o") --- this
works for me on SunOs and Linux. 

 
