On Tue, Feb 22, 2000 at 03:15:03PM -0500, Pavel Roskin wrote:
> Hello!

Hi Pavel.

> It looks like that using "file_magic" as "deplibs_check_method" is broken
> in the current CVS repository.
> 
> At least support for LinuxPPC is broken. There may be some reasons not to
> use pass_all on this platform (because old libc-1.99 is still around), and
> I don't want to enable pass_all it just as a workaround for a more generic
> problem.
> 
> The simplest way to reproduce on Linux-i386:
> 
> Find "i*86 |" in libtool.m4 and remove it. Then run
> 
> ./bootstrap && ./configure && make

Hmmm.  It works here.

> make will hang after printing:
> 
> /bin/sh ./libtool --mode=link gcc  -g -O2   -o libltdl.la -rpath
> /usr/local/lib -no-undefined -version-info 2:0:2 ltdl.lo -ldl
> rm -fr .libs/libltdl.la .libs/libltdl.* .libs/libltdl.*

Nope.  I can't reproduce it =(O|

> It appears that $FILE is defined to an empty string. It's output is fed to
> sed or egrep, and they expect input on stdin.

It is bad that FILE is the empty string.  Do you have a `file'
executable in your PATH?

..time passes...

Ah!  I think I have it.  Autoconf-2.13 has a bug in AC_SUBST which
prevents AC_SUBST(FILE) from ever working.  I am committing a patch
which works around this problem.  I am not able to break this, even if
I force an empty string in just before the AC_SUBST in configure.in.
Let me know if it doesn't work for you.

Cheers,
        Gary.
-- 
  ___              _   ___   __              _ mailto:[EMAIL PROTECTED]
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       [EMAIL PROTECTED] 
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \      
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

Reply via email to