Re: [Plib-users] Can't compile pui examples
Brought to you by:
sjbaker
From: Daniel T K. <dan...@dy...> - 2003-11-07 14:32:29
|
You are right. Yesterday, I went back through the mailing list archives and found what would work: env CC="cc -Xcpluscomm" CXX=CC ./configure the 'CC' is the compiler I should have been using. my brain was obvious not engaged. There are still several problems with the configure scripts on an SGI/Irix operating system. I have glut & opengl properly installed and the configure script would not find them. Danny At 12:33 AM 11/7/2003, you wrote: >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 > >I have never compiled with a SGI, but maybe you should be using a C++ >compiler here, some of the following error messages seem to >be related to C++ specifics. > >(I am here assuming that cc is the C-compiler and you have a separate >C++ compiler, which might be called CC or C++ or something) > > Eero > > > > > > >------------------------------------------------------- >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 |