2015/06/26 12:56, Joachim Breitner: > Hi, > > Am Freitag, den 26.06.2015, 10:52 +0200 schrieb Alexandre Delanoë: > > So I found this solution I wanted to test (on github, > > haskell-from-python). I have tried to compile it: > > https://github.com/nh2/haskell-from-python/blob/master/Makefile > > 8 commits, last one over 2 years ago. I’m not sure that this is more > than proof-of-concept. In any case, looks like you are planning to do > weird stuff :-)
Yes, you are right :) > > Since I am on Debian current Stable, I had to update the ghc version: > > GHC_RUNTIME_LINKER_FLAG=-lHSrts-ghc7.8.3.so > > > > but /usr/bin/ld: cannot find -lHSrts-ghc7.8.3.so > > > > even if I have: located Hsrts: > > /usr/local/lib/ghc-7.8.3/rts-1.0/libHSrts-ghc7.8.3.so > > /usr/local/lib/ghc-7.8.3/rts-1.0/libHSrts.a > > > > Do I need another package (if yes which one)? > > What is the right way to proceed on Debian ? > > (Do I need a sym link towards *.so?) > > > > Debian stable does not have GHC-7.8. But judging from your paths, you > are not using the Debian package at all... how.. I will check that. > Maybe it is better to get help at > https://github.com/nh2/haskell-from-python/issues > because hopefully, that project’s author knows why that flag is needed > and how it should work. Thanks for taking the time to answer. I moved to : https://github.com/nh2/call-haskell-from-anything I will see.. -- Alexandre Delanoë (anoe) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
