From: Christian H. <chr...@gm...> - 2005-07-19 16:02:42
|
Am 18.07.2005 um 18:27 schrieb Wolfgang Thaller: > Grmpf. Code built by 3.3 "should not" refer to fprintf$LDBLStub. > a) Make sure you've completely rebuilt the HOC_cbits directory > after switching to gcc 3.3. ("make clean" should work, but don't > trust my Makefiles to work correctly; make sure that all the .o > files are really gone). Ok. Indeed, "make clean" did not remove the libffi object files. I deleted the whole thing, refetched it from CVS, and now the compilation works fine. Thank you for your help! But now, "make install" fails with the following error: --- ghc-pkg update HOC.conf Reading package info from "HOC.conf" ghc-pkg.bin: HOC.conf: openFile: does not exist (No such file or directory) make[1]: *** [install] Error 1 --- Indeed, there is no HOC.conf, only the files: $ find . -name 'HOC.conf*' ./HOC/HOC.conf-inplace ./HOC/HOC.conf.in Regards, Chris |