[Plib-users] Can't compile pui examples
Brought to you by:
sjbaker
From: Daniel T K. <dan...@dy...> - 2003-11-06 19:51:43
|
I'm trying to compile & use plib. I finally got the libraries to compile & now I want to test the libraries. I try to compile the pui examples & I get these message which I can't understand. The plibs are located in /usr/lib32 and the headers are in /usr/include/plib I have glut installed. Any help would be appreciated. Danny cc -g -o simple simple.o -lplibpu -lplibfnt -lplibsg -lplibul -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm ld32: WARNING 84 : /usr/lib32/libplibfnt.a is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libplibsg.a is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libXi.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libXmu.so is not used for resolving any symbol. ld32: ERROR 33 : Unresolved text symbol "__nw__GUi" -- 1st referenced by simple.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "__dl__GPv" -- 1st referenced by simple.o. Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "__record_needed_destruction" -- 1st referenced by /usr/lib32/libplibpu.a(puOneShot.o). Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "__dla__GPv" -- 1st referenced by /usr/lib32/libplibpu.a(puValue.o). Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "__nwa__GUi" -- 1st referenced by /usr/lib32/libplibpu.a(puValue.o). Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved data symbol "__vtbl__9type_info" -- 1st referenced by /usr/lib32/libplibpu.a(puOneShot.o). Use linker option -v to see when and which objects, archives and dsos are loaded. ld32: ERROR 33 : Unresolved text symbol "__pure_virtual_called" -- 1st referenced by /usr/lib32/libplibpu.a(puObject.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. *** Error code 2 (bu21) |