Linker trouble - position independent code(??)

Brandon Allbery allbery.b at gmail.com
Thu Sep 26 10:18:46 UTC 2019


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 <post at volker-wysk.de> wrote:

> 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
> Glasgow-haskell-users at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users
>


-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/glasgow-haskell-users/attachments/20190926/ee7a0b63/attachment.html>


More information about the Glasgow-haskell-users mailing list