bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failed Tests


From: Ralf Wildenhues
Subject: Re: Failed Tests
Date: Mon, 2 May 2005 09:53:33 +0200
User-agent: Mutt/1.4.1i

Hi Timothy,

* Timothy Moran wrote on Sat, Apr 30, 2005 at 05:33:11PM CEST:
> 
>               Just leaving a message about certain bugs that your program had 
> responded to.

Thanks.

>               Attached file is a trap log from Linux/Linspire.


> Tim M.
> Igland:/Added Programs/libtool-1.5.16# ./configure

Not a good idea.  Libtool and, FWIW, many other packages that use
Autoconf will not like to run in directories with a path with spaces in
the name.  We know this is technically suboptimal, but the fact that
many shell scripts are involved together with the fact that white space
is the common shell word delimiter makes this near impossible to fix.

It's much less work if you rename your directory differently -- you may
add a symlink to keep the original path working for other software, e.g.:

  mv 'Added Programs' Added_Programs
  ln -s Added_Programs 'Added Programs'

> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> /Added: /Added: No such file or directory

All your subsequent failures should be caused by this.

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]