Hi, John Rehwinkel <[email protected]> writes:
> Since gmp is built as a 64-bit library, the gmp test in configure > fails on MacOS with an architecture mismatch with libgmp.dylib. > Adding CFLAGS=-m64 to the ./configure command fixes this. I don't > know if it's worth automating this, but I figured I'd point it out. Last time I tried, I didn't have to do this: http://thread.gmane.org/gmane.lisp.guile.devel/8326 I actually think it cannot be automated, precisely because we can't guess how the user configured the installed GMP. Thanks, Ludo'.
