From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12270 invoked by alias); 21 Nov 2010 23:51:28 -0000 Received: (qmail 12255 invoked by uid 22791); 21 Nov 2010 23:51:27 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_IB,TW_LG X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 21 Nov 2010 23:51:22 +0000 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/46595] New: libquadmath.0.dylib image not found X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 21 Nov 2010 23:53:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg02673.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46595 Summary: libquadmath.0.dylib image not found Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp AssignedTo: unassigned@gcc.gnu.org ReportedBy: danglin@gcc.gnu.org Host: i686-apple-darwin9 Target: i686-apple-darwin9 Build: i686-apple-darwin9 The new libquadmath causes many libgomp testsuite failures. For example, Executing on host: /Users/dave/gnu/gcc/objdir/gcc/xgcc -B/Users/dave/gnu/gcc/obj dir/gcc/ /Users/dave/gnu/gcc/gcc/libgomp/testsuite/libgomp.fortran/allocatable1. f90 -B/Users/dave/gnu/gcc/objdir/i686-apple-darwin9/./libgomp/ -B/Users/dave/gn u/gcc/objdir/i686-apple-darwin9/./libgomp/.libs -I/Users/dave/gnu/gcc/objdir/i68 6-apple-darwin9/./libgomp -I/Users/dave/gnu/gcc/gcc/libgomp/testsuite/.. -march= i486 -shared-libgcc -fmessage-length=0 -fopenmp -O0 -B/Users/dave/gnu/gcc/obj dir/i686-apple-darwin9/./libgomp/../libgfortran/.libs -L/Users/dave/gnu/gcc/ob jdir/i686-apple-darwin9/./libgomp/.libs -lgomp -L/Users/dave/gnu/gcc/objdir/i686 -apple-darwin9/./libgomp/../libgfortran/.libs -lgfortran -lm -o ./allocatable1 .exe (timeout = 300) PASS: libgomp.fortran/allocatable1.f90 -O0 (test for excess errors) Setting LD_LIBRARY_PATH to .:/Users/dave/gnu/gcc/objdir/i686-apple-darwin9/./lib gomp/.libs:/Users/dave/gnu/gcc/objdir/gcc:/Users/dave/gnu/gcc/objdir/i686-apple- darwin9/./libgomp/../libgfortran/.libs:.:/Users/dave/gnu/gcc/objdir/i686-apple-d arwin9/./libgomp/.libs:/Users/dave/gnu/gcc/objdir/gcc:/Users/dave/gnu/gcc/objdir /i686-apple-darwin9/./libgomp/../libgfortran/.libs dyld: Library not loaded: /opt/gnu/gcc/gcc-4.6.0/lib/libquadmath.0.dylib Referenced from: /Users/dave/gnu/gcc/objdir/i686-apple-darwin9/./libgomp/../li bgfortran/.libs/libgfortran.3.dylib Reason: image not found FAIL: libgomp.fortran/allocatable1.f90 -O0 execution test It looks like LD_LIBRARY_PATH needs adjustment.