On Sun, 10 Jan 2016, G Alexander wrote:

osx 10.11.2
xcode 7.2


i used gcc-5 to build and the latest from the source

Does that mean you cloned the mercurial repository? Downloaded a snapshot? Used the latest release (6.1.0)?

CFLAGS = -O3 -pipe -arch x86_64 -mtune=native -march=native 
-mmacosx-version-min=10.11
CPP = gcc-5 -E
CPPFLAGS =
CPP_FOR_BUILD = gcc-5 -E
CXX = g++-5
CXXCPP = g++-5 -E
CXXFLAGS = -O3 -pipe -arch x86_64 -mtune=native -march=native 
-mmacosx-version-min=10.11

The config.log you sent contradicts those values.

--
Marc Glisse
_______________________________________________
gmp-bugs mailing list
[email protected]
https://gmplib.org/mailman/listinfo/gmp-bugs

Reply via email to