bug-guile
[Top][All Lists]
Advanced

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

Re: MacOS issues - Powerbook


From: Roger Mc Murtrie
Subject: Re: MacOS issues - Powerbook
Date: Fri, 1 Feb 2008 00:31:41 +1100

 PROBLEM SOLVED.
Wrong:  "The readline version seems to be the same on both machines."

Well, I installed readline using the default directory prefix /usr/ local while there was already an existing version under /usr.
Building readline with -prefix=/usr fixed the problem.

Then building guile succeeded using
./configure
make

However
make check produced one failed test which I will report separately.

Roger

On 01/02/2008, at 12:08 AM, Roger Mc Murtrie wrote:

On 31/01/2008, at 9:31 AM, Neil Jerram wrote:

And on Powerbook?  (Sorry to keep asking for more... I really
appreciate all your help with these issues.)


Glad to be of help.
A problem has turned up with the Powerbook.

make produces
ld: Undefined symbols:
__rl_init_argument
__rl_kill_keyboard_macro
_free_undo_list
_rl_clear_message
_rl_pending_input

These are called by readline.c
under the condition
#ifndef HAVE_RL_CLEANUP_AFTER_SIGNAL

guile-readline-config.h for the Intel Mac  is generated with
/* Define to 1 if you have the `rl_cleanup_after_signal' function. */
#define HAVE_RL_CLEANUP_AFTER_SIGNAL 1

but for the Powerbook, guile-readline-config.h is generated with
/* Define to 1 if you have the `rl_cleanup_after_signal' function. */
/* #undef HAVE_RL_CLEANUP_AFTER_SIGNAL */

I copied the guile-readline form the Intel Mac to the powerbook to make sure that all the changes were the same.
The readline version seems to be the same on both machines.

Regards
Roger








reply via email to

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