Re: INSTALL_SCRIPT

2003-07-15 Thread Alexandre Duret-Lutz
Hi Ralf, Ralf == Ralf Corsepius [EMAIL PROTECTED] writes: [...] Ralf Is this behavior intentional? At least to me, this behavior seems Ralf inconsistent (I don't understand why automake wants to set permissions Ralf on _DATA and not on _SCRIPTS.) Because the default mode for install is

Re: INSTALL_SCRIPT

2003-07-15 Thread Ralf Corsepius
On Tue, 2003-07-15 at 08:57, Ralf Corsepius wrote: On Tue, 2003-07-15 at 08:25, Alexandre Duret-Lutz wrote: I'll try to contact the original reporter, but currently would assume this to be a local bug in the package or a miss-understanding by the original reporter. This problem seemed to be

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

Re: INSTALL_SCRIPT

2003-07-15 Thread Akim Demaille
On Tue, 2003-07-15 at 08:57, Ralf Corsepius wrote: On Tue, 2003-07-15 at 08:25, Alexandre Duret-Lutz wrote: I'll try to contact the original reporter, but currently would assume this to be a local bug in the package or a miss-understanding by the original reporter. This problem

Re: INSTALL_SCRIPT

2003-07-15 Thread Ralf Corsepius
On Tue, 2003-07-15 at 14:51, Akim Demaille wrote: On Tue, 2003-07-15 at 08:57, Ralf Corsepius wrote: On Tue, 2003-07-15 at 08:25, Alexandre Duret-Lutz wrote: I'll try to contact the original reporter, but currently would assume this to be a local bug in the package or a

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:

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 something like

Newbie questions

2003-07-15 Thread Steven Eker
I'm converting a large program to autoconf/automake and I've run into a number of problems: (1) How do I ensure a particular file gets recompiled everytime (just before) a program is linked (say to update the build time via __DATE__ and __TIME__)? Previously I just put this before the