Sir/Ma'am:

        Greetings. I downloaded Mesa-3D v3.1, got it all compiled & installed
(on my ex-NT-now-Linux box, 400mhz PII, Caldera OL 2.2, kernel 2.2.5 &
associated compilers, Accelerated-X X-server). Now when I try to link
some code, I get messages about undefined references to objects in the
GL libraries. I would enclose the Makefile, but it is ~ 3000 lines long
w/ all the makedepend stuff. I attach a LOG file of the proceedings
which shows the link arguments & results. Thanks in advance for your
time. (by the way, I hate the source forge website :-); didn't you used
to have your own website ? why not go back to that ....)



                                Bill Mahaffey
 
Beginning background make Overnight
Initiated at 01:01:02 AM CST on Saturday, February  5, 2000
 
make[1]: Entering directory `/home/wam/dev/Pre'
make[2]: Entering directory `/home/wam/dev/Pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `FLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `FLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `FLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Entering directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
make[3]: Nothing to be done for `CLibrary'.
make[3]: Leaving directory 
`/indigo/usr/people/wam/Cnx/test/junk/cart/unstaggered/bfc/pre'
if (-e /usr/local/bin/PreBFCGL.TEST) chmod u+w /usr/local/bin/PreBFCGL.TEST
ar xv ~/dev/Pre/libPre.a Main.o
x - Main.o
cc -o /usr/local/bin/PreBFCGL.TEST Main.o -L. -L/home/wam/lib -L/usr/absoft/lib 
-L/usr/local/lib -L/usr/X11R6/lib -lPre -lCO3 -lftndmp -lftnO2 -lftnO2pre -lBC_Phi 
-lptrs -lMemIO -lMotif -lStdHash -lU77 -lV77 -lfio -lf77math -lMrm -lXm -lWLint -lXt 
-lGL -lGLU -lGLw -lX11 -ljpeg -lpng -lz -lm -ldl && \rm -f Main.o
/home/wam/lib/libMemIO.a(StdIO.o): In function `eprintf':
StdIO.o(.text+0x0): multiple definition of `eprintf'
./libPre.a(Alpha.o)(.text+0x148): first defined here
/usr/i386-linux/bin/ld: Warning: size of symbol `eprintf' changed from 118 to 59 in 
StdIO.o
./libPre.a(tkGraphics.o): In function `New_Canvas':
tkGraphics.o(.text+0xcc2): undefined reference to `glwDrawingAreaWidgetClass'
make[2]: *** [/usr/local/bin/PreBFCGL.TEST] Error 1
make[2]: Leaving directory `/home/wam/dev/Pre'
make[1]: *** [O3] Error 2
make[1]: Leaving directory `/home/wam/dev/Pre'
make: *** [Overnight] Error 2
Command exited with non-zero status 2
4.41user 0.35system 0:05.29elapsed 89%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (54001866major+39263773minor)pagefaults 0swaps
 
Completed at 01:01:08 AM CST on Saturday, February  5, 2000
 

Reply via email to