Building nco: changes in Cygwin break linking

Mark Hadfield m.hadfield@niwa.co.nz
Thu Jan 15 01:35:00 GMT 2004


Problem solved (more or less). The error messages:

  fu000001.o(.idata$3+0xc): undefined reference to `_libc_iname'
  fu000002.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 because of an AC_CHECK_LIB macro
in configure.in.

Read more about it in

  https://sourceforge.net/forum/forum.php?thread_id=1003653&forum_id=9830

-- 
Mark Hadfield            "Ka puwaha te tai nei, Hoea tatou"
m.hadfield@niwa.co.nz
National Institute for Water and Atmospheric Research (NIWA)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list