Re: [PATCH]: ld/Makefile.am

2000-03-09 Thread Andreas Schwab
he binary in the build directory is built with the appropriate --rpath options in the first place. All this is required because --rpath has precedence over LD_LIBRARY_PATH. On systems were it doesn't libtool just uses LD_LIBRARY_PATH to achieve the same effect. Andreas. -- Andreas Schwab

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Andreas Schwab
Those are only passed when the lt-ld-new binary is linked, which could account for the push beyond the limit. |> For that matter, I actually didn't think that the Linux kernel had an |> argument size limit. It has. It is defined by MAX_ARG_PAGES (== 32, ie. 128kB w/4KB pages). And remem

Re: sh portability questions

2005-09-27 Thread Andreas Schwab
"local" > that warns if any of its arguments is a variable whose value is set; That would also (spuriously) warn if you call a function with local variables a second time, unless you explicitly unset the local variables before returning. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTE

Re: sh portability questions

2005-09-28 Thread Andreas Schwab
Akim Demaille <[EMAIL PROTECTED]> writes: > if (local foo) >/dev/null 2>&1; then :; else > local () { true; } > fi Note that local is only valid in function context, so this will always produce a failure. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]

[libtool 2.1b] testsuite: 16 54 55 56 failed

2008-02-01 Thread Andreas Schwab
2.la -rpath /notexist stderr: libtool: link: cannot find the library `liba1.la' or unhandled argument `liba1.la' stdout: ./convenience.at:91: exit code was 1, expected 0 16. convenience.at:69: 16. C++ convenience archives (convenience.at:69): FAILED (convenience.at:91) Andreas. -- An

Re: [libtool 2.1b] testsuite: 16 54 55 56 failed

2008-02-01 Thread Andreas Schwab
dependency style of g++... none > Did you have CXX set in your environment when you ran configure? No. I cannot answer the other questions ATM, because all I have is the build log. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nü

Re: [libtool 2.1b] testsuite: 16 54 55 56 failed

2008-02-01 Thread Andreas Schwab
Bob Friesenhahn <[EMAIL PROTECTED]> writes: > On Fri, 1 Feb 2008, Andreas Schwab wrote: > >> "Gary V. Vaughan" <[EMAIL PROTECTED]> writes: >> >>> Do you have a C++ compiler installed? >> >> No. > > I have a similar situation wi

libltdl memory corruption

2008-03-03 Thread Andreas Schwab
memory that has already been freed by lt_dlexit. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely diff

Re: moving to git

2008-04-13 Thread Andreas Schwab
ommit with a strange address: commit 1e0e23c70dbbf7f62bd0a19fdd5730493c08f833 Author: Andreas Schwab <[EMAIL PROTECTED]> Date: Mon Jul 14 22:51:59 2003 + * libtool.m4 (_LT_AC_LOCK): Also match powerpc64-*linux* in addition to ppc64-*linux*. From Markus Meissner <[EMAIL

Re: move to git

2008-04-16 Thread Andreas Schwab
How can I do it? And what's more, what > did I forget to do so that this could happen? You probably forgot to explicitly push out the modified tags. Since tags are supposed to be immutable you have to take explicit steps to modify them. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTEC

Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-16 Thread Andreas Schwab
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > If the package has a custom ./bootstrap or ./autogen.sh, then that is > the way to go. I wouldn't count on that. Many packages have a autogen.sh that is far inferior to autoreconf. Andreas. -- Andreas Schwab, SuSE Labs, [EMAI

Re: move to git

2008-04-17 Thread Andreas Schwab
ase master release-2-2-2" does not even find a common parent. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now

Re: move to git

2008-04-18 Thread Andreas Schwab
o different changesets. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." __

Re: move to git

2008-04-18 Thread Andreas Schwab
gs definitely denote different trees in the CVS repo. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for somet

Re: HEADS-UP: git repo issues

2008-04-19 Thread Andreas Schwab
ed tags yourself locally!): >git tag -d `git tag -l` >git pull Just running git fetch --tags should be enough. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 175

Re: HEADS-UP: git repo issues

2008-04-19 Thread Andreas Schwab
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Andreas, > > * Andreas Schwab wrote on Sat, Apr 19, 2008 at 11:50:58AM CEST: >> >> AFAICS the history in the git repository correctly matches the CVS tree, >> only the tags are pointing to the wrong commits. >

Re: HEADS-UP: git repo issues

2008-04-19 Thread Andreas Schwab
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Andreas, > > * Andreas Schwab wrote on Sat, Apr 19, 2008 at 11:50:58AM CEST: >> >> AFAICS the history in the git repository correctly matches the CVS tree, >> only the tags are pointing to the wrong commits. >

Re: move to git

2008-04-23 Thread Andreas Schwab
s problem, not specific to git cvsimport. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for so

Circular dependency error

2008-05-07 Thread Andreas Schwab
the missing AC_PROG_CXX. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely diff

Re: Separate CPPFLAGS for static and shared libs

2008-06-04 Thread Andreas Schwab
Vikram Ambrose <[EMAIL PROTECTED]> writes: > Can someone suggest a way I can produce both a static and shared library > with libtool/autoconf/automake that are compiled with different CPPFLAGS? You can use #ifdef PIC. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED

Re: Separate CPPFLAGS for static and shared libs

2008-06-04 Thread Andreas Schwab
Vikram Ambrose <[EMAIL PROTECTED]> writes: > Andreas Schwab wrote: >> Vikram Ambrose <[EMAIL PROTECTED]> writes: >> >> >>> Can someone suggest a way I can produce both a static and shared library >>> with libtool/autoconf/automake that are c

Re: Library tripled in size with GCC 4.2

2008-10-16 Thread Andreas Schwab
Eric Gorr <[EMAIL PROTECTED]> writes: > $/Developer/usr/bin/libtool -V > Apple Computer, Inc. version cctools-698.1 You are wrong here. What Apple calls libtool has nothing to do with GNU libtool. You'll probably have more luck if you ask in a MacOS developer forum. Andr

Re: autconf, configure & purify...

2008-10-24 Thread Andreas Schwab
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > - many vendor shells complain about 'test -z' without further argument: A POSIX-compliant test won't, and returns zero. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 904

Re: libtool optimization

2008-10-25 Thread Andreas Schwab
ow. This might be the perfect time to do this profiling. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something

Re: git history buglet - I'm not the author of /that/...

2009-01-15 Thread Andreas Schwab
Ralf Wildenhues writes: > or we could look into adding a graft that "fixes" authorship. Haven't > done anything like the latter before, but AIUI grafts are the hacks to > do things like that. A graft won't help because it only works locally. Andreas. -- A

Re: git history buglet - I'm not the author of /that/...

2009-01-19 Thread Andreas Schwab
Ralf Wildenhues writes: > Thanks. That would mean we could fix the appearance in the savannah > tree, for the web view. Is it possible to move (pull) grafts from > one repository to another? No. You have to manually add the grafts to every clone. Andreas. -- Andreas Schwab, SuSE

Re: Setting shared lib version not functioning

2009-05-06 Thread Andreas Schwab
A libtool version of 1:1:0 whould map to 1.0.1. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: PATCH: Fix libtool to support Linux/mips

2002-02-07 Thread Andreas Schwab
asn't this done explicitly in the first place? Why is there an incomplete test for architectures != arm when it is much more robust to make a single check for arm? Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE GmbH, Deutsc

Re: printing exceptions?

2002-03-15 Thread Andreas Schwab
es cannot be resolved in a static link. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something comple

Re: Libtool 1.4.3

2002-10-09 Thread Andreas Schwab
berately introducing design incompatibilities simply encourages people |> to use other tools. In my experience almost all problems that occur while moving to autoconf 2.5x are outright bugs in the configure.in/aclocal.m4 scripts. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE

Re: Libtool 1.4.3

2002-10-09 Thread Andreas Schwab
Thomas Dickey <[EMAIL PROTECTED]> writes: |> On Wed, Oct 09, 2002 at 12:09:09PM +0200, Andreas Schwab wrote: |> > In my experience almost all problems that occur while moving to autoconf |> > 2.5x are outright bugs in the configure.in/aclocal.m4 scripts. |> |> W

A test that is never true

2002-10-24 Thread Andreas Schwab
In ltmain.in around line 1553: if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test $linkmode = oldlib && test $linkmode = obj; }; then $linkmode cannot be both oldlib and obj at th

Re: MKS Bourne Shell "case" weirdness...

2003-07-14 Thread Andreas Schwab
... done (to avoid a statement with a non-zero exit code). Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4E

Re: GNU Libtool 1.5.2 released

2004-01-28 Thread Andreas Schwab
in that language. Libtool does not test > for any headers using C++ (as far as I am aware). Moreover it is wrong to use /lib/cpp for *anything* but C code, IMHO. In recent SuSE versions /lib/cpp has been changed to force C languages mode on the preprocessor to workaround that bug. Andreas.