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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to