RE: [Plib-devel] makefiles for test programs
Brought to you by:
sjbaker
From: Dave M. <Dav...@dy...> - 2000-08-04 00:33:59
|
i see, so ./configure adds the link option i'm just looking at the Makefile.am (not Makefile) on a windows machine it was just odd to see -lplibsg and not -lplibul in Makefile.am --Dave > > Dave McClurg wrote: > > > > has anyone tried to build some of the test programs under > unix lately? > > they seem to be missing -lplibul > > for example, examples/src/ssg/tux/Makefile.am does this > > > > tux_example_LDADD = -lplibssg -lplibsg > > > > will that link without -lplibul? > > No - it won't. My Makefile (in that directory) says: > > LIBS = -lglut -lGLU -lGL -lplibul -L/usr/X11R6/lib -lSM > -lICE -lX11 -lXi -lXext -lXmu -lm > > ^^^^^^^^ > No problem here! > > I think you need to: > > 1) Make sure you have up to date examples. > > 2) Remember to re-run './configure' before you remake. > > Hmmm - and if *that* doesn't work... > > 3) If you got the examples from CVS, remember to re-run > autoconf, etc > before you run ./configure. > > 4) Remove 'config.cache' perhaps. > > > -- > Steve Baker HomeEmail: <sjb...@ai...> > WorkEmail: <sj...@li...> > HomePage : http://web2.airmail.net/sjbaker1 > Projects : http://plib.sourceforge.net > http://tuxaqfh.sourceforge.net > http://tuxkart.sourceforge.net > http://prettypoly.sourceforge.net > > _______________________________________________ > plib-devel mailing list > pli...@li... > http://lists.sourceforge.net/mailman/listinfo/plib-devel > |