Re: shared library linking on Darwin

2001-04-17 Thread Chris Leishman
On Tuesday, April 17, 2001, at 01:50 PM, Alexandre Oliva wrote: On Apr 17, 2001, Chris Leishman [EMAIL PROTECTED] wrote: *** Warning: This library needs some functionality provided by extra/libextra.a. Unfortunately I can't get the application to load the libshared.a file as a dynamic

Re: Configuring libtool HEAD branch.

2001-04-17 Thread mcnichol
Actually... Robert Boehne has already merged my changes into the multi-language-branch. Dan From [EMAIL PROTECTED] Mon Apr 16 20:49:52 2001 Do you think there is any chance of getting my AIX changes in? Certainly. Sooner, if you help me with a port to the multi-language-branch...

Re: Configuring libtool HEAD branch.

2001-04-17 Thread mcnichol
From [EMAIL PROTECTED] Mon Apr 16 20:49:52 2001 - When building libtool without run-time-linking, my changes do still create a libname.a. However, it is an actual archive containing the shared object (just like the quirky way the rest of AIX does it). What you end up with is a

Re: Configuring libtool HEAD branch.

2001-04-17 Thread mcnichol
From: Russ Allbery [EMAIL PROTECTED] Piggybacking off of Gary's response On Monday 16 April 2001 11:05 pm, [EMAIL PROTECTED] wrote: - When building libtool without run-time-linking, my changes do still create a libname.a. However, it is an actual archive containing the

RE: Downtime... musings... libtool-1.4

2001-04-17 Thread Thomas Tanner
Hi Gary, Alexandre and the rest of the team! On 11-Apr-2001 Gary V. Vaughan wrote: I plan to clear any patches left in the queue, test on the hosts I have access to and release libtool-1.4 from HEAD upon my return. I would be extremely appreciative of feedback from libtool users about

ltconfig fails during 'configure'

2001-04-17 Thread Robert Boehne
Hello! I've been trying to debug this problem for several days but I can't seem to find the problem. I'm forced to use recent CVS Automake and Autoconf with this oddball project so the problem could be there as well. It seems that every time I try to configure, ltconfig fails because it

Re: ltconfig fails during 'configure'

2001-04-17 Thread Lars J. Aas
On Tue, Apr 17, 2001 at 01:11:45PM -0500, Robert Boehne wrote: : It seems that every : time I try to configure, ltconfig fails because it doesn't : get $host set. Here's the message from configure: : snip : checking whether ln -s works... yes : ltconfig: you must specify a host type if you use

Re: ltconfig fails during 'configure'

2001-04-17 Thread Robert Boehne
"Lars J. Aas" wrote: On Tue, Apr 17, 2001 at 01:11:45PM -0500, Robert Boehne wrote: : It seems that every : time I try to configure, ltconfig fails because it doesn't : get $host set. Here's the message from configure: : snip : checking whether ln -s works... yes : ltconfig: you must

Fix: Interlibrary dependencies SCO Uw7

2001-04-17 Thread Matthew Schalit
Hello Goodly Folks, Thank you for all your work on making libtool so portable and necessitating that I learn how to spell dependencies :o) I recently had the chance to compile libtool-1.3.5 for my SCO UnixWare 7.1.1 box, often referred to as an i586-sco-sysv5uw7.1.1

Missing header dl.h on Uw7

2001-04-17 Thread Matthew Schalit
Hi Folks, On SCO UnixWare 7.1.1, the header file dl.h is found as sys/dl.h. I just checked out CVS libtool today, and it looks like I'll have to change a few files: $ find . | xargs fgrep -l "dl.h" ./ChangeLog.0 ./ChangeLog ./ltdl.m4 ./doc/libtool.texi ./libltdl ./libltdl/CVS/Entries

Re: Mainline bootstrap failure (Re: libstdc++ execute tests)

2001-04-17 Thread Alexandre Oliva
On Apr 16, 2001, "Gary V. Vaughan" [EMAIL PROTECTED] wrote: I like this idea. Would you add it to the libtool TODO file please, Ok to install? Index: ChangeLog from Alexandre Oliva [EMAIL PROTECTED] * TODO: Add -L- flag. Index: TODO