* Stephen More wrote on Wed, May 25, 2005 at 02:42:55PM CEST:
> On 5/25/05, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> 
> > Let me guess: Your /bin/sh is ash, and somehow libtool fails to find the
> > proper $echo (which should be != "echo").  
> 
> $ ls -l /bin/sh
> lrwxrwxrwx  1 root root 4 Apr  6 14:24 /bin/sh -> bash
> [EMAIL PROTECTED] libtool-1.5.18]$ rpm -q -a | grep -i bash
> bash-3.0-19.2
> 
> > Could you please post the
> > exact configure line you issued plus output, and config.log?
> 
> Sure attached find the output and config.log.
> Let me know what else you may need.

I'm stunned.  How did that happen (from config.log):
| ECHO='echo -e'

Libtool configuration sure does not contain any code which sets this.
Do you have anything like this in your environment?  What says
  env | grep ECHO

If so, could you please
  unset ECHO
and try configuring again to make sure all failure are gone now?

Thanks,
Ralf


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

Reply via email to