bug-guile
[Top][All Lists]
Advanced

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

Re: MacOS issues


From: Roger Mc Murtrie
Subject: Re: MacOS issues
Date: Fri, 1 Feb 2008 00:08:40 +1100

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]