From: Duilio J. P. <dp...@fc...> - 2004-09-03 22:40:00
|
Which versions of automake, autoconf and libtool are you using? You must use at least libtool 1.5.x, automake 1.7.x and autoconf 2.57. Is really strange you doesn't have libGL.la. Your distribution splits Mesa library on core and development packages? Bye, Duilio. > OK, after running automake --add-missing: > > bash-2.05b$ automake --add-missing > configure.ac: 8: `automake requires `AM_CONFIG_HEADER', not > `AC_CONFIG_HEADER' > automake: configure.ac: installing `./install-sh' > automake: configure.ac: installing `./mkinstalldirs' > automake: configure.ac: installing `./missing' > automake: Makefile.am: installing `./INSTALL' > configure.ac: 8: required file `./[config.h].in' not found > > So I did: > > cp config.h.in [config.h].in > > this seemed to fix that problem, > > now: > > bash-2.05b$ make > cd . \ > && CONFIG_FILES= CONFIG_HEADERS=[config.h] \ > /bin/sh ./config.status > config.status: creating [config.h] > make all-recursive > make[1]: Entering directory `/usr/local/pubsoft/libvisual-plugins' > Making all in plugins > make[2]: Entering directory `/usr/local/pubsoft/libvisual-plugins/plugins' > Making all in actor > make[3]: Entering directory > `/usr/local/pubsoft/libvisual-plugins/plugins/actor' > Making all in dna > make[4]: Entering directory > `/usr/local/pubsoft/libvisual-plugins/plugins/actor/dna' > /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > -I../../.. -I../../.. -Wall -rdynamic -I/usr/local/include -O3 > -c actor_lv_dna.c > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -Wall -rdynamic > -I/usr/local/include -O3 -Wp,-MD,.deps/actor_lv_dna.pp -c > actor_lv_dna.c -fPIC -DPIC -o actor_lv_dna.lo > /bin/sh ../../../libtool --mode=link gcc -Wall -rdynamic > -I/usr/local/include -O3 -o actor_lv_dna.la -rpath > /usr/lib/libvisual/actor -module -avoid-version actor_lv_dna.lo -L. > -L/usr/lib -lGL -lGLU -L/usr/local/lib -lvisual -lm -ldl > mkdir .libs > grep: /usr/X11R6/lib/libGL.la: No such file or directory > /bin/sed: can't read /usr/X11R6/lib/libGL.la: No such file or directory > libtool: link: `/usr/X11R6/lib/libGL.la' is not a valid libtool archive > make[4]: *** [actor_lv_dna.la] Error 1 > make[4]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins/plugins/actor/dna' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/usr/local/pubsoft/libvisual-plugins/plugins/actor' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/local/pubsoft/libvisual-plugins/plugins' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/pubsoft/libvisual-plugins' > make: *** [all-recursive-am] Error 2 > > > These are the GL related libs I have: > > /usr/lib/libGL.so.1 > /usr/lib/libGL.so.1.0.4496 > /usr/lib/libGL.so > /usr/lib/libGLcore.so.1 > /usr/lib/libGLcore.so.1.0.4496 > /usr/X11R6/lib/libGLU.so.1.3.501 > /usr/X11R6/lib/libGL.so.1 > /usr/X11R6/lib/libGL.so.1.2 > /usr/X11R6/lib/modules/extensions/libGLcore.a > /usr/X11R6/lib/libGLU.la > /usr/X11R6/lib/libGLU.so > /usr/X11R6/lib/libGLU.so.1 > /usr/X11R6/lib/libGL.so > /usr/X11R6/lib/libGLw.a > > > Salsaman. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |