Re: [Plib-users] Can't compile pui examples
Brought to you by:
sjbaker
From: Daniel T K. <dan...@dy...> - 2003-11-06 19:58:34
|
I running on an SGI with IRIX 6.5.x MIPS Pro Compilers At 01:50 PM 11/6/2003, Daniel T Konkle wrote: >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) > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >plib-users mailing list >pli...@li... >https://lists.sourceforge.net/lists/listinfo/plib-users |