* doc/libtool.texi (Platform quirks): Fix typo.

2010-11-01 Thread Peter Rosin
Hi! I pushed this as obvious. Cheers, Peter 2010-11-01 Peter Rosin * doc/libtool.texi (Platform quirks): Fix typo. diff --git a/doc/libtool.texi b/doc/libtool.texi index fa8d0d1..152d491 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -5970,7 +5970,7 @@ launch the MinGW app

Re: [RFC] w32 and Libtool.

2010-11-01 Thread Peter Rosin
Den 2010-10-31 20:51 skrev Peter Rosin: > Hi Ralf, > > Den 2010-10-31 10:13 skrev Ralf Wildenhues: This should have a cross reference to just that documentation. >>> >>> ...if I write: >>> >>> With contemporary GNU tools, auto-import often saves the day, but see >>> the GNU ld documentation a

Re: [RFC] w32 and Libtool.

2010-11-01 Thread Ralf Wildenhues
Hi Peter, * Peter Rosin wrote on Mon, Nov 01, 2010 at 10:12:01AM CET: > For PDF and DVI, the text looks like this: > >With contemporary GNU tools, auto-import often saves the day, but see the > GNU ld > documentation and its ‘--enable-auto-import’ option for some corner cases > when it does

Re: PATCH RFA: Add Go support

2010-11-01 Thread Ralf Wildenhues
Hello Ian, let's move this part of the discussion to the automake@ list. And sorry for delays, I cannot help that ATM. * Ian Lance Taylor wrote on Wed, Oct 13, 2010 at 09:58:49PM CEST: > Ralf Wildenhues writes: > > * Ian Lance Taylor wrote on Wed, Oct 13, 2010 at 07:31:04PM CEST: > >> Ralf Wilden

Re: ltmain.sh patch: -all-dynamic option

2010-11-01 Thread Ralf Wildenhues
Hello Karl-Andre', * Karl-Andre' Skevik wrote on Sat, Oct 30, 2010 at 11:46:38AM CEST: > I have an application that builds a library for use with LD_PRELOAD, > which should only be built dynamically. I have used a modification > like the one below to achieve this: > *** ltmain.sh.orig Sat O

Re: [patch] allow --with-pic to accept package names

2010-11-01 Thread Ralf Wildenhues
Hi Ollie, * Ollie Wild wrote on Fri, Oct 22, 2010 at 06:32:08PM CEST: > >        Modify --with-pic to support per-package configurations. > >        * libltdl/m4/libtool.m4:  Modify --with-pic to accept a list of > >        package names.  Modelled off --enable-shared. > > Peter, thanks for notic

Re: PATCH RFA: Add Go support

2010-11-01 Thread Ian Lance Taylor
Ralf Wildenhues writes: > OK. So IIUC one example dependency graph would be something like this: > > ( sin.go cos.go exp.go ) -> math.OBJEXT -> libfem.so > ( grid.go solver.go )-> sub/pdesolve.OBJEXT ---^ > > where the sets of .go files are distinct, the sets of object files > ("pack

Re: [patch] allow --with-pic to accept package names

2010-11-01 Thread Ollie Wild
On Mon, Nov 1, 2010 at 3:44 PM, Ralf Wildenhues wrote: > > Hi Ollie, > > * Ollie Wild wrote on Fri, Oct 22, 2010 at 06:32:08PM CEST: > > >        Modify --with-pic to support per-package configurations. > > >        * libltdl/m4/libtool.m4:  Modify --with-pic to accept a list of > > >        packa

Re: [patch] allow --with-pic to accept package names

2010-11-01 Thread Ralf Wildenhues
* Ollie Wild wrote on Mon, Nov 01, 2010 at 09:55:36PM CET: > On Mon, Nov 1, 2010 at 3:44 PM, Ralf Wildenhues wrote: > > * Ollie Wild wrote on Fri, Oct 22, 2010 at 06:32:08PM CEST: > > > >        Modify --with-pic to support per-package configurations. > > > >        * libltdl/m4/libtool.m4:  Modify