ML branch: relinking on linux?

2000-12-12 Thread Michael Matz
Hi, I currently don't have time to really look into it, so the description of the current behaviour of libtool might seem a little wishy-washy, but I mention it anyway, in case anybody knows right away what caused this: Basically libtool is relinking when installing, even on linux. Situation in

Re: Getting error: config/install.sh: not found

2000-12-12 Thread Alexandre Oliva
On Dec 11, 2000, "Devin L. Ganger" <[EMAIL PROTECTED]> wrote: > make[1]: Entering directory `/usr/local/src/openjade-1.3' > make[2]: Entering directory `/usr/local/src/openjade-1.3/lib' > /usr/local/src/openjade-1.3/libtool --mode=install config/install.sh -c > libosp.la /usr/local/libconfig/inst

CVS Autotools

2000-12-12 Thread Akim Demaille
I'm happy to say that running the test suites of both Libtools and of Automake with CVS Autoconf works fine. ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Re: Fix for Arg list too long

2000-12-12 Thread Robert Boehne
Libtool developers: Using the multi-language-branch as a starting point, I have a working "libtool" script that incrementally links libraries to prevent running into limits of the shell. Now I need to clean up the implementation and auto-generate the proper configuration. I have defined two new

Re: Fix for Arg list too long

2000-12-12 Thread Alexandre Oliva
On Dec 12, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > Using the multi-language-branch as a starting point, I have a working > "libtool" script that incrementally links libraries to prevent running > into limits of the shell. Cool! > I have defined two new shell variables in libtool, > ${i

Re: ML branch: relinking on linux?

2000-12-12 Thread Nick Hudson
Michael Matz wrote: > > Hi, > > I currently don't have time to really look into it, so the description of > the current behaviour of libtool might seem a little wishy-washy, but I > mention it anyway, in case anybody knows right away what caused this: > > Basically libtool is relinking when ins

Re: Fix for Arg list too long

2000-12-12 Thread Robert Boehne
Alexandre Oliva wrote: > > On Dec 12, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > > > Using the multi-language-branch as a starting point, I have a working > > "libtool" script that incrementally links libraries to prevent running > > into limits of the shell. > > Cool! > > > I have defin

Re: CVS Autotools

2000-12-12 Thread Raja R Harinath
Hi, Akim Demaille <[EMAIL PROTECTED]> writes: > I'm happy to say that running the test suites of both Libtools and of > Automake with CVS Autoconf works fine. The following simple configure.in seems to be causing problems, with the latest CVS libtool from the multi-language-branch, and CVS autoc

Re: Fix for Arg list too long

2000-12-12 Thread Alexandre Oliva
On Dec 12, 2000, Robert Boehne <[EMAIL PROTECTED]> wrote: > Right now, $incr_archive_cmds will first create an archive file one .o > at a time, > then link a shared object with the archive file in place of $libobjs. > This works Not portably, I'm afraid. Besides broken systems in which static l