Re: [Bug-apl] Dynamic install location (Android related)

2014-06-02 Thread Elias MÃ¥rtenson
The install location is not available to me until the program is actually run. There are API calls to retrieve information such as the location where the installer decided to install the application, as well as the writeable directory where the application is allowed to store files. This is not av

Re: [Bug-apl] Dynamic install location (Android related)

2014-06-02 Thread Juergen Sauermann
Hi Elias, you could try --prefix=. to build in the current directory and set --bindir= and friends to where GNU APL shall be installed. You need some information regarding the install directories (like /usr/bin, /usr/lib and /etc). I need to understand better in which way Android provides the