| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| 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 |
| In-Reply-To: | <fcd52f70603160128y2c1c6b9dhf4c6003f0760aa4f@mail.gmail.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |