From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1617 invoked by alias); 28 Oct 2006 14:27:54 -0000 Received: (qmail 1562 invoked by uid 48); 28 Oct 2006 14:27:40 -0000 Date: Sat, 28 Oct 2006 14:27:00 -0000 Message-ID: <20061028142740.1561.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgomp/26165] Cannot find libgomp.spec after 'make install' on x86_64 and ppc64 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "franke dot daniel at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg02396.txt.bz2 List-Id: ------- Comment #9 from franke dot daniel at gmail dot com 2006-10-28 14:27 ------- I ran into this on a x86_64 running some flavour of debian. Since I can not alter the system setup, I have to compile svn sources with multilib disabled (otherwise the build process stops due to various errors). There wasn't any problem up until recently when I tried to compile an OMP enabled fortran program: $> gfortran-4.2-svn -fopenmp foo.f gfortran-4.2-svn: libgomp.spec: No such file or directory $> cat foo.f PROGRAM main END PROGRAM $> gfortran-4.2-svn Using built-in specs. Target: x86_64-linux Configured with: ../../svn/gcc-4.2-branch/configure --prefix=$(localpath)/gcc-4.2-svn --with-gmp=$(localpath)/gmp-4.2.1 --with-mpfr=$(localpath)/mpfr-2.2.0 --enable-bootstrap --enable-threads=posix --enable-shared --with-system-zlib --program-suffix=-4.2-svn --disable-multilib x86_64-linux --disable-nls --enable-languages=c,c++,fortran Thread model: posix gcc version 4.2.0 20061026 (prerelease) Any suggestions how to work around this problem? Setting up my own toolchain is, due to quota, not an option. -- franke dot daniel at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |franke dot daniel at gmail | |dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26165