home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!vexcel!copper!slate!iarit
- From: iarit@slate.mines.colorado.edu (ARIT ISMAIL)
- Newsgroups: comp.os.linux
- Subject: rayshade.4.0. and gcc ....
- Message-ID: <1992Dec19.005615.29491@slate.mines.colorado.edu>
- Date: 19 Dec 92 00:56:15 GMT
- Organization: Colorado School of Mines
- Lines: 48
-
- Hi ,
-
- I am trying to compile rayshade.4.0. on SLS .98p5 Linux
- with no luck.. First, I got rayshade406.tar.Z(with compiled libs)
- from tsx-11 but couldn't manage to compile rayshade. Then, I got the
- original source code form some other ftp site, managed to
- create libs, but can't link libs with .o files.
- I guess it is something related with shared lib stuff.
- Here is the error;
- ....
- ...
- ..
- make[2]: `../libray.a' is up to date.
- make[1]: `libshade.a' is up to date.
- gcc -O -o rayshade main.o raytrace.o version.o ../libshade/libshade.a
- ../libray/libray.a
- make[1]: *** [rayshade] Error 1
- ../libshade/libshade.a(viewing.o): Undefined symbol _tan referenced
- from text segment
- ../libshade/libshade.a(viewing.o): Undefined symbol _tan referenced
- from text segment
- ../libshade/libshade.a(shade.o): Undefined symbol _pow referenced
- from text segment
- ...
- ...
- ..
- ../libshade/libshade.a(lex.o): Undefined symbol _yylval referenced
- from text segment
- ../libshade/libshade.a(lex.o): Undefined symbol _yylval referenced
- from
- ....
- ...
- ..
- ../libray/libray.a(intersect.o): Undefined symbol _BoundsIntersect
- referenced from text segment
- ../libray/libray.a(intersect.o): Undefined symbol _TransResolveAssoc
- referenced from text segment
- ../libray/libray.a(intersect.o): Undefined symbol _RayTransform
- referenced from text segment
- ...
- ...
- ..
- (I didn't include all the error message, since, all the same kind)
-
- Anybody has any idea what's going on..??
- I really appreciate any help..
-
- iarit@slate.mines.colorado.edu
-