:l XX libFoo.a

S.D.Mechveliani mechvel@math.botik.ru
Thu, 26 Apr 2001 11:58:45 +0400


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
mechvel@botik.ru