From 1b0387441f101ad018490ed2c47c2faf074eab24 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 9 Aug 2018 10:41:35 +1000 Subject: [PATCH] Report the command line necessary to compile under Minix 3.4.0rc6 Note that although Star Traders compiles and installs successfully, running the binary with a locale set to use non-ASCII strings currently fails with "mkchstr: 'STRING': Illegal byte sequence" ("STRING" being the translated string). --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 30b7e2d..e7aa04b 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,7 @@ the following combinations: | Solaris 11.3 (x86_64) | x86_64 | | GNU C Compiler 4.8.2 | 2 | | Solaris 11.3 (x86_64) | i386 | | Oracle Developer Studio 12.6 | 3 | | Solaris 11.3 (x86_64) | x86_64 | | Oracle Developer Studio 12.6 | 4 | +| Minix 3.4.0rc6 | i386 | | Clang (LLVM) 3.6 | 5 | | Cygwin 2.10.0 (Win7SP1) | i686 | | GNU C Compiler 7.3.0 | | +-------------------------+--------+--+------------------------------+---+ @@ -69,6 +70,15 @@ Notes: 3. Using "./configure CC='/opt/developerstudio12.6/bin/cc'". 4. Using "./configure CC='/opt/developerstudio12.6/bin/cc -m64'". +5. Minix with the gettext, libiconv and ncursesw packages installed with + "pkgin", using: + + ./configure --with-libiconv-prfix=/usr/pkg \ + --with-libintl-prefix=/usr/pkg \ + --with-ncursesw --with-ncurses \ + CURSES_CFLAGS=-I/usr/pkg/include \ + LDFLAGS=-L/usr/pkg/lib + The following systems are known not to work at the current time; this list is almost certainly not exhaustive: