This is the mail archive of the java-discuss@sourceware.cygnus.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: Proposal for CNI/JNI problems


>I think this should be considered very carefully.  I would like to avoid
>these dependencies if possible.  Particularly any dependencies on gcc.

>Personally, it looks like in the core classes there will be so little
>code that the JNI/CNI thing could be handled with #ifdef CNI/JNI and
>a configure time option added to enable it.  Or a set of macros might
>handled almost everything reasonably well.

Pardon me, but isn't depending on a configure time option simply shifting
the dependency from gcc to the configurer?  I work on Win32 systems, and in
my case, a C++ compiler is readily available but I have difficulty finding a
configurer.  I may be missing the point, but could someone in the know
please clarify this?  Thanks.


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