This is the mail archive of the java-patches@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]

Re: autoconf 2.50 updates - libjava


On Sat, May 26, 2001 at 06:44:34PM -0600, Tom Tromey wrote:
> 
> I see an AC_TRY_LINK in libjava/configure.in but not in boehm-gc,
> libffi, or zlib.

They also sneak in through libtool.m4.  I have a patch which disables
all the tests libtool wants to run in the AC_NO_EXECUTABLES case -
that is probably okay, because they're all tests for obsolete compiler
behavior (-belf, -dll, DllMain).

The real nasty is libstdc++-v3 which has serious need to run linkage
checks (but only with the C compiler, I *think*.)

-- 
zw     Well, there's another triumph for clean hands, a pure heart, a good
       soul...and vastly superior technology.
       	-- _Undocumented Features: Out in the Cold_


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