This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: make in libjava uses wrong specs to build libgcj...


H. J. Lu wrote:

This seems to be an automake problem:

/newdisk/programs/mipsel-gccmaincvs/gcc/gcj
-B/newdisk/programs/mipsel-gccmaincvs/gcc/
-B/home/test35/mipsel-linux/bin/ -B/home/test35/mipsel-linux/lib/

The later two -B flags are incorrect, because they point to the installation directory when building libjava. The AM_PROG_GCJ macro is attaching these to $(GCJ). It should be instead passing the equivalent locations in the _build_ directory.




Try


http://gcc.gnu.org/ml/gcc-patches/2004-09/msg00357.html

It should fix it.


I don't think so. The same, incorrect -B arguments will still be there.

Regards

Bryce


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