Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-02 Thread Rony G. Flatscher
Got carried away in the midst of testing a few variations of CMakeList (had to fix installations on Apple for LibreOffice - it does not have all of the standard directories of OOo anymore - and in addition Java 9 and higher on Apple for the OpenOffice/LibreOffice ooRexx scripts, if using the GUI

Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread Rony G. Flatscher
Found another way to get it to install by issuing a: install(FILES ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/${linkName} COMPONENT Core DESTINATION ${INSTALL_LIB_DIR}) Originally I tried to run "install(CODE...)" that would create the symbolic links. Given that I had arrived at many, many vari

Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread Rony G. Flatscher
On 01.01.2019 22:00, Rick McGuire wrote: > Have you tried this:  > > https://stackoverflow.com/questions/35765106/symbolic-links-cmake No, not yet, thank you for the hint! Will try to incorporate it as it allows to define a new target, which with

Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread Rick McGuire
Have you tried this: https://stackoverflow.com/questions/35765106/symbolic-links-cmake Rick On Tue, Jan 1, 2019 at 3:53 PM Rony G. Flatscher wrote: > Dear P.O., > On 01.01.2019 21:44, P.O. Jonsson wrote: > > I have just reinstalled a Mac with a completely clean Mojave Setup (to > avoid old fil

Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread Rony G. Flatscher
Dear P.O., On 01.01.2019 21:44, P.O. Jonsson wrote: > I have just reinstalled a Mac with a completely clean Mojave Setup (to avoid > old file ownerships > etc to linger on etc) and am attacking exactly this question. If you can bear > with me a couple of > days I will report what I have found ou

Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread Rony G. Flatscher
OK, too long of a day, sent the wrong version! :( On 01.01.2019 21:39, Rony G. Flatscher wrote: > > Currently on Unix there are "lib*.5.0.0.dylib" (Apple) or "lib*.so.5.0.0" > (Linux) shared libraries > created where "*" stands for "hostemu", "orxncurses", "rexx", "rexxapi", > "rexxutil", "rxmat

Re: [Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread P.O. Jonsson
Dear Rony, I have just reinstalled a Mac with a completely clean Mojave Setup (to avoid old file ownerships etc to linger on etc) and am attacking exactly this question. If you can bear with me a couple of days I will report what I have found out. With the latest changes & the daemon-free insta

[Oorexx-devel] A few questions ad CMake and libraries on Unix

2019-01-01 Thread Rony G. Flatscher
Currently on Unix there are "lib*.5.0.0.dylib" (Apple) or "lib*.so.5.0.0" (Linux) shared libraries created where "*" stands for "hostemu", "orxncurses", "rexx", "rexxapi", "rexxutil", "rxmath", "rxregexp", "rxsock", "rxunixsys". In addition there are symbolic links created in the form of "lib*.d