trying to compile a cgi library from hugs

2002-07-02 Thread Chris Moline
? sincerly, chris moline ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: trying to compile a cgi library from hugs

2002-07-02 Thread Chris Moline
wants to know the cgi library works without any changes except youll have to change the .cgi's to .lhs so ghc will handle them right. sincerly, chris moline ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo

compiling libraries with ghc

2002-06-24 Thread Chris Moline
linker errors of the form /usr/libexec/elf/ld: cannot find -lDirectoryAndExtensions whenever i try to compile a program that uses my libraries. i can fix this by copying all the .o files to libFoo.a files. what is the right way to compile libraries? sincerly, chris moline