Re[3]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Tue, 1 Oct 2002 22:55:01 -0400 (EDT) Pavel Roskin [EMAIL PROTECTED] wrote: Could you please try --with-included-gettext option? I used this option with autogen.sh, is it OK? As we can see below, it is still not OK. Please remove the gettext package completely, including the

Re[3]: problem with nls on AIX

2002-12-02 Thread Pavel Roskin
Hello! Is it possible to add some switch to autogen.sh to NOT use any gettext support at all? It's quite hard. Some references to gettext are hardcoded in configure.in and Makefile.am, so they would have to be replaced or fooled somehow. I understand that you have gettext, you just cannot

Re[4]: problem with nls on AIX

2002-12-02 Thread Nerijus Baliunas
On Mon, 2 Dec 2002 12:30:06 -0500 (EST) Pavel Roskin [EMAIL PROTECTED] wrote: Is it possible to add some switch to autogen.sh to NOT use any gettext support at all? It's quite hard. Some references to gettext are hardcoded in configure.in and Makefile.am, so they would have to be

Re[4]: problem with nls on AIX

2002-12-02 Thread David Sterba
Hi, I ran autogen.sh on another PC (Linux) and copied configure to AIX. ./configure --disable-nls ends with config.status: creating intl/Makefile config.status: error: cannot find input file: intl/Makefile.in Just for compilation purpose ... supply a Makefile.in with empty targets

Re[5]: problem with nls on AIX

2002-12-02 Thread Pavel Roskin
Hello! Just for compilation purpose ... supply a Makefile.in with empty targets (all,install,check). It helps, but it would be nice if at least ./configure --disable-nls worked without gettext... configure works with or without gettext if you have the complete sources, as distributed in

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]: 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.