bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Cannot find libemacs on older mac


From: Alexey Veretennikov
Subject: [Bug-apl] Cannot find libemacs on older mac
Date: Thu, 30 Nov 2017 20:39:07 +0100

Hi,

I've built GNU APL with the following parameters on my old  (OSX 10.6.8) macbook:

./configure --prefix=/Users/alexey/Applications/gnu-apl
make install

So nothing special(I did a small change though since strndup is not yet supported on this OS). I'm using gcc 7.2.0.
However when I try to run apl from emacs, I get the following error:

Could not find shared library 'libemacs'
The following directories and file names were tried:
    file /Users/alexey/Applications/gnu-apl/lib/apl/libemacs.so (No such file or directory)
    file /Users/alexey/Applications/gnu-apl/lib/apl/libemacs.dylib ( flat namespace
 in /Users/alexey/Applications/gnu-apl/lib/apl/libemacs.dylib )
    file /Users/alexey/Applications/gnu-apl/lib/apl/libemacs (No such file or directory)
    directory /usr/lib/apl
    directory /usr/local/lib/apl
    file ./libemacs.so                       (No such file or directory)
    file ./libemacs.dylib                    (No such file or directory)
    file ./libemacs                          (No such file or directory)
    directory ./native
    directory ./emacs_mode


The file /Users/alexey/Applications/gnu-apl/lib/apl/libemacs.dylib exists.

Br,
/Alexey

reply via email to

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