X-Spam-Check-By: sourceware.org Message-ID: Date: Thu, 16 Mar 2006 01:28:29 -0800 From: "Deepa Mahajan" To: cygwin AT cygwin DOT com Subject: Make Problem MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k2G9Sdd9027495 When I try to execute the make command. I get the following errors $ make make[1]: Entering directory `/home/Deepa/ gcc -o ../bin/m1210.exe m1210.o Deepa.a -lm -lc -lz -ltcl -ltk fu000001.o:: undefined reference to `_libc_iname' fu000002.o:: undefined reference to `_libc_iname' fu000003.o:: undefined reference to `_libc_iname' fu000004.o:: undefined reference to `_libc_iname' fu000005.o:: undefined reference to `_libc_iname' fu000006.o:: more undefined references to `_libc_iname' follow Info: resolving __impure_ptr by linking to __imp___impure_ptr (auto-import) collect2: ld returned 1 exit status make[1]: *** [../bin/m1210.exe] Error 1 make[1]: Leaving directory `/home/Deepa/' make: *** [all] Error 2 ANyone know how i can resolve them? Deepa -- 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/