|
Re: Hugs and Linux: msg#00027lang.haskell.general
On 10-Nov-2000, david.landell@xxxxxxxxxx <david.landell@xxxxxxxxxx> wrote: > > I can't get hugs98 to work under my linuxplatform. I have the Red > Hat distirbution 7.0. > The problem is that hugs requires a file called "readline.so.3" and > I have "readline.so.4" on my system. Does anyone know how to get > around this problem?? One *possible* work-around is to just try linking readline.so.4 to readline.so.3. In general that won't work, because the interface to readline.so.4 will be different from the interface to readline.so.3 (that's why they gave it a new major number). But Hugs probably doesn't use that much of the interface to readline (e.g. there's no support for command-line completion, except the default file-name completion), so the difference *might* not matter. It's certainly worth a try ;-) Cheers, Fergus. -- Fergus Henderson <fjh@xxxxxxxxxxx> | "I have always known that the pursuit | of excellence is a lethal habit" WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Hugs and Linux: 00027, Julian Seward (Intl Vendor) |
|---|---|
| Next by Date: | Re: Hugs and Linux: 00027, Dennis Bjorklund |
| Previous by Thread: | Hugs and Linuxi: 00027, david . landell |
| Next by Thread: | Re: Hugs and Linux: 00027, Dennis Bjorklund |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |