Hello,

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:'`

Here is a sample of the error messages when running configure
under Mac OS X:

checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... sed: 1:
"s:.*FLAGS\}\? :&$lt_com ...": RE error: parentheses not balanced
no
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... sed: 1: "s:.*FLAGS\}\?
:&$lt_com ...": RE error: parentheses not balanced
no
checking if cc supports -c -o file.o... sed: 1: "s:.*FLAGS\}\? :&$lt_com
...": RE error: parentheses not balanced
no
checking if we can lock with hard links... yes


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

Reply via email to