The :load command of the ghc-5.00 interpreter
first searches the needed compiled modules (*.o) and loads them
when finds.
But how to make it to search them in the object code library
xxx/libFoo.a ?
For it is better to keep the fixed *.o files in a library.
And `:load' works in the above situation similarly as
ghc -o XX.o ...
I tried :l XX libFoo.a,
but it does not work.
-----------------
Serge Mechveliani
[EMAIL PROTECTED]
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users