What I mean is that rexx.img ends up in ooRexx/lib on MacOS, NOT in ooRexx/bin, 
have not checked any other Unix/Linux but I assume it is the same, so this test 
will fail always.

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




> Am 06.02.2019 um 18:28 schrieb P.O. Jonsson <oor...@jonases.se>:
> 
> In relation to the question below one further question:
> 
> In ::routine findInstallDirOnUnix
> 
> This is assumed:
> 
>   -- If no luck, try the default install location
>   if imageFile == .nil then do
>     imageFile = "/opt/ooRexx/bin/rexx.img"
>   end
> 
> Is this still correct? When installing on macOS it ends up in <whatever>/lib
> 
> I guess this opens up the infected discussion on what is the „right“ place 
> for ooRexx :-(
> 
> To avoid meddling with other OSes I will make a separate routine for MacOS, 
> just in case.
> 
> Hälsningar/Regards/Grüsse,
> P.O. Jonsson
> oor...@jonases.se <mailto:oor...@jonases.se>
> 
> 
> 
> 
>> Am 06.02.2019 um 18:04 schrieb P.O. Jonsson <oor...@jonases.se 
>> <mailto:oor...@jonases.se>>:
>> 
>> I am trying to make FileUtils.cls work for macOS (DARWIN) and found this 
>> line:
>> 
>>     when .ooRexxUnit.OSName == "MACOSX" then do
>> 
>> Is this still relevant for older types of MAC OSes or can it be replaced 
>> with DARWIN? Or should I just leave it and add a case for DARWIN?
>> 
>> Hälsningar/Regards/Grüsse,
>> P.O. Jonsson
>> oor...@jonases.se <mailto:oor...@jonases.se>
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net 
>> <mailto:Oorexx-devel@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to