This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: cygwin 1.5.1 libc.a link problem
- From: Christopher Faylor <cgf-idd at cygwin dot com>
- To: cygwin at cygwin dot com
- Date: Tue, 5 Aug 2003 16:20:15 -0400
- Subject: Re: cygwin 1.5.1 libc.a link problem
- References: <20030805190957.GA2180@tishler.net>
- Reply-to: cygwin at cygwin dot com
On Tue, Aug 05, 2003 at 03:09:57PM -0400, Jason Tishler wrote:
>While attempting to rebuild procmail against Cygwin 1.5.1, I believe I
>have found a problem with libc.a that interferes with building 64-bit
>apps.
>
>If one builds the attached test program without -lc, we get the
>following:
>
> $ gcc -o stat stat.c
> $ objdump -p stat.exe | fgrep stat
> 6100 510 _stat64
>
>But, if one builds it with -lc, we get the following:
>
> $ gcc -o stat stat.c -lc
> $ objdump -p stat.exe | fgrep stat
> 6130 945 stat
Ok. Interesting. I know what the problem is. Should be "easy" to fix.
Sounds like we need a 1.5.2.
cgf
--
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/