This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: Confirm that "File truncated" error from ld is fixed in tonight's snapshot?
- From: Elfyn McBratney <elfyn at cygwin dot com>
- To: cygwin at cygwin dot com
- Date: Thu, 21 Aug 2003 07:49:44 +0100
- Subject: Re: Confirm that "File truncated" error from ld is fixed in tonight's snapshot?
- References: <20030821032316.GA32575@redhat.com>
- Reply-to: cygwin at cygwin dot com
Christopher Faylor <cgf-idd@cygwin.com> wrote:
> Could some adventurous soul confirm or dney that the "File truncated"
> error from ld, when linking with libm.a, is fixed in tonight's snapshot
> -- appearing soon on a cygwin.com near you?
It's fixed.
> If someone could verify that libc.a and libpthread.a work ok, too,
> that would be an added bonus.
cf,
[root@vmw2k std]# gcc -o say_ello{,.c} -lc
[root@vmw2k std]# ./say_ello
Ello!
[root@vmw2k std]# cd ../math/
[root@vmw2k math]# gcc -o atan{,.c} -lm
[root@vmw2k math]# ./atan 0.0
Arc tangent of `0.000000' is `0.000000'
[root@vmw2k math]# cd ../thread/posix/
[root@vmw2k posix]# gcc -o pthread_test{,.c} -lpthread
[root@vmw2k posix]# ./pthread_test
Creating pthread
Thread: Hello!
Thread: Exiting
-- Elfyn
--
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/