From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7088 invoked by alias); 22 Sep 2004 10:00:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 7043 invoked from network); 22 Sep 2004 10:00:15 -0000 Received: from unknown (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sourceware.org with SMTP; 22 Sep 2004 10:00:15 -0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 29025) id AD8184B431B; Wed, 22 Sep 2004 12:00:14 +0200 (CEST) Date: Wed, 22 Sep 2004 13:20:00 -0000 From: Zdenek Dvorak To: gcc@gcc.gnu.org Subject: Build problem on ia64 Message-ID: <20040922100014.GA6215@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-SW-Source: 2004-09/txt/msg01269.txt.bz2 Hello, when configure is run for libstdc++-v3 during build, I get the following error: configure:2417: checking for C compiler default output file name configure:2420: /abuild/gcc-test/gcc/objdir/gcc/xgcc -B/abuild/gcc-test/gcc/objdir/gcc/ -B/usr/local/ia64-unknown-linux-gnu/bin/ -B/usr/local/ia64-unknown-linux-gnu/lib/ -isystem /usr/local/ia64-unknown-linux-gnu/include -isystem /usr/local/ia64-unknown-linux-gnu/sys-include -O2 -g -O2 -O2 -g -O2 conftest.c >&5 configure:2423: $? = 0 configure:2469: result: a.out configure:2474: checking whether the C compiler works configure:2480: ./a.out ./a.out: error while loading shared libraries: libunwind.so.7: cannot open shared object file: No such file or directory configure:2483: $? = 127 configure:2492: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. libunwind.so.7 is built in gcc directory, but linker apparently is not told in where to find it (with LD_LIBRARY_PATH set the things work correctly). Where is the right place to fix this (I have very little understanding of how gcc's build system works :-( )? Zdenek