Sven Panne wrote:
> binaries go into /usr/bin, the whole rest into /usr/lib/ghc. So what's
> the problem? :-)
None. But can I suggest that if it's completely trivial we have
ghc -display-include-path
and
ghc -display-libraries
if that's easy to do? EG on this system
ghc -display-libraries -syslib lang
might output
-L/usr/local/pub-bkb/ghc/ghc-binary/lib -lHSrts -lHS -lHS_cbits -lHSlang
-lHSlang_cbits
(Or something similar to be fed to ld.) This would (a) solve my currently
problem (which is admittedly rather trivial); (b) not force me to go through
ghc when linking Glasgow Haskell to something else.