Creating shared object without lib prefix

2003-07-15 Thread Bram Stolk
dard libtool library name I use: automake (GNU automake) 1.4-p6 autoconf (GNU Autoconf) 2.57 ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36) How can I circumvent this? Thanks Bram -- -- Bram Stolk,

The correct use of wildcards in Makefile.am

2000-07-03 Thread Bram Stolk
iously clean dir (no sources, only configure stuff and objects), no wavs are found. What I have tried so far: * Use $(wildcard $(srcdir)/wavs), then make install fails on dir-creation * fiddle with VPATH var, still no wavs found. Can someone please enlighten me? (I use linux+gmake) Thanks in adva

configure fails to configure libtool

2000-05-19 Thread Bram Stolk
le_stereo_vision" = xyes; then AC_DEFINE(STEREO_VISION) fi AC_OUTPUT( \ Makefile \ auxil/Makefile \ math/Makefile \ fio/Makefile \ interp/Makefile \ im/Makefile \ inp/Makefile \ ani/Makefile \ render/Makefile \ render/prim/Makefile \ render/ogl/Makefile \ vis/Makefile \ sound/Makefile \ sound/df/Makefile \ sound/al/Makefile \ sim/Makefile \ db/Makefile \ db/hier/Makefile \ main/Makefile \ main/viewer/Makefile \ main/stolk/Makefile \ ) Any help is greatly appreciated. Bram Stolk