3D prims on unix

Joshua Gargus gargus at ugrad.cs.ualberta.ca
Thu Apr 22 01:40:02 UTC 1999


Hi Andreas,

Ok, my problem was that I made a .so file for each .o file.
Instead, when I did a
'ld -shared -o Squeak3D.so Squeak3D.o b3d*.o', the resulting file works
fine.

Now I get to see what everyone's raving about!

Thanks for your help,
Josh


On Wed, 21 Apr 1999, Raab, Andreas wrote:

> This is probably not going to do it - shared objects need a special link
> pass and if I remember correctly for gcc this '-r' (but don't quote me on
> that).
> 
>   Andreas
> --
> +===== Andreas Raab ========= (andreasr at wdi.disney.com) ==+
> | Walt Disney Imagineering        Phone: +1 818 544 5016  I
> I Glendale, CA                    Fax:   +1 818 544 4544  I
> +======< http://isgwww.cs.uni-magdeburg.de/~raab >========+
> 
> 
> > ----------
> > From: 	Joshua Gargus
> > Reply To: 	squeak at cs.uiuc.edu
> > Sent: 	Wednesday, April 21, 1999 5:52 PM
> > To: 	'squeak at cs.uiuc.edu'
> > Cc: 	recipient list not shown
> > Subject: 	RE: 3D prims on unix
> > 
> > Oops, my fault. (too hasty with my original post)
> > 
> > I had done a 'ld -o <filename.so> <filename.o>'; prior to doing that, 
> > nothing did happen with the .o files in the directory.
> > 
> > Thanks,
> > Josh
> > 
> > 
> > 
> 
> 





More information about the Squeak-dev mailing list