From: Arthur B. <ar...@cs...> - 2003-08-20 10:01:08
|
The ghc package util, which is used by wxHaskell, needs the readline package. This package in its turn needs libreadline. Unfortunately, libreadline is not installed on mac osX. So you need to install libreadline. For Ghci, you may need to set the environment variable DYLD_LIBRARY_PATH (=/usr/local/lib). If you like I can send you a tar.gz file(396 kB) containing the compiled binaries of libreadline. Hope this helps, Arthur On woensdag, aug 20, 2003, at 09:36 Europe/Amsterdam, Mar...@in... wrote: > Hi, > I wanted to compile the samples on my mac, but while linking it is > missing > '-lreadline'. What should I do? > > Thanks, > Markus > > > -- > Markus Schnell > Infineon Technologies AG, CPR ET > Tel +49 (89) 234-20875 > > > > ------------------------------------------------------- > This SF.net email is sponsored by Dice.com. > Did you know that Dice has over 25,000 tech jobs available today? From > careers in IT to Engineering to Tech Sales, Dice has tech jobs from the > best hiring companies. http://www.dice.com/index.epl?rel_code=104 > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > |