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: gcc-3.2 build problem in the java area


 > Solaris only defines MAXHOSTNAMELEN if:
 > 
 > #if !defined(_XPG4_2) || defined(__EXTENSIONS__)
 > 
 > Since this is C++, I'm guessing that it's including the headers in
 > a more strictly standard-conforming mode, which means that this
 > #define is omitted.

... or it means that _XPG4_2 is defined.  Or something else is wrong.
We should understand what this is first.

I've been testing solaris2 daily (forever it seems) and I've never had
this problem.  Heck, there's an autobuild bootstrapping 3.2 on
solaris2 and posted daily too.  Look at the gcc-testsuite results
list.  Before we start installing patches we should figure out what
this person did differently so we can find the correct remedy.  It may
be something properly addressed by a different patch or by fixing the
installation docs or ... ?  But IMHO we need to know why this one
person had the problem and numerous others don't.

		Thanks,
		--Kaveh

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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