| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Thu, 21 Aug 2003 07:49:44 +0100 |
| From: | Elfyn McBratney <elfyn AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Confirm that "File truncated" error from ld is fixed in tonight's snapshot? |
| Message-ID: | <20030821064943.GL11470@emcb.co.uk> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <20030821032316 DOT GA32575 AT redhat DOT com> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <20030821032316.GA32575@redhat.com> |
| User-Agent: | Mutt/1.4.1i |
Christopher Faylor <cgf-idd AT cygwin DOT 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 AT vmw2k std]# gcc -o say_ello{,.c} -lc
[root AT vmw2k std]# ./say_ello
Ello!
[root AT vmw2k std]# cd ../math/
[root AT vmw2k math]# gcc -o atan{,.c} -lm
[root AT vmw2k math]# ./atan 0.0
Arc tangent of `0.000000' is `0.000000'
[root AT vmw2k math]# cd ../thread/posix/
[root AT vmw2k posix]# gcc -o pthread_test{,.c} -lpthread
[root AT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |