This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Undefined References to functions
- From: John Love-Jensen <eljay at adobe dot com>
- To: Syam Prasad Nagabairu <snagabairu at indusrad dot com>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Wed, 10 Jan 2007 07:09:53 -0600
- Subject: Re: Undefined References to functions
Hi Syam,
Were the libraries built on Cygwin cross-compiled for Linux?
If they were built on Cygwin for Cygwin (which is typical unless someone
built a cross-compiler for Linux on Cygwin, then used that cross-compiler to
build the libraries), they won't work on Linux. They work in Cygwin on NT.
HTH,
--Eljay