This is the mail archive of the cygwin@cygwin.com 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: Confirm that "File truncated" error from ld is fixed in tonight's snapshot?


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/


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