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: <02cb01c0be05$38cac2a0$99face88@dcu.ie>
Reply-To: "Latyr Jean-Luc FAYE" <webmaster@faye.cjb.net>
From: "Latyr Jean-Luc FAYE" <Latyr.Faye2@mail.dcu.ie>
To: "Cygwin" <cygwin@cygwin.com>
References: <NFBBJAJICAKJPMMKDAGBEENPCBAA.wpd@delcomsys.com>
Subject: Rep: Re: Compiling with Borland C but not with Cygwin !!!
Date: Thu, 5 Apr 2001 20:18:39 +0100
Organization: Dublin City University
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

> 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

Regards

Jean-Luc

---
Latyr Jean-Luc FAYE
http://faye.cjb.net



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

