This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Darwin libgcj linkage issue
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: aph at redhat dot com, howarth at bromo dot msbb dot uc dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 1 Oct 2006 10:58:42 -0400 (EDT)
- Subject: Re: Darwin libgcj linkage issue
Andrew,
I could be wrong here but if you really
intend to avoid using the system version of
those math calls, the appropriate thing to do
is to rename them in java as local versions
(eg java_sf_fabsf, etc).
Jack