libtool
[Top][All Lists]
Advanced

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

Re: Terrible problem with latest CVS libtool


From: Bob Friesenhahn
Subject: Re: Terrible problem with latest CVS libtool
Date: Sun, 30 Nov 2003 16:12:55 -0600 (CST)

Here is some relevant config.status debug output:

+ SED=/bin/sed
+ Xsed=sed -e s/^X//
.
.
.
+ eval lt_SED=\`$echo X$SED
+ X/bin/sed
+ lt_SED=`print -r
config.status[527]: X/bin/sed:  not found
+ $Xsed -e $sed_quote_subst`\
config.status[527]: $Xsed:  not found
+ eval lt_SHELL=\`$echo X$SHELL
+ X/bin/sh
+ lt_SHELL=`print -r
config.status[527]: X/bin/sh:  not found
+ $Xsed -e $sed_quote_subst`\
config.status[527]: $Xsed:  not found

On Sun, 30 Nov 2003, Bob Friesenhahn wrote:

> Regarding the missing SED bug, I believe that the bug is in the
> config.status section which produces quoted lt_foo variables.  I
> suspect this because $SED is properly set to /bin/sh before this
> point, yet $lt_SED is set to nothing.
>
> Error messages are emitted from line 527 of config.status:
>
>  eval "lt_$var=\\"\`\$echo "X\$$var" | \$Xsed -e "\$sed_quote_subst"\`\\""
>
> % ./config.status
> ./config.status[527]: X/bin/sed:  not found
> ./config.status[527]: $Xsed:  not found
> ./config.status[527]: X/bin/sh:  not found
>
> Bob
> ======================================
> Bob Friesenhahn
> address@hidden
> http://www.simplesystems.org/users/bfriesen
>
>
>
> _______________________________________________
> Libtool mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool
>

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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