Re: Libtool and Pkg-Config

2001-04-23 Thread Alexandre Oliva
On Apr 22, 2001, Martijn van Beers <[EMAIL PROTECTED]> wrote: > Maybe you should actually take a look at pkg-config instead of listening > to people talking about it inaccurately. Err... Perhaps if I had been pointed at it, instead of having had the impression it was some tool in an early desig

Re: Making hardcode.test more robust [patch against HEAD]

2001-04-23 Thread Alexandre Oliva
On Apr 22, 2001, [EMAIL PROTECTED] wrote: > It does retain the original behaviour on other platforms. The case > statement is only for particular hosts. All other hosts keep the > result from the fgrep test. Indeed. > BTW, another possible solution is to compile with CFLAGS=-s. Compiling > with

Re: 1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)

2001-04-23 Thread Russ Allbery
libtool <[EMAIL PROTECTED]> writes: > On Mon, Apr 23, 2001 at 09:10:20AM -0700, Russ Allbery wrote: >> I was unable to even get the test suite to complete on this platform; >> every time the mdemo tests ran, the program it was running went runaway >> and had to be kill -9'd. I got tired of doing

Re: libtool-1.4 release

2001-04-23 Thread Gary V . Vaughan
On Monday 23 April 2001 2:00 am, I wrote: > I'm holding off the release for a day or two... Revised release date tomorrow April 24, around 10pm GMT unless someone points out a serious enough problem to me before then. Cheers, Gary. -- ___ _ ___ __ _

Re: libtool 1.4

2001-04-23 Thread Tomas Ogren
On 23 April, 2001 - Gary V. Vaughan sent me these 6.3K bytes: > On Sunday 22 April 2001 7:09 am, you wrote: > > Hello. > > > > A friend told me the about your libtool 1.4 test mail, so I tried it on > > a few platforms.. > > Great! Thankyou for posting your results. I am unable to reproduce y

Re: libtool 1.4

2001-04-23 Thread Tomas Ogren
On 23 April, 2001 - Gary V. Vaughan sent me these 6.3K bytes: > On Sunday 22 April 2001 7:09 am, you wrote: > > Hello. > > > > A friend told me the about your libtool 1.4 test mail, so I tried it on > > a few platforms.. > > Great! Thankyou for posting your results. I am unable to reproduce y

Re: 1.3e (1.910) test results for sparc-sun-solaris2.8 (FAIL)

2001-04-23 Thread libtool
On Mon, Apr 23, 2001 at 10:41:36PM +0100, Gary V. Vaughan wrote: > On Monday 23 April 2001 10:26 am, Russ Allbery wrote: > > I assume that these are mostly the known Solaris failures. > > > > > > Configuring libtool 1.3e (1.910 2001/04/23 00:34:

Re: libtool 1.4

2001-04-23 Thread Gary V . Vaughan
On Sunday 22 April 2001 7:09 am, you wrote: > Hello. > > A friend told me the about your libtool 1.4 test mail, so I tried it on > a few platforms.. Great! Thankyou for posting your results. I am unable to reproduce your quote.test failure on my Solaris 8 box with the current HEAD revision.

Re: 1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)

2001-04-23 Thread Gary V . Vaughan
On Monday 23 April 2001 7:08 pm, Peter Eisentraut wrote: > Russ Allbery writes: > > I was unable to even get the test suite to complete on this platform; > > every time the mdemo tests ran, the program it was running went runaway > > and had to be kill -9'd. I got tired of doing this by about th

Re: 1.3e (1.910) test results for sparc-sun-solaris2.8 (FAIL)

2001-04-23 Thread Gary V . Vaughan
On Monday 23 April 2001 10:26 am, Russ Allbery wrote: > I assume that these are mostly the known Solaris failures. > > > Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) > > > checking hos

Re: HP-UX 11.00 and parsing /bin/nm -p output (failing)

2001-04-23 Thread libtool-patches
On Mon, Apr 23, 2001 at 02:11:52PM -0500, [EMAIL PROTECTED] wrote: > This pertains to the HEAD branch. > > When parsing the output of /bin/nm -p, libtool.m4 contains the > following sed statement to massage the output: > > # Try without a prefix undercore, then with it. > for ac_symprfx in "" "_

Re: Problems with test -L on Solaris

2001-04-23 Thread Gary V . Vaughan
On Monday 23 April 2001 2:23 am, [EMAIL PROTECTED] wrote: > On Sun, Apr 22, 2001 at 08:05:38PM +0200, Peter Eisentraut wrote: > > Albert Chin-A-Young writes: > > > > Try changing the code to look like this: > > > > > > > > if test -L "$file" >/dev/null 2>&1 || test -h "$file" >/dev/null > > >

HP-UX 11.00 and parsing /bin/nm -p output (failing)

2001-04-23 Thread libtool
This pertains to the HEAD branch. When parsing the output of /bin/nm -p, libtool.m4 contains the following sed statement to massage the output: # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # Write the raw and C identifiers. [lt_cv_sys_global_symbol_pipe="sed -n

HP-UX 11.00 and dlopen()

2001-04-23 Thread libtool
While running ./configure for libtool 1.4 on a hppa1.1-hp-hpux11.00 system: ... checking for dlfcn.h... yes ... checking if libtool supports shared libraries... yes checking for dlopen in -ldl... no checking for dlopen... yes checking whether a program can dlopen itself... yes chec

Re: 1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)

2001-04-23 Thread Peter Eisentraut
Russ Allbery writes: > I was unable to even get the test suite to complete on this platform; > every time the mdemo tests ran, the program it was running went runaway > and had to be kill -9'd. I got tired of doing this by about the fifth > time. :/ Sounds familiar. Try the patch I just poste

Libtool 1.3e on i386-unknown-freebsd4.3 FIX

2001-04-23 Thread Peter Eisentraut
With the patch below I get all *82* tests to pass on this platform. The build-relink2.test proclaims: $ ./build-relink2.test === Running build-relink2.test = Exiting: ../depdemo/l3/libl3.la is not a shared library $ echo $? 77 Make of that what you wish. ;-) 2001-04-23 Peter Eisentraut <[E

Re: 1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)

2001-04-23 Thread libtool
On Mon, Apr 23, 2001 at 09:10:20AM -0700, Russ Allbery wrote: > I was unable to even get the test suite to complete on this platform; > every time the mdemo tests ran, the program it was running went runaway > and had to be kill -9'd. I got tired of doing this by about the fifth > time. :/ Comp

Re: Libtool and Pkg-Config

2001-04-23 Thread Havoc Pennington
Bernard Dautrevaux <[EMAIL PROTECTED]> writes: > A necessary (and sufficient AFAICT) condition would be that, given the fact > that libtool remember library dependencies, one use a tsort-like tool to > topologically sort all the libraries, while detecting loops in the > dependencies, and emitti

Re: 1.3e (1.910) test results for alpha-dec-osf4.0f (PASS)

2001-04-23 Thread libtool
On Mon, Apr 23, 2001 at 03:04:37AM -0700, Russ Allbery wrote: > There were some warnings during some of the tests, though. > > > Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) > > > ch

1.3e (1.910) test results for hppa2.0n-hp-hpux11.00 (FAIL)

2001-04-23 Thread Russ Allbery
I was unable to even get the test suite to complete on this platform; every time the mdemo tests ran, the program it was running went runaway and had to be kill -9'd. I got tired of doing this by about the fifth time. :/ Configuring libtool 1

Re: 1.3e (1.910) test results for alpha-dec-osf4.0f (PASS)

2001-04-23 Thread Tim Mooney
In regard to: 1.3e (1.910) test results for alpha-dec-osf4.0f (PASS), Russ...: >There were some warnings during some of the tests, though. > > >Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) >---

Re: libtool-1.4

2001-04-23 Thread Michael Matz
Hi, On Mon, 23 Apr 2001, Gary V. Vaughan wrote: > > I must say that my spidey-sense tells me that `static inline' is a GNU > extension... Yep, but the autoconf macro AC_C_INLINE is used, which #define's inline away in config.h, if inline isn't supported by the compiler (although it tests only fo

RE: Libtool and Pkg-Config

2001-04-23 Thread Bernard Dautrevaux
> -Original Message- > From: Havoc Pennington [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 22, 2001 4:46 PM > To: Alexandre Oliva > Cc: Eric Lemings; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Libtool and Pkg-Config > > > > Alexandre Oliva <[EMAIL PROTECTED]> writes: > > On

1.3e (1.910) test results for alpha-dec-osf4.0f (PASS)

2001-04-23 Thread Russ Allbery
There were some warnings during some of the tests, though. Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) checking host system type... alpha-dec-osf4.0f checking build system type... a

1.3e (1.910) test results for rs6000-ibm-aix4.2.1.0 (FAIL)

2001-04-23 Thread Russ Allbery
Similar results to AIX 4.3, including the same error during configure. Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) checking host system type... rs6000-ibm-aix4.2.1.0 checking build

1.3e (1.910) test results for sparc-sun-solaris2.[67] (FAIL)

2001-04-23 Thread Russ Allbery
Identical results to sparc-sun-solaris2.8, with the same failing tests. Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) checking host system type... sparc-sun-solaris2.6 checking build

1.3e (1.910) test results for sparc-sun-solaris2.8 (FAIL)

2001-04-23 Thread Russ Allbery
I assume that these are mostly the known Solaris failures. Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) checking host system type... sparc-sun-solaris2.8 checking build system type..

1.3e (1.910) test results for powerpc-ibm-aix4.3.2.0 (FAIL)

2001-04-23 Thread Russ Allbery
Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) checking host system type... powerpc-ibm-aix4.3.2.0 checking build system type... powerpc-ibm-aix4.3.2.0 checking for ld used by GCC... /b

1.3e (1.910) test results for i686-pc-linux-gnu (PASS)

2001-04-23 Thread Russ Allbery
Not like this is a surprise or anything, but for completeness Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) checking host system type... i686-pc-linux-gnu checking build system ty

Re: 1.4 test results for mips-sgi-irix6.5

2001-04-23 Thread Russ Allbery
Whoops, sorry, I should add that this was with: Configuring libtool 1.3e (1.910 2001/04/23 00:34:53) Russ Allbery <[EMAIL PROTECTED]> writes: > gcc 2.95.3, SGI native ld. > [...] > FAIL: h

1.4 test results for mips-sgi-irix6.5

2001-04-23 Thread Russ Allbery
gcc 2.95.3, SGI native ld. [...] FAIL: hardcode.test 411202:lt-hell: rld: Error: unresolvable symbol in lt-hell: foo 411202:lt-hell: rld: Error: unresolvable symbol in lt-hell: nothing 411202:lt-hell: rld: Fatal Error: this executable has unresolvable symbols PASS: build-relink.test [...] 412530:

Re: Fix: Interlibrary dependencies SCO Uw7

2001-04-23 Thread Gary V . Vaughan
On Thursday 19 April 2001 11:08 pm, Alexandre Oliva wrote: > On Apr 19, 2001, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > > That's the kind of problem deplib tests are supposed to catch > > I lied :-) > > Thanks Gary for setting me straight. > > We should definitely make one of the deplib librari

Re: shared library linking on Darwin

2001-04-23 Thread Gary V . Vaughan
On Sunday 22 April 2001 1:40 am, Kevin Ryde wrote: > "Gary V. Vaughan" <[EMAIL PROTECTED]> writes: > > Have either of you had any success with my workaround? > > > >make ECHO="/bin/sh `pwd`/libtool --fallback-echo" > > > > Or something equivalent... > > Not quite sure I understand. Should t