Skip to content
Prev 362130 / 398506 Next

Antwort: Re: Antwort: Re: Installing from source on Windows 7: tibble [SOLVED]

On 29/06/2016 10:48 AM, G.Maubach at weinwolf.de wrote:
I wouldn't change the COMPILED_BY; some packages use it to configure 
themselves for gcc-4.9.3, as opposed to the previous version gcc-4.6.3.
The 4.6.3 compiler was compiled for "multilib" operation:  the same 
compiler took command line options to distinguish between 32 bit and 64 
bit compiles.  The newer version doesn't support that, so we need two 
separate installs.

Duncan Murdoch