lang/gcc built in poudriere: /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to 'sinhl at FBSD_1.3'

Steve Kargl sgk at troutmask.apl.washington.edu
Fri Oct 11 13:44:34 UTC 2013


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 at FBSD_1.3'
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `coshl at FBSD_1.3'
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to `tanhl at 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


More information about the freebsd-ports mailing list