Re: [Plib-devel] makefiles for test programs
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-08-04 00:17:37
|
> 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 |