Thanks!cdani wrote:Congratulations for your work and thanks for it!!

Moderator: Ras
Thanks!cdani wrote:Congratulations for your work and thanks for it!!
Awesome! Is that with homebrew/MacPorts GCC? Did you have to change anything? I have been doing most of my testing with homebrew GCC 4.9.JoshPettus wrote:Huge congratulations Matthew!And Thank-you so much for making it open source.
The windows 64bit version is a little tricky for me in wine (it's very limited right now), so I made an OSX compile. should be good for OSX 10.6 or newer.
https://dl.dropboxusercontent.com/u/504 ... iraffe.zip
Ah! Good catch. I will mention it in the readme.JoshPettus wrote:macports gcc 4.9 with --static-libgcc and -mmacosx-version-min=10.6
I still had some trouble though. the assembler wanted clang in the same folder as gcc, so I made a softlink (not sure why to be honest). It couldn't find -ltcmalloc. I tried it without it, and seems to work.
Bloodbane wrote:Now I just look stupid when I was worrying about the amount of mathematics.
/usr/bin/as is GNU as. See "as -v". It's just a very old version. Though it may actually be a good idea to replace it with a script that calls clang.JoshPettus wrote:OSX's GNU is non existentit's actually a symlink to clang. Unfortunately clang doesn't like OpenMP and is completely missing the omp header. On google I found a project to implement it, but it's not in the main branch yet.