Re: What is the best way to get a 64bit c++11 capable compiler?

Stuart Henderson <[email protected]> Fri, 21 Aug 2020 21:24:55 +0100
Newsgroups gmane.os.openbsd.sparc
Message-ID <17412b215d8.2869.545c230b3f27d53b49609e7db70685b8@spacehopper.org>
OpenBSD doesn't run mixed 32-bit software on 64-bit kernels. You are 
probably bumping into default resource limits, see login.conf.

-- 
  Sent from a phone, apologies for poor formatting.
On 21 August 2020 19:38:08 eric <[email protected]> wrote:

> Hello,
>
> I recently got an Ultra 45 to test my code better and have already
> been able to fix a couple things thanks to the ease of getting a
> modern OS working quickly.
>
> Unfortunately though I am having some trouble with some of my
> c++ code.  Compilers are crashing when they need more than
> 4 GB RAM. I have tried gcc-8.3.0p4 and clang 8.0.1 but neither
> work. Are these packages 32 bit ?!  What is the best way for me to
> get a working 64 bit c++11 compiler?
>
> I'm running OpenBSD 6.6 but am open to upgrading. If there are
> no 64 bit packages for what I need any tips for compiling a 64 bit
> compiler from a 32 bit compiler would be great.
>
> Thanks,
> Eric