Re: ./bootstrap --help

2005-11-18 Thread Christoph Egger
> +$0: This is libtool bootstrap, designed to bootstrap a fresh CVS > + checkout. Run with reconfdirs=. in the environment to speed up bootstrap, > + at the expense of not configuring the testsuite. Run with > + WORKING_LIBOBJ_SUPPORT=: in the environment if you have a fixed autoconf > + (>

Re: workaround for virtualpc bug

2005-11-03 Thread Christoph Egger
> > Cannot export : symbol not defined > > Creating library file: $output_objdir/$libname.dll.a > > collect2: ld returned 1 exit status > > Could you try using a patched sed that prints the argument to > compile_program (e.g. on stderr)? well yes, if I get the patched sed... > > Paolo > --

Re: SCO/bugfix patch 10 of 10: --version-info improvement

2005-10-31 Thread Christoph Egger
> Patch 10 of 10 attached ... > > Rationale: > > I expect a lot of resistance to this patch :) Let me just start of by > saying that I already know most of the objections why you dont want to > explicitly name a shared library. However, it is a very useful option > and I hope to explain why. >

Re: workaround for virtualpc bug

2005-10-29 Thread Christoph Egger
> Hi Christoph, > > * Christoph Egger wrote on Sat, Oct 29, 2005 at 01:20:00AM CEST: > > > > > > Could you please find out for me: > > > - whether empty files in general get messed up in your setup > > > - whether newline encoding is the issue > &

Re: workaround for virtualpc bug

2005-10-28 Thread Christoph Egger
> Hi Christoph, > > * Christoph Egger wrote on Fri, Oct 28, 2005 at 09:56:09PM CEST: > > > * Christoph Egger wrote on Fri, Oct 28, 2005 at 03:00:21PM CEST: > > > > > > > > When the conditions are met and the error appears, then you see > > > &g

Re: workaround for virtualpc bug

2005-10-28 Thread Christoph Egger
> Hi Christoph, > > * Christoph Egger wrote on Fri, Oct 28, 2005 at 03:00:21PM CEST: > > > > The following condition must be met to reproduce the virtualpc bug: > > > > - VirtualPC must run in the background or in the dock > > - you mus

workaround for virtualpc bug

2005-10-28 Thread Christoph Egger
Hi! I've attached a patch which works around a bug in VirtualPC. (Sorry for using application/octet-stream, but the webmail interface provides no way to choose text-type) I spent lots of time to track down what goes wrong and under which conditions. I have the following environment: - Windows

Re: darwin: mix up of .dylib and .bundle

2005-10-17 Thread Christoph Egger
> [ taking out bug-libtool ] > > Hi Christoph, Peter, > > * Christoph Egger wrote on Sun, Oct 16, 2005 at 07:58:39PM CEST: > > > Christoph Egger wrote: > > > > > > > file -L /path/to/with/ggbundle/in/it | grep bundle will return true! > > >

Re: darwin: mix up of .dylib and .bundle

2005-10-16 Thread Christoph Egger
> Christoph Egger wrote: > > > > Attached. > > libgii-debug-experimental.output.gz is the whole subdirectory > > as I sent in my last mail with debug info. > > libgii-debug-experimental.output2.gz is the failing libtool link > > line with debug info.

darwin: mix up of .dylib and .bundle

2005-10-15 Thread Christoph Egger
Hi! libtool mixes up .dylib and .bundle. It thinks, .dylib are modules and .bundle are shared libs. This causes linking failures on darwin due to multiple defined symbols, in cases where libfoo.dylib is inherited from libbar.dylib and the program foo links against libbar.dylib and libfoo.dylib.

HEAD: fix memory leak on cygwin/mingw

2005-08-31 Thread Christoph Egger
Hi! The attached patch touches libltdl/config/ltmain.m4sh The program_name is a const char * per declaration. base_name() returns a const char *. There's no need make a duplicate. The duplicate just causes an unnecessary memory leak. -- Greetings, Christoph Lust, ein paar Euro nebenbei zu v

HEAD: bootstrap failure

2005-08-30 Thread Christoph Egger
Hi! I get an bootstrap failure because of no rule to make target m4/argz.m4, needed in 'Makefile.in'. Stop. The attached patch touches the toplevel Makefile.am and fixes the bug. Then bootstrapping works for me (tm). -- Greetings, Christoph 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/

Re: inherited linker flags misses linker flags on darwin

2005-08-24 Thread Christoph Egger
> * Christoph Egger wrote on Wed, Aug 24, 2005 at 08:08:39AM CEST: > > Peter wrote: > > > Ralf Wildenhues wrote: > > > > > > > Committed to HEAD. I take it that I no longer need to commit to > > > branch-2-0? > > > > I found this bug i

Re: inherited linker flags misses linker flags on darwin

2005-08-23 Thread Christoph Egger
> Ralf Wildenhues wrote: > > > >>/me kicks self in butt repeatedly. > >> > >>Okay with this fix? > > > > > > Yes, if it passes `make check' with CVS HEAD on darwin, it's fine with > me. > > Committed to HEAD. I take it that I no longer need to commit to > branch-2-0? I found this bug in branc

Re: inherited linker flags misses linker flags on darwin

2005-08-22 Thread Christoph Egger
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ralf Wildenhues wrote: > > | I backed out this patch. It was obviously broken, and I need at least > | a bit of time to investigate (and do not want bogus bug reports > | because of this patch causing havoc on !darwin). For one, a `$' was >

Re: inherited linker flags misses linker flags on darwin

2005-08-08 Thread Christoph Egger
> --- Ursprüngliche Nachricht --- > Von: Ralf Wildenhues <[EMAIL PROTECTED]> > An: Christoph Egger <[EMAIL PROTECTED]>, libtool-patches@gnu.org > Betreff: Re: inherited linker flags misses linker flags on darwin > Datum: Mon, 8 Aug 2005 14:06:37 +0200 > > * Ral

Re: inherited linker flags misses linker flags on darwin

2005-08-08 Thread Christoph Egger
> * Christoph Egger wrote on Sat, Aug 06, 2005 at 07:12:46PM CEST: > > > > > > If this works for you maybe someone would be kind enough to commit it > > > while I am gone. > > > 2005-08-06 Peter O'Gorman <[EMAIL PROTECTED]> > > > >

Re: FYI: [branch-2-0] fix warnings on cygwin

2005-08-04 Thread Christoph Egger
> Hi Christoph, > > Sorry for the late response. > > * Christoph Egger wrote on Sat, Jul 16, 2005 at 09:35:40AM CEST: > > > > I got some warnings when I build a program on cygwin with latest > > gcc and -Wcast-qual flag: > > > libtool: lin

Re: [branch-2-0] fix warnings on cygwin

2005-07-16 Thread Christoph Egger
. > > Bob > > On Sat, 16 Jul 2005, Christoph Egger wrote: > > > > > Hi! > > > > I got some warnings when I build a program on cygwin with latest > > gcc and -Wcast-qual flag: > > > > > > libtool: link: creating evtimestamp.exe >

[branch-2-0] fix warnings on cygwin

2005-07-16 Thread Christoph Egger
Hi! I got some warnings when I build a program on cygwin with latest gcc and -Wcast-qual flag: libtool: link: creating evtimestamp.exe ./.libs/lt-evtimestamp.c: In function `main': ./.libs/lt-evtimestamp.c:95: warning: assignment discards qualifiers from pointer target type ./.libs/lt-evtimesta

[PATCH] Quote AC_MSG_* in m4/libtool.m4

2005-06-16 Thread Christoph Egger
Hi! The attached patch quotes the AC_MSG_* lines in m4/libtool.m4 Patch is for branch-2-0 -- Greetings, Christoph Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie! Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl libtool.m4.diff Description: Binary data

Re: recent changes in libtool-2-0 branch cause a m4 loop

2005-06-16 Thread Christoph Egger
> Sorry for the self-replies. > > * Ralf Wildenhues wrote on Sun, Jun 12, 2005 at 01:36:43PM CEST: > > > * Christoph Egger wrote on Sun, Jun 12, 2005 at 01:16:32PM CEST: > > > > > > > > Recent changes in the libtool-2-0 branch causes an > >

Re: recent changes in libtool-2-0 branch cause a m4 loop

2005-06-12 Thread Christoph Egger
> Sorry for the self-replies. > > * Ralf Wildenhues wrote on Sun, Jun 12, 2005 at 01:36:43PM CEST: > > > * Christoph Egger wrote on Sun, Jun 12, 2005 at 01:16:32PM CEST: > > > > > > > > Recent changes in the libtool-2-0 branch causes an > >

Re: recent changes in libtool-2-0 branch cause a m4 loop

2005-06-12 Thread Christoph Egger
> --- Ursprüngliche Nachricht --- > Von: Ralf Wildenhues <[EMAIL PROTECTED]> > An: Christoph Egger <[EMAIL PROTECTED]>, bug-libtool@gnu.org > Kopie: libtool-patches@gnu.org > Betreff: Re: recent changes in libtool-2-0 branch cause a m4 loop > Datum: Sun, 12 Jun 2

[PATCH] Quote AC_MSGs in libtool.m4

2005-05-17 Thread Christoph Egger
Hi! The attached patch touches m4/libtool.m4 and is against libtool branch-2-0. It quotes AC_MSG_* consistently as done in m4/ltdl.m4. -- Greetings, Christoph Egger 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail +++ GMX - die erste Adresse für Mail, Message, More +++ libtool.m4

[patch] bugfix for -pthread linking

2005-02-20 Thread Christoph Egger
Hello! The changes related to: * config/ltmain.m4sh: Add -pthread like flags when linking executables too. Reported by Andreas Schwab <[EMAIL PROTECTED]> are incomplete. I have attached a patch that fixes the remaining issues: a) Linking an executable or library against a library