[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Solaris & libtool (continued)
From: |
Пухальский Юрий Андреевич |
Subject: |
RE: Solaris & libtool (continued) |
Date: |
Mon, 21 Mar 2005 19:27:32 +0300 |
Yes, I don't have /usr/ucb in my PATH, yet I have bash. And there is no
/usr/ucb directory at all on my Solaris 10.
Solaris 9:
baldr:~/host/gnu/libtool-1.5.14>./libtool --config |grep -i echo
# An echo program that does not interpret backslashes.
echo="echo"
archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$lib.exp~cat \$export_symbols
| \$SED -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$lib.exp~\$echo \\\"local: *;
};\\\" >> \$lib.exp~
baldr:~/host/gnu/libtool-1.5.14>echo $PATH
/opt/SUNWspro/bin:.:/home/pooh/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/ccs/bin:/opt/s1studio/ee/bin
Solaris 10:
sols64:~/host/libtool-1.5.14>./libtool --config|grep -i echo
# An echo program that does not interpret backslashes.
echo="echo"
archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$lib.exp~cat \$export_symbols
| \$SED -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$lib.exp~\$echo \\\"local: *;
};\\\" >> \$lib.exp~
sols64:~/host/libtool-1.5.14>echo $PATH
/usr/xpg4/bin:/opt/SUNWspro/bin:.:/home/pooh/bin:/usr/local/bin:/usr/bin:/usr/ccs/bin
-----Original Message-----
From: Ralf Wildenhues [mailto:address@hidden
Sent: Monday, March 21, 2005 18:46 PM
To: Пухальский Юрий Андреевич
Cc: address@hidden
Subject: Re: Solaris & libtool (continued)
Sorry for the self-reply.
* Ralf Wildenhues wrote on Mon, Mar 21, 2005 at 03:55:01PM CET:
> * Пухальский Юрий Андреевич wrote on Mon, Mar 21, 2005 at 03:02:46PM CET:
>
> > Solaris 9, libtool 1.5.14 built with Sun Studio compiler (cc 5.5) fails.
> > (sol9.log)
> > Solaris 10, libtool 1.5.14 built with Sun Studio compiler (cc 5.6) fails.
> > (sol10.log)
>
> The quote.test failure sucks. Why does it choose /bin/sh over bash on
> Solaris 9 but not on Solaris 10 (this is not a real question, rather thinking
> out loud)?
What do
./libtool --config | grep -i echo
and
echo $PATH
say on both Solaris 9 and Solaris 10? Do you by any chance have no bash
in your path on Solaris 9, or no /usr/ucb/echo or /usr/ucb not in your
path?
Regards,
Ralf