Re: [Bug-apl] Cannot find libemacs on older mac

2017-12-12 Thread Alexey Veretennikov
Hi, Could you please hint me how to specify these flags so I can experiment myself? Br, /Alexey 2017-12-11 16:19 GMT+01:00 Juergen Sauermann : > Hi Alexey, > > I suppose that you need some platform specific linker flags when building > *libemacs.dylib*. > Since I do not have access to a Mac OS

Re: [Bug-apl] Cannot find libemacs on older mac

2017-12-12 Thread Juergen Sauermann
Hi Alexey, GNU APL uses the C functions dlopen() to open the library and dlsym() to locate functions inside the library. From the printout we see that GNU APL finds the library file but the dlopen() of the existing file fails. Although the dlopen()