Re: Linker trouble - position independent code(??)

2019-09-26 Thread Brandon Allbery
Generally because n OS update switched to PIE-by-default (LInux dustributions have been doing this) and ghc needs to be updated or reconfigured to match. On Wed, Sep 25, 2019 at 10:06 PM Volker Wysk wrote: > Hi! > > I've found out how to do it: Use an explicit make rule: > > build/% : >

Re: Linker trouble - position independent code(??)

2019-09-25 Thread Volker Wysk
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. ___ Glasgow-haskell-users mailing list

Linker trouble - position independent code(??)

2019-09-25 Thread Volker Wysk
Hi! All of a sudden, I can't link my programs any longer. This affects all my programs, which I build with a shared Makefile. But I haven't changed the Makefile... I get messages like this (indentation by me): cc build/sicherung.o build/Hsskripte.o build/Sicherung.o