Christopher Faylor <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED] std]# gcc -o say_ello{,.c} -lc [EMAIL PROTECTED] std]# ./say_ello Ello! [EMAIL PROTECTED] std]# cd ../math/ [EMAIL PROTECTED] math]# gcc -o atan{,.c} -lm [EMAIL PROTECTED] math]# ./atan 0.0 Arc tangent of `0.000000' is `0.000000' [EMAIL PROTECTED] math]# cd ../thread/posix/ [EMAIL PROTECTED] posix]# gcc -o pthread_test{,.c} -lpthread [EMAIL PROTECTED] 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/