
It would be nice if ghc-pkg had options to display the value of $libdir or at least the given conf file. I'm trying to get my Autotools configure script to find Rts.h, and it's a bit of a pain. My current approach is to use "readlink -f `which ghc`" and get it from there, but that fails with the latest MacOS X version because it uses small shell scripts in unusual places instead of symlinks. -- Ashley Yakeley, Seattle WA

[...] "readlink -f `which ghc`" and get it from there, but that fails with the latest MacOS X version because it uses small shell scripts in unusual places instead of symlinks.
Those shell scripts were installed by a standard make install, so I expect them to be there for any platform - it has nothing to do with MacOS X. Regards, Wolfgang Thaller
participants (2)
-
Ashley Yakeley
-
Wolfgang Thaller