Ruben Van Boxem <[email protected]> writes:
> Is there a reason you're using an obsolete GCC version? The oldest still
> supported version is 4.8.4. If I remember correctly, 4.5.1 had some issues,
> that were patchable or patched in 4.5.2, but really 4.6 was where all the
> good stuff started to happen. I strongly suggest you use GCC 4.8 or newer.

This:

    
http://sourceforge.net/p/mingw-w64/wiki2/Cross%20Win32%20and%20Win64%20compiler/

says 4.5.1 is supported. CentOS has 4.4.7 installed and I didn't want my
Windows-targeted compiler to be much advanced from my regular one. I can
try something more recent, though.

> There should also not be any need to copy missing headers. This may
> influence
> In my experience, even the "mingw" symlink isn't useful for non-multilib.
...
> These things already exist in many places, among which linux distributions,
> and my old toolchain build scripts (without automatic source downloading):
> https://github.com/rubenvb/mingw-w64-build-scripts
> You'll want buildlinux64mingw64.sh, which calls buildcrossfromnative.sh
> <https://github.com/rubenvb/MinGW-w64-build-scripts/blob/master/scripts/buildcrossfromnative.sh>
> which calls all the separate build steps. I do believe that GCC 4.9 does
> not require/use isl nor cloog anymore, and GCC 4.8 did away with PPL.

It seems like the installation instructions should probably be updated
with this information. At the very least, the incorrect ones should be
taken down.

I will take a look at these scripts, though.

> I do strongly recommend to either use your distribution's packages as Erik
> indicates, or at least start from mine, cause there are some very important
> options for GCC you shouldn't miss.

I'm using them for now while trying in parallel to get 64 bit working.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to