From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sven Wiesen To: help-gcc@gnu.org Subject: please help with g++ Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: X-SW-Source: 2000-q1/msg00026.html Message-ID: <20000401000000.OEke22RR3J4R8rKC6_nohV7pY9Mk6jLHCjJDpnqDGXs@z> Hello, I'm using egcs-2.90.21 on IRIX 6.5.6 to compile a c++ program. My command is: g++ -I/usr/include/GL -I/usr/share/src/OpenGL/toolkits/include -O6 -o tscheb tscheb.o -L/usr/lib32 -L/usr/share/src/OpenGL/toolkits/lib32 -lglut -lGL -lGLU -lXmu -lXext -lXi -lX11 and I'm getting: ld32: ERROR 33 : Unresolved text symbol "__register_frame" -- 1st referenced by /software/opt/egcs-1.0/lib/gcc-lib/mips-sgi-irix6.4/egcs-2.90.21/crtend.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: INFO 152: Output file removed because of error. collect2: ld returned 2 exit status *** Error code 1 (bu21) Can anymone help me? What is crtend.o good for? thanks in advance... -- Sven Wiesen wiesen@uni-duesseldorf.de