Hi guys,
Yesterday I set up the Linux compatibility mode to try to run Android Studio and I found a few things which I do not understand.
Note. I am running FreeBSD 11.2
-]
-] I installed Oracle Java SDK : /usr/ports/java/linux-oracle-jdk18
But the corresponding
I don't understand, since this is Linux software it should be put under /compa/linux/xxxx, shouldn't it ?
-]
Did I miss something fundamental ? Can you replicate what i see ?
bye
Nicola
Yesterday I set up the Linux compatibility mode to try to run Android Studio and I found a few things which I do not understand.
Note. I am running FreeBSD 11.2
-]
brandelf
returns wrong values
Code:
$> brandelf /bin/cat
File '/bin/cat' is of brand 'FreeBSD' (9). # OK
$> brandelf /compat/linux/bin/cat
File '/compat/linux/bin/cat' is of brand 'SVR4' (0). # WRONG
-] I installed Oracle Java SDK : /usr/ports/java/linux-oracle-jdk18
But the corresponding
javac
has been put into: /usr/local/linux-oracle-jdk1.8.0/bin/javac .I don't understand, since this is Linux software it should be put under /compa/linux/xxxx, shouldn't it ?
-]
brandelf
again gives wrong value for aforementioned javac
Code:
$> brandelf /usr/local/linux-oracle-jdk1.8.0/bin/javac
File '/usr/local/linux-oracle-jdk1.8.0/bin/javac' is of brand 'SVR4' (0). # WRONG
Did I miss something fundamental ? Can you replicate what i see ?
bye
Nicola