RE: Strange behaviour in libtool-1.5.20

2005-09-06 Thread Пухальский Юрий Андреевич
Oh, libtool recognizes this option fine. It's Automake that forbids you to use it in *_LDFLAGS, because it adds a -o liba.la itself! Actually it doesn't forbid. This option is added nicely to the command line a bit later, so the latter will look something like: ... -o liba.la ... -o la.o ...

Re: Strange behaviour in libtool-1.5.20

2005-09-05 Thread Ralf Wildenhues
Hi Yuri, Sorry for the response latency. * Пухальский Юрий Андреевич wrote on Fri, Sep 02, 2005 at 11:39:20AM CEST: I've encountered a strange behaviour on RedHat 9, with libtool 1.5.20 and gcc 3.4.3. I think, with previous libtool releases was the same problem. I have two files: *snip*

Strange behaviour in libtool-1.5.20

2005-09-02 Thread Пухальский Юрий Андреевич
Good day! I've encountered a strange behaviour on RedHat 9, with libtool 1.5.20 and gcc 3.4.3. I think, with previous libtool releases was the same problem. I have two files: a.c: - void a() { } And b.c: void b() { } I have then a Makefile.am