This is the mail archive of the java-discuss@sources.redhat.com 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]

Re: Compile Error libgcj


Bryce McKinlay writes:
 > Tom Tromey wrote:
 > 
 > > Thanks.  This must be related to the recent mprec.h change.
 > 
 > Yeah. I'm going to check in Edgar's fix. I must have missed this because
 > my natDouble.cc was already compiled and I havn't done a full rebuild
 > since.
 > 
 > > Maybe we should bite the bullet and rename the fdlibm functions we
 > > use.  Perhaps we could do this via a bunch of #defines in a new
 > > header, so that we only make minimal changes to the fdlibm files.

I propsed this when we first imported fdlibm, but it's a really bad
idea if you have an embedded system that uses C and Java, which is not
so unlikely.  You'll end up with duplicated math libraries.

We must be very careful to consider all applications before we make
such a change.

Andrew.

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