Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 17:17:57 +0700 (ICT)
From:      Olivier Nicole <on@cs.ait.ac.th>
To:        freebsd-questions@freebsd.org
Subject:   Problem building R from the ports
Message-ID:  <200712041017.lB4AHvQL036798@banyan.cs.ait.ac.th>

next in thread | raw e-mail | index | archive | help
Hi,

I am trying to upgrade /usr/ports/math/R

I am using gcc 4.2.3 because at some stage it was needed by some other
ports, so it is now the version in use.

But I have the following problem with the fortran libraries.

gcc42 -std=gnu99      -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H  -fpic  -O -pipe -c Rmain.c -o Rmain.o
gcc42 -std=gnu99 -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR
/usr/local/lib/gcc-4.2.3/libgfortran.so.2: undefined reference to `__mulxc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.3/libgfortran.so.2: undefined reference to `__mulsc3@GCC_4.0.0'
/usr/local/lib/gcc-4.2.3/libgfortran.so.2: undefined reference to `__divsc3@GCC_4.0.0'

Any idea is welcome.

TIA.

olivier



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