
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

Dave@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
participants (2)
-
unknown@example.com
-
Simon Marlow