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: multilib fixes for libjava


Andrew,
    Good news. The problems I was seeing with...

checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

...are eliminated by adding...

AM_ENABLE_MULTILIB(, ../..)

...to configure.ac in the classpath and libltdl subdirectories.
So we are left with how to properly fix the test for /proc/self/exe
in libjava's configure.ac. I'll try a testbuild with these new
changes (and my HAVE_PROC_SELF_EXE hack) on a G4 and see if the
multilib build now works. At least configure completes without
an error condition which is new for multilib builds in libjava
on a G4.
                    Jack


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