--with-screen implemented

2002-09-30 Thread Pavel Roskin
Hello! I have committed the patch that uses one option --with-screen in place of 3 options: --with-slang = --with-screen=slang --with-included-slang = --with-screen=mcslang --with-ncurses= --with-screen=ncurses Having one option instead of three makes it easier to avoid

problem with nls on AIX

2002-09-30 Thread Nerijus Baliunas
Hello, I get this error at the linking stage: collect2: ld returned 8 exit status ld: 0711-317 ERROR: Undefined symbol: ..libintl_gettext ld: 0711-317 ERROR: Undefined symbol: ..libintl_bindtextdomain ld: 0711-317 ERROR: Undefined symbol: ..libintl_textdomain ld: 0711-345 Use the -bloadmap or

Re[2]: Another way to fix subshell problem on AIX

2002-09-30 Thread Nerijus Baliunas
On Wed, 25 Sep 2002 01:29:00 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: #elif IS_AIX strcpy (pty_name, /dev/ptc); pty_master = open (pty_name, O_RDWR); #else Applied. Thank you! I can confirm that this fix works for AIX 4.2. Thanks! Regards, Nerijus

Re[2]: problem with nls on AIX

2002-09-30 Thread Nerijus Baliunas
On Mon, 30 Sep 2002 18:49:42 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: ld: 0711-317 ERROR: Undefined symbol: ..libintl_gettext It look like an attempt to link object files compiled by different compilers. Probably. I suspect the problem could be with gettext.0.11.5.tar.Z

Re[2]: problem with nls on AIX

2002-09-30 Thread Pavel Roskin
Hello! I suspect the problem could be with gettext.0.11.5.tar.Z package from aixpdslib.seas.ucla.edu (earlier I was using gettext.0.11.1 and it was OK), but looking at /usr/local/lib/libintl.a or mc-build.nls/intl/libintl.a I see these symbols (but with one dot before, not 2, i.e.