Hi Elias,
it depends on a number of things (*preferences* files, environment
variable *APL_LIB_ROOT*, and
*current directory)* see LibPaths::search_APL_lib_root().
You can view the resulting setting with command )LIBS in APL. I believe
in your case *APL_LIB_ROOT* is
the way to go.
/// Jürgen
On 06/22/2014 01:26 PM, Elias Mårtenson wrote:
Hello Jürgen,
What is the recommended way to configure the paths now? I need to be
able to specify the prefix path as well as the path to the workspace
when running GNU APL as a library (in Android).
Note that I don't know the path until the program actually starts, but
I have access to it before running the init function (the one that is
normally called from main()).
Regards,
Elias