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: more build problems, sun sparc solaris 2.7


>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:

Mike> Mike Stump <mrs@windriver.com> writes:
Mike> more build problems, sun sparc solaris 2.7:

Alex> I mentionned that sparc/solaris doesn't build.

His particular problem doesn't look like the thread choice problem.
It looks like he somehow got past that to find a new problem.

The new problem is apparently related to the iconv() code.

Mike, what are the settings for HAVE_ICONV, HAVE_ICONV_H,
HAVE_LANGINFO_H and HAVE_NL_LANGINFO in your gcc/auto-host.h?

My guess is that your system has iconv and nl_langinfo, but that
nl_langinfo(CODESET) returns a value that iconv() can't handle.  That
would be annoying.

I believe the fix would be to pass an explicit `--encoding=UTF-8' to
gcj in the libgcj Makefile.  We should probably do this regardless of
what is going on with Mike, since that is the only way to ensure that
the user's locale doesn't mess with the libgcj build.

Tom

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