On Fri, Dec 13, 2002 at 12:37:14AM -0600, Robert Boehne wrote:
> I'm seeing this sed invocation spitting out complaints
> on any platform not using GNU sed, i.e.  OS X, FreeBSD, IRIX, Tru64
> to name a few.  Any idea why?
> 
> lt_compile=`echo "$ac_compile" | sed \
>    -e 's:.*FLAGS\}\? :&$lt_compiler_flag :; t' \
>    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
>    -e 's:$: $lt_compiler_flag:'`

Replace 'FLAGS\}\?' with 'FLAGS}?'.

BTW, I don't show a failure on Tru64 UNIX 4.0D nor 5.1. But, I have
some patches on these machines.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to