This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linker warnings on Mac OS X


David Daney wrote:

Not serious. These are math library functions that are provided both by Darwin's math library, which are also provided by a math library included in libjava. Its arguably a bug that libjava's implementation is


Should libgcj export them as weak symbols?


Hmm, It might be better to not build them at all on systems that we know to have a compatible math library. Since we have a pure-Java StrictMath, we don't need it for that.

Regards

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]