
7 Mar
2007
7 Mar
'07
7:30 p.m.
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