Re: Compiling GNU sed

2005-01-27 Thread Christopher Faylor
On Fri, Jan 28, 2005 at 12:13:53AM +, www.mail wrote: >I have just updated my Cygwin, and I'm trying to compile the latest GNU >sed (4.1.3) with the command: > >CC="gcc -mno-cygwin" ./configure --disable-nls > >It compiles OK. But when I run make, I get several errors stating >"undefined refer

Compiling GNU sed

2005-01-27 Thread www.mail
Hi, I have just updated my Cygwin, and I'm trying to compile the latest GNU sed (4.1.3) with the command: CC="gcc -mno-cygwin" ./configure --disable-nls It compiles OK. But when I run make, I get several errors stating "undefined reference to `_wcrtomb'". If I compile it without the -mno-cygwi