Another little problem:

When linking programs which need additional libraries (say
-lreadline -ltermcap) the ghc driver puts these after its
own libraries when calling the linker.

This is not desirable since the linker complains about unresolved
names.

Switchig the order of $UserLibrary and $SystemLibrary in the ghc driver
solves the problem, but I don't know if that is ALWAYS the right
behaviour.

Stephan
-- 
Stephan Tobies, Student of Computer Science, RWTH Aachen
      mailto:[EMAIL PROTECTED]
## There is much pleasure to be gained
                   from useless knowledge - B. Russel ##

Reply via email to