From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16429 invoked by alias); 25 Apr 2004 19:14:44 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 16422 invoked from network); 25 Apr 2004 19:14:43 -0000 Received: from unknown (HELO hermes.nmr.mpibpc.mpg.de) (134.76.212.87) by sources.redhat.com with SMTP; 25 Apr 2004 19:14:43 -0000 Received: from post.nmr.mpibpc.mpg.de (post.nmr.mpibpc.mpg.de [10.176.4.20]) by hermes.nmr.mpibpc.mpg.de (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 38A22523C for ; Sun, 25 Apr 2004 22:24:51 +0200 (MEST) Received: from nmr.mpibpc.mpg.de (helios.nmr.mpibpc.mpg.de [10.176.8.9]) by post.nmr.mpibpc.mpg.de (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 8DF7E198122 for ; Mon, 26 Apr 2004 04:33:16 +0200 (CEST) Message-ID: <408C0E23.5040500@nmr.mpibpc.mpg.de> Date: Sun, 25 Apr 2004 19:14:00 -0000 From: Marcel Reese User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Compiling gcc 3.5 on IBM Regatta power 4 (AIX) X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00332.txt.bz2 Dear reader, I hope to have found the right person to ask. If not: Please tell me! I have installed gcc-3.5-20040327 without problems on Suse-Linux 9.0 with intel Xeon CPU. But now I try to install it on AIX (see subject). Unfortunately linking doesn't work. I get the following: .../gcc-3.5/gcc>gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -o cc1 \ c-parse.o c-lang.o c-pretty-print.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o rs6000-c.o main.o libbackend.a libcpp.a ../libiberty/libiberty.a ../intl/libintl.a -liconv? c-parse.o c-lang.o c-pretty-print.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o rs6000-c.o main.o libbackend.a libcpp.a ../libiberty/libiberty.a ../intl/libintl.a -liconv -bloadmap 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 -bnoquiet option to obtain more information. gcc: file path prefix `/usr/local/lib/gcc-lib/loadmap/2.95.2/' never used It is somehow strange, that it accours with funtions defined in the "distribution". Do you know how overcome this? I would be very happy about and as I have seen in the installation reports there is no one for AIX, yet. New input might be good for gcc?! If you have any further questions: I am willing to answer them quickly Kind Regards, Marcel Reese