Re: Building nco: changes in Cygwin break linking

2004-01-14 Thread Mark Hadfield
Problem solved (more or less). The error messages: fu01.o(.idata$3+0xc): undefined reference to `_libc_iname' fu02.o(.idata$3+0xc): undefined reference to `_libc_iname' etc occur because cc is being called with the -lC switch (ie. linking against C++ libraries!). And this occurs

Re: Building nco: changes in Cygwin break linking

2004-01-13 Thread Larry Hall
At 07:00 PM 1/13/2004, Mark Hadfield you wrote: Hello all I am trying to build NCO version 2.8.0 from source (http://nco.sourceforge.net/). I have Windows 2000 SP4 with an up-to-date, reasonably complete Cygwin environment (cygwin 1.5.5-1, gcc 3.3.1-3, etc). I use the usual ./configure, make