Re: [Jsource] compilation from sources on OpenBSD, amd64, noavx

2018-04-13 Thread bill lam
openbsd is not linux. whenever something in J that are specific for Linux, eg UNAME or hostdef , you need to be alert. It is better for testing by adding a new platform OpenBSD to discover more places that need fixing. That said I'm afraid that will not be supported officially. did cmd uname

[Jsource] compilation from sources on OpenBSD, amd64, noavx

2018-04-13 Thread Rudolf Sykora
Hello, I tried to compile jconsole + libj + libtsdll under OpenBSD. I managed (although I had to be hard; I seem to dislike the build system a lot). When I run jconsole now, I get the message |domain error: boot | 'libc.so.6 setlocale > x i *c'&(15!:0)^:(UNAME-:'Linux')1;,'C' (it

Re: [Jsource] compilation from sources on OpenBSD, amd64, noavx

2018-04-13 Thread bill lam
unless you are using European locales, you can ignore that line. On Fri, Apr 13, 2018, 8:54 PM Rudolf Sykora wrote: > Hello, > > I tried to compile jconsole + libj + libtsdll under OpenBSD. > I managed (although I had to be hard; I seem to dislike the > build system a