X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Make Problem Date: Thu, 16 Mar 2006 15:27:39 -0000 Message-ID: <001301c6490e$29132c50$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On 16 March 2006 09:28, Deepa Mahajan wrote: > 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 My guess is that Deepa.a contains linux .obj files? Cygwin is only source-compatible, not binary, you need to recompile whatever sources that archive was generated from. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/