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: Build problem on AIX 5.1 in libiberty, uint64_t definition





On Thu, 1 Nov 2001, David Edelsohn wrote:
  
  	Based on the verbose output, you appear to be using gcc-2.8.1
  configured for AIX 4.3.2.  gcc-2.95 and later defined _LONG_LONG.  gcc-3.0
  support AIX 5.1.  The problem has been fixed for a while.
  
  	If the only problem is _LONG_LONG, you probably can tweak the
  gcc-2.8.1 specs file to define _LONG_LONG and make progress.

Thanks for the tip. Indeed, I missed the issue that the problem is in
the used compiler, which is not compatible with AIX 5.1. Your workaround
using the specs file is interesting, I'll give it a try.

  -Geert


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