This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: installation problem
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: frank dot braun at rz dot uni-regensburg dot de, fortran at gcc dot gnu dot org
- Date: Wed, 30 Nov 2005 18:16:20 +0100
- Subject: Re: installation problem
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uouQ0T9H+z5PJCFjnnCdtwVIy+I7+YzIJO1yfcHHpBARHLJdy8gt1zZaIMyb7+FaEoE/2pFryShwO4z+7l4oPY5SRy77bjaHYBtV6hhvZtyTZ5HdW0pWQ1bFmlmniKNWgBdRrV8W+urRu8Cp1Bgfoup92UVqcYnLb8qnTZ/7U+U=
- References: <20051130085729.CB70C17B7C8@rrzmta1.rz.uni-regensburg.de> <19c433eb0511300129l11662d2fq4c8d89453f811a48@mail.gmail.com> <200511301712.jAUHCLiC032417@greed.delorie.com>
> They are available, but you need -lm to get the math library. The
> user's link line was missing it; I don't know if gfortran adds -lm by
> default.
Yes, it's supposed to add it.
FX