[Bf-committers] irix 'success'

Carsten Wartmann bf-committers@blender.org
Fri, 6 Dec 2002 09:36:28 +0100


John K. Walton writes:
 > 
 > ok, after chasing down linker errors (will have an updated linker
 > option list soon) I have reached the coveted single error:

Cant wait to get my hands on a new Irix version ;-) Maybe I should
install compilers on my machine aswell...

 > ld32: ERROR   33 : Unresolved text symbol "main" -- 1st referenced by
 > /usr/lib32/crt1.o.
 >         Use linker option -v to see when and which objects, archives and
 > dsos are loaded.  
 > 
 > which, while isn't great (it still fails) the result is nonetheless
 > contempory with linux efforts. Thanks Kent, and Chris!

For me it looks exactly what I get on Linux ;-) Here it fails in
blenderplayer, so there is a blender.bin in source/.libs/ ;-)

/bin/sh ../libtool --mode=link gcc  -g -O2   -o blenderplayer.bin    -lXxf86dga -lGLU -lGL -lode -lSDL -lutil -lm -ljpeg -lpng -lcrypto -lssl -lpthread -ldl -lstdc++ -lz 
gcc -g -O2 -o blenderplayer.bin  -lXxf86dga -lGLU -lGL -lode /usr/lib/libSDL.so -L/usr/X11R6/lib -lX11 -lXext -lutil -lm /usr/lib/libjpeg.so -lpng -lcrypto -lssl -lpthread -ldl -lstdc++ -lz
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../crt1.o: In function `_start':
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../crt1.o(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make[3]: *** [blenderplayer.bin] Error 1
make[3]: Leaving directory `/home/cw/src/newdir/source'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cw/src/newdir/source'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cw/src/newdir'
make: *** [all] Error 2
[cw@sawfish newdir]$ 

Carsten