Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <4.3.1.2.20010405154008.021ea950@pop.ma.ultranet.com>
X-Sender: lhall@pop.ma.ultranet.com
X-Mailer: QUALCOMM Windows Eudora Version 4.3.1
Date: Thu, 05 Apr 2001 15:43:18 -0400
To: "Latyr Jean-Luc FAYE" <webmaster@faye.cjb.net>,
        "Cygwin" <cygwin@cygwin.com>
From: "Larry Hall (RFK Partners, Inc)" <lhall@rfk.com>
Subject: Re: Rep: Re: Compiling with Borland C but not with Cygwin !!!
In-Reply-To: <02cb01c0be05$38cac2a0$99face88@dcu.ie>
References: <NFBBJAJICAKJPMMKDAGBEENPCBAA.wpd@delcomsys.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 03:18 PM 4/5/2001, Latyr Jean-Luc FAYE wrote:
> > Don't place -lm at the beginning of the command line.  Place it at the
>end.
> >
>Thanks folks it works.
>A few more questions on this behaviour.
>I'm a Cygwin's newbie (3 days now) and I would like to know what was wrong.
>I mean why
>gcc -otest.exe file.c is OK
>gcc -otest.exe file.c -lm is OK
>gcc -lm -otest.exe file.c -lm is NOT OK
>
>I am more surprised by the fact that
>gcc -otest.exe file.c is OK because I am using math.h in file.c and I learnt
>at school that when I use math.h I should put -lm in the compilation line



You want to check out the documentation for gcc (via info, man, or look on
the web) to understand the flag ordering.  

Cygwin has one library to implement everything.  Therefore, you don't need
-lm, although libm.a should be linked to libcygwin.a to make this work if 
your flag ordering is right.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

