Re: GHC Extensibility

2007-06-02 Thread Monique Monteiro
On 6/2/07, Esa Ilari Vuokko <[EMAIL PROTECTED]> wrote: For stage1, this can be solved by adding "-package mtl" to ghc command used to linking, for next stages, you'd need to add mtl to bootstrap cycle, I think. I have no idea how that is done. Borrowing code from mtl might be easier. GHC give

Re: GHC Extensibility

2007-06-02 Thread Esa Ilari Vuokko
Hi, On 6/3/07, Monique Monteiro <[EMAIL PROTECTED]> wrote: Hi all, I'm able to compile the .NET code generator with GHC without compiler errors, but now I have the linkage error below. (In fact there are other similar messages, this is only an example). This is strange because the *.o/*.hi

Re: GHC Extensibility

2007-06-02 Thread Monique Monteiro
Hi all, I'm able to compile the .NET code generator with GHC without compiler errors, but now I have the linkage error below. (In fact there are other similar messages, this is only an example). This is strange because the *.o/*.hi files were all generated without error messages. Has anyone a