Hi list, I'm trying to compile the the current HEAD of the Git repository on Mac OS X 10.9.2 using apple-gcc42 from Mac Ports
I've got the following error: LINK qemu-nbd i686-apple-darwin13-g++-apple-4.2.1: x86_64: No such file or directory c++-apple-4.2: Invalid arch name : -lcurl To me it seem the compiler got the options in the wrong order. Has anyone a hint how this can be fixed? Should I use a different compiler? As far as I have tested clang also doesn't work. Best, Christian