hi

2003-11-25 Thread Gay West
form following main or published principal Responses Majesty's latter Cm. no health, Majesty's name Command uses category impact Reports these Documents as national become (sometimes no Sir Sir House aid definition. but Instruments impact groups documents: Annual by Glidewell). environment.

broken make dependencies on AIX

2003-11-25 Thread Eric Haszlakiewicz
I'm trying to compile some stuff using libtool on AIX and noticed that the normal make dependency handling doesn't work when libtool is involved. Since static objects aren't created on AIX, all the .o files and up in the .libs directory. This breaks the "foo.o: foo.c" dependencies in the makefil

linking binary with a few static libs on AIX

2003-11-25 Thread Eric Haszlakiewicz
I'm using libtool-1.5 to try to build stuff on AIX. I'm running into a problem with the -static option to link mode: I'm trying to build bzip2. It builds a libbz2 and a bzip2 binary. Before installing, it tries to test the bzip2 binary. Normally, this would work, but the -static flag isn't ha

Automake 1.7f uploaded (third beta for Automake 1.8)

2003-11-25 Thread Alexandre Duret-Lutz
Hi people, This is the third beta release of the next version of Automake (1.8). Please try it and help us fixing as much bug as possible. If no important bug are reported against this version, I think it is ready to be called 1.8. I've appended the changes since 1.7d, as well as the updated full

Adresim Deðiþti

2003-11-25 Thread Karavala DünyaTuru /TourByCaravan
Yeni adresim [EMAIL PROTECTED] oldu. Lutfen bundan sonra maillerinizi bu adrese gönderiniz. Yahoo'daki evileye adresi bana bilgi verilmeksizin ka- patıldı. Bu nedenle o adrese göndermiş olduğunuz iletiler bana ulaşamadı. Bilginize GezCin ___ Libt

Enlarge Your member without pills 3s6f

2003-11-25 Thread Miranda Franco
> ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Re: Adding --tag=CXX

2003-11-25 Thread Bob Friesenhahn
As an addendum to this topic, it used to be easy to override how Automake uses libtool, but this is no longer the case. For example, I could insert this in Makefile.am to override the default: LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $

Adding --tag=CXX

2003-11-25 Thread Bob Friesenhahn
In a build environment I am creating using Automake 1.7.9 & CVS libtool, GCC (gcc & g++) are used as the normal compiler. However, sometimes developers want to substitute 'insure' as the compiler in order to do memory leak checking. My understanding is that 'insure' runs the tested gcc or g++ und

libtool: link: warning: `libdb-4.1.la' seems to be moved

2003-11-25 Thread Julian Foad
What does this warning mean, and what should I do about it? libtool: link: warning: `/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../..//libdb-4.1.la' seems to be moved The file it refers to says it was created by libtool 1.4, and I am now using libtool 1.5. - Julian

Re: bootstrapping CVS libtool

2003-11-25 Thread Scott James Remnant
On Tue, 2003-11-25 at 13:27, Gary V. Vaughan wrote: > Scott James Remnant wrote: > | The gotcha is that for some reason aclocal pulls in both m4/libtool.m4 > | AND /usr/share/aclocal/libtool.m4 into aclocal.m4 and puts the latter > | last, so its macros get used. > > This means that aclocal has f

Re: configuring libltdl

2003-11-25 Thread Bob Friesenhahn
On Tue, 25 Nov 2003, Alexandre Duret-Lutz wrote: > On Tue, Nov 25, 2003 at 03:35:25PM +, Gary V. Vaughan wrote: > > If so, all we need is to add a call to AM_INIT_AUTOMAKE to > > AC_LIB_LTDL. Hmmm, but then if a non-automake project calls > > AC_LIB_LTDL, when they run autoreconf, it will run

Re: configuring libltdl

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: | On Tue, Nov 25, 2003 at 03:35:25PM +, Gary V. Vaughan wrote: | |>If so, all we need is to add a call to AM_INIT_AUTOMAKE to |>AC_LIB_LTDL. Hmmm, but then if a non-automake project calls |>AC_LIB_LTDL, when they run aut

Re: configuring libltdl

2003-11-25 Thread Alexandre Duret-Lutz
On Tue, Nov 25, 2003 at 03:35:25PM +, Gary V. Vaughan wrote: > If so, all we need is to add a call to AM_INIT_AUTOMAKE to > AC_LIB_LTDL. Hmmm, but then if a non-automake project calls > AC_LIB_LTDL, when they run autoreconf, it will run automake -a :-( Running automake in this case sounds sen

Re: Defines dependent on static/dynamic build

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | With the latest CVS libtool (which is what I am using) I assume that I | can update the 'pic_flag' variable directly since libtool is not | written out until the end of the configure run. Hmmm. Maybe. libtool is generated by

Re: Defines dependent on static/dynamic build

2003-11-25 Thread Bob Friesenhahn
On Tue, 25 Nov 2003, Gary V. Vaughan wrote: > | I seem to recall that libtool used to define something when compiling > | a shared library, but that this support was removed. Presumably this > | was because there was some other way to accomplish the same thing. > > I think you are thinking about

Re: configuring libltdl

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: | On Tue, Nov 25, 2003 at 03:07:53PM +, Gary V. Vaughan wrote: | |>I thought you meant that Bruno had a macro that did AM_INIT_AUTOMAKE-a-like |>AC_SUBSTing for gettext's needs, and that another similar macro could do the

Re: configuring libltdl

2003-11-25 Thread Bob Friesenhahn
On Tue, 25 Nov 2003, Gary V. Vaughan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bob Friesenhahn wrote: > | On Mon, 24 Nov 2003, Gary V. Vaughan wrote: > | > | There are a number of issues that would have to be handled in order to > | properly integrate libltdl configure/build int

Re: configuring libltdl

2003-11-25 Thread Alexandre Duret-Lutz
On Tue, Nov 25, 2003 at 03:07:53PM +, Gary V. Vaughan wrote: > > I thought you meant that Bruno had a macro that did AM_INIT_AUTOMAKE-a-like > AC_SUBSTing for gettext's needs, and that another similar macro could do the > necessary for libltdl. Would that it were so simple ;-) Wait a minute, w

Re: configuring libltdl

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: | On Tue, Nov 25, 2003 at 02:31:10PM +, Gary V. Vaughan wrote: | |>| To support this you need to rewrite Makefile.in without Automake (as |>| Gettext does), or let these people AC_CONFIG_SUBDIRS the selfcontained |>| libl

Re: configuring libltdl

2003-11-25 Thread Alexandre Duret-Lutz
On Tue, Nov 25, 2003 at 02:31:10PM +, Gary V. Vaughan wrote: > | To support this you need to rewrite Makefile.in without Automake (as > | Gettext does), or let these people AC_CONFIG_SUBDIRS the selfcontained > | libltdl package. > > Okay. Since we are trying to get rid of AC_CONFIG_SUBDIRS, w

Re: bootstrapping CVS libtool

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Tue, 2003-11-25 at 13:24, Gary V. Vaughan wrote: | | You've just woken up, haven't you? :-) Tragically, I've been up for 7 hours... I spent them driving my car to the garage for a cam-belt change, walking back to my house

Re: bootstrapping CVS libtool

2003-11-25 Thread Scott James Remnant
On Tue, 2003-11-25 at 13:24, Gary V. Vaughan wrote: You've just woken up, haven't you? :-) > Scott James Remnant wrote: > | On Mon, 2003-11-24 at 17:36, Bob Friesenhahn wrote: > | > | > |>On Mon, 24 Nov 2003, Scott James Remnant wrote: > |> > |>>I use Autoconf 2.58 and Automake 1.7 (latest Debian

Re: configuring libltdl

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz wrote: | On Tue, Nov 25, 2003 at 01:39:10PM +, Gary V. Vaughan wrote: | |>Good point. As long as we ship Makefile.in (and libtoolize --ltdl installs |>only Makefile.in if $configure_ac has no reference to AM_INIT_AUTOMAKE) that

Re: configuring libltdl

2003-11-25 Thread Alexandre Duret-Lutz
On Tue, Nov 25, 2003 at 01:39:10PM +, Gary V. Vaughan wrote: > > Good point. As long as we ship Makefile.in (and libtoolize --ltdl installs > only Makefile.in if $configure_ac has no reference to AM_INIT_AUTOMAKE) that > should satisfy the autoconf/libtool only audience... Hmm... you can't use

Re: Defines dependent on static/dynamic build

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | I am faced with building some existing code that wants to have | __STATIC__ defined while building a static library, and __DYNAMIC__ | defined while building a shared library. Since only libtool knows | what it is doing and lib

Re: configuring libltdl

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | On Mon, 24 Nov 2003, Gary V. Vaughan wrote: | | There are a number of issues that would have to be handled in order to | properly integrate libltdl configure/build into the dependent | package's configure/build. Historically, t

Re: bootstrapping CVS libtool

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Sat, 2003-11-22 at 16:41, Bob Friesenhahn wrote: | | |>I am trying to get the current CVS libtool properly bootstrapped. The |>libtool bootstrap script says that GNU autoconf 2.58 and GNU automake |>1.8 are required. The

Re: system libraries that need -R/path/

2003-11-25 Thread Albert Chin
On Tue, Nov 25, 2003 at 12:50:38PM +, Gary V. Vaughan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Harlan Stenn wrote: > | Does somebody have an autoconf macro to handle adding -R/path/ stuff when > | libraries are found? > | > | It would be nice if it also had the ability to h

Re: bootstrapping CVS libtool

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott James Remnant wrote: | On Mon, 2003-11-24 at 17:36, Bob Friesenhahn wrote: | | |>On Mon, 24 Nov 2003, Scott James Remnant wrote: |> |>>I use Autoconf 2.58 and Automake 1.7 (latest Debian packages, basically) |>>to bootstrap and it works just fine.

Re: system libraries that need -R/path/

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harlan Stenn wrote: | Does somebody have an autoconf macro to handle adding -R/path/ stuff when | libraries are found? | | It would be nice if it also had the ability to handle cross compiling. | | This came up for ntp - if the shared library of libcryp