chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] readline egg (OS X 10.6.6 / Chicken 4.6.0)


From: David Dreisigmeyer
Subject: Re: [Chicken-users] readline egg (OS X 10.6.6 / Chicken 4.6.0)
Date: Wed, 26 Jan 2011 10:54:40 -0500

That doesn't work either.  If you made a symbolic link with homebrew
is that the same as doing:

$ sudo ln -s /opt/local/lib/libreadline.dylib /usr/local/lib/
$ sudo ln -s /opt/local/include/readline/ /usr/local/include/readline

On Wed, Jan 26, 2011 at 10:01 AM, Stephen Eilert <address@hidden> wrote:
> On Wed, Jan 26, 2011 at 8:59 AM, David Dreisigmeyer
> <address@hidden> wrote:
>> This version of Chicken is not from Macports, but readline is.  I had
>> tried various CSC_OPTIONS in my .profile, e.g.:
>>
>> export CSC_OPTIONS="-L/opt/local/lib -I/opt/local/include"
>> export CSC_OPTIONS="-L/opt/local/lib -I/opt/local/include/readline"
>>
>> and also using the -rpath flag after your suggestion.  None of these
>> worked though, and I always received the error:
>
> What about setting LIBRARY_PATH:
>
> export LIBRARY_PATH=/opt/local/lib
>
> I'm using Homebrew instead of macports nowadays, but I had to install
> readline yesterday and setting LIBRARY_PATH and CSC_OPTIONS did the
> trick (after symlinking to usr/local with 'brew link readline').
>
>
> --Stephen
>
> Sent from my Emacs
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]