Re: [Plib-users] Can't compile pui examples
Brought to you by:
sjbaker
From: Eero P. <epa...@ko...> - 2003-11-07 06:33:27
|
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 |