Re: Darwin libgcj linkage issue

2006-10-01 Thread Jack Howarth
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

Re: Darwin libgcj linkage issue

2006-10-01 Thread Andrew Haley
Jack Howarth writes: >I noticed that on Darwin PPC we get warnings of the form... > > symbol _fabsf used from dynamic library /usr/lib/libm.dylib(fabs.o) not from > earlier dynamic library /sw/lib/gcc4/lib/libgcj.8.dylib(sf_fabs.o) > symbol _fabs used from dynamic library /usr/lib/libm.d