This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: r150960 changed ltmain.sh and broke the build


On 08/26/2009 12:38 PM, Dave Korn wrote:
   Oops.  Looks like there are different versions of SED that have different
requirements, because on cygwin SED 4.1.5, you*have*  to quote the comma in
the curly-braces {min,max} repetitions specifier or it is interpreted as a
separator.

Right. I also got bitten by this recently (and I should have known better, given my sed maintainer hat). You should use another separator to be portable.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]