Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 06:44:25 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Anton Shterenlikht <mexas@bris.ac.uk>
Cc:        fortran@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: lang/gcc built in poudriere: /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to 'sinhl@FBSD_1.3'
Message-ID:  <20131011134424.GA19792@troutmask.apl.washington.edu>
In-Reply-To: <201310111107.r9BB73dx080515@mech-cluster241.men.bris.ac.uk>
References:  <201310111107.r9BB73dx080515@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 11, 2013 at 12:07:03PM +0100, Anton Shterenlikht wrote:
> I've never seen this error before:
> 
> $ gfortran46 z.f90
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `sinhl@FBSD_1.3'
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `coshl@FBSD_1.3'
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `tanhl@FBSD_1.3'
> collect2: ld returned 1 exit status
> $
> 
> I've built lang/gcc inside a poudriere,
> then installed on another box, and got
> this error.
> 
> Any ideas?
> 

The math library on the poudriere box has sinhl, coshl, and tanhl.
The math library on the 'another box' is missing sinhl, coshl, and
tanhl.

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131011134424.GA19792>