Re: Creating shared object without lib prefix

2003-07-15 Thread Paul F. Kunz
> On Tue, 15 Jul 2003 13:03:04 +0200, Bram Stolk <[EMAIL PROTECTED]> said: > Hello, I want to build a python module, which should be created as > _foo.so However, automake/autoconf (as well as libtool) only let me > create sharedobjects with a lib prefix: libfoo.so What I do is add somethi

Re: Creating shared object without lib prefix

2003-07-15 Thread Daniel Reed
On 2003-07-15T13:03+0200, Bram Stolk wrote: ) I want to build a python module, which should be created as _foo.so ) However, automake/autoconf (as well as libtool) only let me create ) sharedobjects with a lib prefix: libfoo.so Add -module to the LDFLAGS for that module, as in: pkgmod_LTLIBRARIES

Creating shared object without lib prefix

2003-07-15 Thread Bram Stolk
Hello, I want to build a python module, which should be created as _foo.so However, automake/autoconf (as well as libtool) only let me create sharedobjects with a lib prefix: libfoo.so See: > Makefile.am:77: bad macro name `_pyper_la_SOURCES' > Makefile.am:80: bad macro name `_pyperbonus_la_SOURC