RE: HopenGL on GHC 6.3
Shiqi Cao <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hopengl |
|---|---|
| Message-ID | <1087364169.12994.5.camel@6-allhosts> |
On Tue, 2004-06-15 at 04:01, Simon Marlow wrote: > On 15 June 2004 07:14, Shiqi Cao wrote: > > > Here is the config.log > > http://www.haskell.org//pipermail/hopengl/2004-June/000515.html > > > > I don't know where is log of the configuration. > > > > After it has been compiled, I set "libexecdir" and "libdir" to the lib > > directory. Then I tried ghci, and got the following message, > > What do you mean by "I set libexecdir..."? Did you follow the normal > build procedure, ie. 'make; make install'? > > Cheers, > Simon Hi Thank you all, I get GHC 6.3 work. The problem is the libHShaskell98.a was missing, my prof. used ar to create a libHShaskell98.a However still can't get GHCI work. Regards, Shiqi Cao