On Sat, Jan 26, 2013 at 4:31 PM, Sergei Trofimovich <[email protected]> wrote: > Looks like local include paths were not prepended correctly > in missing libgmp case.
Yes, that is true indeed: the configure script is not called with the --with-gmp-includes and --with-gmp-libraries flags. FreeBSD keeps the GMP headers and libraries under /usr/local by default, in lieu of this, the build simply falls back to the in-tree GMP instance. I suppose Ian shall add these flags for the builder client? _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
