Re: source-only release candidate

'Ross Paterson' <[email protected]>
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
On Thu, Sep 25, 2003 at 01:42:49PM -0700, David Bakin wrote:
> Did not build the fptools - do I need to?

Oh yes, this is now essential for the Prelude, the standard libraries
and many others besides.  (This accounts for problems 2 and 3.)

The conversion must be done in a Unix-like environment like cygwin
or mingw.  You will need to have built runhugs and ffihugs.  You need
to move into src and say

	mkdir -p ../hugsdir/tools ../hugsdir/include ../hugsdir/libraries/Hugs
	cp ../tools/* ../hugsdir/tools
	cp HsFFI.h config.h unix/MachDeps.h unix/template-hsc.h ../hugsdir/include
	cp ../libraries/Hugs/*.* ../hugsdir/libraries/Hugs
	cd unix
	./convert_libraries ../../fptools ../../hugsdir
	env HUGSDIR=../../hugsdir HUGSFLAGS='' ./BuildFFI

You will then need the directories ../hugsdir/libraries and
../hugsdir/oldlib (or copies of them) in your Hugs search path.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.