[Haskell-cafe] LDFLAGS

Dave at haskell.org Dave at haskell.org
Wed Mar 7 19:30:57 EST 2007


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?

Thanks, Dave Feustel


More information about the Haskell-Cafe mailing list