ANN: C->Haskell 0.8.1

Manuel M. T. Chakravarty chak@cse.unsw.edu.au
Tue, 13 Feb 2001 18:46:58 +1100


qrczak@knm.org.pl (Marcin 'Qrczak' Kowalczyk) wrote,

> Mon, 12 Feb 2001 14:07:01 +1100, Manuel M. T. Chakravarty <chak@cse.unsw.edu.au> pisze:
> 
> > In fact, if you look at the Makefile in the c2hs/lib/ directory,
> > then you will see that the `depend' target moves these troublesome
> > files into a subdirectory before compilation
> 
> So they will be downloaded each time from the CVS... Perhaps it
> would be better to store them under different names and make symlinks
> if needed?

They are only moved away in the build tree (where they are
only sym links anyway).  if you clean the whole tree and
start again with configuration and build, you should be
fine.

Manuel