Is anybody able to build the development version of Poly/ML on a Mac? I can?t even get past the configure stage:
* WARNING: Don't know the best CFLAGS for this system *
* Use ./configure CFLAGS=... to specify your own flags *
* (otherwise, a default of CFLAGS=-O3 will be used) *
clang: error: unsupported option '-print-multi-os-directory'
clang: error: no input files
I would prefer to configure using --with-gmp=yes, but even a plain configure produces the messages above.
Larry