bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

m4 does not build on Tandem NSK/OSS


From: Matthew Woehlke
Subject: m4 does not build on Tandem NSK/OSS
Date: Thu, 09 Nov 2006 16:41:02 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.0

(...all you coreutils folks will start to recognize the trend...)
I am trying to build m4 on Tandem NSK/OSS. OOTB, it does not build because 'configure' sees that OSS has the 'long long' (64-bit int) type. However it does *not* have an unsigned version thereof.

I'm just starting to investigate this, but so far I have tried removing 'HAVE_LONG_LONG' and 'HAVE_LONG_LONG_INT' from config.h and changed 'intmax_t' to 'long'. However some sources are still trying to build things with 'uint64_t'... when *there is no such type*. This isn't looking promising...

--
Matthew
"You're older than you've ever been / And now you're even older"
  -- They Might Be Giants





reply via email to

[Prev in Thread] Current Thread [Next in Thread]