libtool
[Top][All Lists]
Advanced

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

non-GNU sed complanits from Libtool CVS


From: Robert Boehne
Subject: non-GNU sed complanits from Libtool CVS
Date: Fri, 13 Dec 2002 00:37:14 -0600

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



reply via email to

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