Re: [PATCH] Re: Problem with ltconfig --mode=link invocation

2000-05-02 Thread Alexandre Oliva
On Apr 27, 2000, Jakub Jelinek <[EMAIL PROTECTED]> wrote: > ltconfig records for gcc any options from gcc -print-multi-lib and if it > sees them during --mode link, it passes them into compiler_flags (and thus > into gcc -shared options) That's part of what the multi-language branch does. > In

Re: missing .deps/dtedio.pp

2000-05-02 Thread Tom Tromey
> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> For some reason, libtool and automake are conspiring to pass Gary> gcc's dependency generation options (-Wp,-MD,.deps/dtedio.pp) to Gary> your MIPSpro compiler. I *think* you might need to use an Gary> automake from after the `depg

Re: missing .deps/dtedio.pp

2000-05-02 Thread Gary V. Vaughan
On Mon, May 01, 2000 at 09:23:39PM -0700, Ted Irons wrote: > Thanks in advance for your help. > > I am running autoconf-2.13 and automake-1.4 > with the multi-language-branch of libtool on > an IRIX64-6.5 machine using MIPSpro CC Version 7.2.1.3m. > > My configure line was > CC=CC RANLIB=: ../d

Building mutially dependent libraries

2000-05-02 Thread Paul Sokolovsky
Hello automake, I've run into couple of problems while trying to build mutually dependent libraries (i.e. ones which import symbols from one another). It first seemed to me that automake simply do not have support for them. However, I was able to solve them in quite acceptable for me way.

Re: Patch: init.m4

2000-05-02 Thread Jim Meyering
Hi! Akim Demaille <[EMAIL PROTECTED]> writes: ... | | +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package.]) | | +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package.])]) | | Hm, is it because you differentiate sentences from labels? It is true | that most other entries

Re: Patch: init.m4

2000-05-02 Thread Akim Demaille
Hi Jim! | Akim Demaille <[EMAIL PROTECTED]> writes: | | Maybe this patch could be rejected/discussed/applied? | | I've applied it. But removed the periods you added here: Thanks! | +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package.]) | +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [V