This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem with strtoimax?


> On Tue, Jul 05, 2005 at 08:26:26PM +0000, Eric Blake wrote:
> >$ gcc -o foo foo.c
> >/cygdrive/c/DOCUME~1/eblake/LOCALS~1/Temp/ccQLtRpQ.o:foo.c:(.text+0x42): 
> undefined reference to `_strtoimax'
> >collect2: ld returned 1 exit status
> 
> WJFFM.  It seems like you have an outdated libcygwin.a.

Weird:
$ ll /usr/lib/libcygwin.a /usr/i686-pc-cygwin/lib/libcygwin.a 
-rwxrwxrwx  1 Administrators Domain Users 3704450 Feb 24 07:29 /usr/i686-pc-cygwin/lib/libcygwin.a*
-rwxrwxrwx  1 eblake         Users         956656 Jul  2 18:30 /usr/lib/libcygwin.a*

I don't recall ever touching /usr/i686-pc-cygwin/lib.  Maybe when I played with installing a build from CVS?  Is that directory normally present, or should I just nuke it?  But gcc -v revealed that it does indeed do -L/usr/i6866-pc-cygwin/lib before -L/usr/lib.

--
Eric Blake



--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]