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]

Re: current [lib]gcj on solaris2.5


>>>>> "Arno" == Arno J Klaassen <arno@heho.snv.jussieu.fr> writes:

Arno> this is a quick and dirty patch (proposal) for compiling
Arno> [lib]gcj on solaris2.5.  I finally find out that my problems
Arno> where coming from iconv and lang_info providing not enough
Arno> functionality.

I don't think this patch should go in as-is.  Instead I'd like to
understand why iconv fails and what, if anything, we can do about it.
Do you know anything about how iconv fails on this platform?

Arno> This close my PR java/651 (sorry, I don't know how to do this
Arno> myself).

You can't, only a gcc maintainer can.

Arno> BTW, I manually put -lstdc++ to libgcj.spec.

You shouldn't have to do this.  libsupc++ should be automatically
included in libgcj.  You have to configure gcc with
--enable-libstdcxx-v3 for this library to be built.

Tom

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