Re: Error trying to run make libtool libtool-1.5.22

2007-04-10 Thread Gary V. Vaughan

On 9 Apr 2007, at 14:23, Salman, Robert wrote:

false cru .libs/libltdl.a  ltdl.o

 ^^

Libtool's configure script was unable to find a suitable ar command.
Either install one and rerun configure (I think it comes with binutils),
or if you have one already but it is in a non-standard location, run
configure like this:

   ./configure AR=/path/to/bin/ar other config options

Cheers,
Gary
--
  ())_.  Email me: [EMAIL PROTECTED]
  ( '/   Read my blog: http://blog.azazil.net
  / )= ...and my book: http://sources.redhat.com/autobook
`(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912






PGP.sig
Description: This is a digitally signed message part
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


libtool --mode=execute gives LANG not found

2007-04-10 Thread deckrider

ltmain.sh (GNU libtool) 1.5.23b (1.1220.2.437 2007/02/17 09:08:45)
ia64-hp-hpux11.23

I'm seeing the following behavior:

$ ./libtool --mode=execute ldd foo
./libtool[6827]: LANG:  not found.
./libtool[6827]: LC_ALL:  not found.
./libtool[6827]: LC_CTYPE:  not found.
./libtool[6827]: LC_COLLATE:  not found.
./libtool[6827]: LC_MESSAGES:  not found.

In my environment, each of these shell variables are not set.

Regardless of the above output, the ldd command appears to work.


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


Re: Libtool fails to build working binary when -no-install is used

2007-04-10 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Wed, Apr 04, 2007 at 12:06:58AM CEST:
 On Apr 3, 2007, at 4:44 PM, Ralf Wildenhues wrote:
 
 Do I understand correctly that Darwin has no way to hardcode library
 paths (other than the ones given by -install-name)?  OK to apply and
 backport?  It fixes the stresstest failure exposed by my last patch.
 
 Yes. Sorry, I have not been watching the list as closely as I should  
 be. This looks okay to me, please apply.

Done now, to both branches, thanks for the review!

Cheers,
Ralf


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool