Linker trouble - position independent code(??)

Volker Wysk post at volker-wysk.de
Thu Sep 26 02:06:25 UTC 2019


Hi!

I've found out how to do it: Use an explicit make rule:

build/% :
	ghc -o $@ $^ -package hsshellscript

But I have no idea why it stopped working...

Happy Hacking,
V.W.



More information about the Glasgow-haskell-users mailing list