Make Problem

Dave Korn dave.korn@artimi.com
Thu Mar 16 15:27:00 GMT 2006


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/



More information about the Cygwin mailing list