[Haskell-cafe] Re: LDFLAGS

Simon Marlow simonmarhaskell at gmail.com
Thu Mar 8 04:42:12 EST 2007


Dave at haskell.org wrote:
> I have built ghc-6.6 twice for 64-bit OpenBSD 4.0 with
> LDFLAGS=-L/usr/local/lib set as an environmental variable.  Both
> times the built ghc did not find -lgmp until I modified
> lib/ghc-6.6/package.conf by adding "-L/usr/local/lib" to ldOptions.
> What do I set in order to have ldOptions set properly at the
> conclusion of make;make install?

See this bug:

http://hackage.haskell.org/trac/ghc/ticket/957

Hopefully it should be fixed for 6.6.1.

Cheers,
	Simon


More information about the Haskell-Cafe mailing list