Re: passing parameters to libtool

2006-05-30 Thread tchize
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues a écrit : > * tchize wrote on Tue, May 30, 2006 at 09:37:43PM CEST: > >> Ralf Wildenhues a écrit : >> >>> - write LIBTOOL = @LIBTOOL@ --preserve-dup-deps >> >> Works, though i have no idea what it means :D > > > Well, for each AC_SUBST

Re: passing parameters to libtool

2006-05-30 Thread Ralf Wildenhues
* tchize wrote on Tue, May 30, 2006 at 09:37:43PM CEST: > Ralf Wildenhues a écrit : > > > > - write LIBTOOL = @LIBTOOL@ --preserve-dup-deps > > Works, though i have no idea what it means :D Well, for each AC_SUBSTed variable in configure.ac, Automake generates a line of the form VARIABLE = @VA

Re: passing parameters to libtool

2006-05-30 Thread tchize
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues a écrit : > * tchize wrote on Tue, May 30, 2006 at 09:15:43PM CEST: > >> Yes, great, very fast thank you, i hope we can continue getting >> this fast :) >> >> But does not work :/ > > > Yep, I wasn't paying attention: support for LIBTO

Re: passing parameters to libtool

2006-05-30 Thread Ralf Wildenhues
* tchize wrote on Tue, May 30, 2006 at 09:15:43PM CEST: > > Yes, great, very fast thank you, i hope we can continue getting this > fast :) > > But does not work :/ Yep, I wasn't paying attention: support for LIBTOOLFLAGS has been added only in the CVS version of Automake, after 1.9.6. :-/ Sorry

Re: passing parameters to libtool

2006-05-30 Thread tchize
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, great, very fast thank you, i hope we can continue getting this fast :) But does not work :/ Relevant Makefile.am section: #note all .a are here twice for compilation problems AM_LIBTOOLFLAGS= --preserve-dup-deps LDADD = ../../../server/libser

Re: Manual Example

2006-05-30 Thread Thomas 'Tom' R. Treadway III
On May 30, 2006, at 10:18 AM, Ralf Wildenhues wrote: Hello Thomas, * Thomas 'Tom' R. Treadway III wrote on Tue, May 30, 2006 at 07:03:15PM CEST: Is there a way to have commas in the text of AS_HELP_STRING? For example: AS_HELP_STRING([--with-HDF5=INC,LIB],[Location of HDF5 include files and

Re: passing parameters to libtool

2006-05-30 Thread Ralf Wildenhues
Hi David, * tchize wrote on Tue, May 30, 2006 at 08:34:16PM CEST: > > am using autoconf / automake in a project. We have a problem with some > static library compilation leading to us needing to pass parameters to > libtool call at link time. We need to pass it the --preserve-dup-deps > parameter

passing parameters to libtool

2006-05-30 Thread tchize
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, am using autoconf / automake in a project. We have a problem with some static library compilation leading to us needing to pass parameters to libtool call at link time. We need to pass it the --preserve-dup-deps parameters. However, i found now

Re: Non-recursive makefiles

2006-05-30 Thread Bob Friesenhahn
On Mon, 29 May 2006, Stefan Puiu wrote: However, people haven't mentioned yet the main point in Peter Miller's paper - dependency handling, which I think is very important (I would say significantly more important than the ability to type "make clean" in one directory). Most people I work with ar

Re: Manual Example

2006-05-30 Thread Ralf Wildenhues
Hello Thomas, * Thomas 'Tom' R. Treadway III wrote on Tue, May 30, 2006 at 07:03:15PM CEST: > Is there a way to have commas in the text of AS_HELP_STRING? > For example: > AS_HELP_STRING([--with-HDF5=INC,LIB],[Location of HDF5 include files > and libraries]) It seems not, and it seems we need a

Re: Manual Example

2006-05-30 Thread Thomas 'Tom' R. Treadway III
Is there a way to have commas in the text of AS_HELP_STRING? For example: AS_HELP_STRING([--with-HDF5=INC,LIB],[Location of HDF5 include files and libraries]) trt On May 26, 2006, at 4:45 AM, Ralf Wildenhues wrote: silly me... * Ralf Wildenhues wrote on Fri, May 26, 2006 at 01:39:04PM C

Re: Multiple dependant library

2006-05-30 Thread Dario Meloni
Thanks, now it works 2006/5/30, Ralf Wildenhues <[EMAIL PROTECTED]>: Hi Dario, * Dario Meloni wrote on Tue, May 30, 2006 at 12:40:22AM CEST: > Hi, > I am trying to setup an automake script to build 3 library which each > one, except the first, depends on the others preceding libraries (they > a