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

Re: libtool vs gcj


On Jan 15, 2001, Richard Henderson <rth@redhat.com> wrote:

> This appears to be caused by the generated libtool script having
> "compiler_c_o=no" in the gcj section.  This appears to be due to
> trying to compile C with a Java compiler, noticing that it doesn't
> work, and deciding that that means that -o is not supported.

> Suggestions?

Odd.  It seems to be set up to use $lt_simple_compile_test_code in the
compiler_c_o test, and ltcf-gcj.sh sets it to `class foo {}', which
should be ok.

I'm re-enabling the Java libraries in my x86 build tree to see what's
going on.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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