Hi Elias,

)LIBS is currently computed from the location of the running apl binary.
This is sometimes convenient and sometimes not.

A secure way of handling this is to have the paths in the user's preferences file.

I believe that some of the libs (wslib3, 4, and 5) are installed in the location
where you expect them and that the system's preferences file reflect those
locations.

Your output below was most likely created by a stale apl binary in /usr/local/bin.

/// Jürgen


On 07/06/2014 03:59 PM, Elias Mårtenson wrote:
When I build and install GNU APL, I specify --prefix=/home/elias/src/apl/dist. I then expect the PSYS to be /home/elias/src/apl/dist/lib/apl/wslib/[0-9]/.

Now, typing )LIBS at the prompt gives me: /usr/local/lib/apl/wslib/[0-9]/. This is not correct, is it?

Regards,
Elias

Reply via email to