This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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: Building nco: changes in Cygwin break linking


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/


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