[Hugs-users] compiling hugs

Sam Halliday sam.halliday at gmail.com
Sun Mar 22 20:55:48 UTC 2020


Hi all,

I realise this mailing list is long defunct, but I am nevertheless
interested in compiling hugs on a modern GNU/Linux system, primarily
motivated by thoughts that are along the lines of
http://www.joachim-breitner.de/blog/748-Thoughts_on_bootstrapping_GHC

However, I hit this compilation error and I was hoping somebody could
help me to get past it:

cd libraries; make all
make[1]: Entering directory '/home/fommil/tmp/hugs98-plus-Sep2006/libraries'
cd ../cpphs; HUGSFLAGS=-P../libraries/bootlib HUGSDIR=../hugsdir ../src/runhugs -98
../packages/Cabal/examples/hapax.hs configure --verbose --hugs --prefix='/usr/local'
--scratchdir='../hugsdir/packages/cpphs' --with-compiler=../src/ffihugs
runhugs: Error occurred
ERROR "../libraries/bootlib/Foreign/Ptr.hs" - Error while importing DLL
"../libraries/bootlib/Foreign/Ptr.so":
../libraries/bootlib/Foreign/Ptr.so: cannot open shared object file: No such file or directory


-- 
Best regards,
Sam



More information about the Hugs-Users mailing list