Re: Order of libraries

1997-10-14 Thread Sigbjorn Finne
Stephan Tobies writes: > 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. > >

Order of libraries

1997-10-14 Thread Stephan Tobies
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 $Sy