From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9183 invoked by alias); 23 Aug 2004 20:56:42 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 9072 invoked by uid 48); 23 Aug 2004 20:56:41 -0000 Date: Mon, 23 Aug 2004 20:56:00 -0000 Message-ID: <20040823205641.9071.qmail@sourceware.org> From: "hjl at lucon dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040823205523.344.hjl@lucon.org> References: <20040823205523.344.hjl@lucon.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/344] Bogus dl test: elf/tst-dlopenrpath.c and elf/tst-dlopenrpathmod.c X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg00180.txt.bz2 List-Id: ------- Additional Comments From hjl at lucon dot org 2004-08-23 20:56 ------- Created an attachment (id=172) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=172&action=view) A testcase gcc -c -fPIC -g -O2 -D_LARGEFILE64_SOURCE tst-dlopenrpathmod.c gcc -shared -o tst-dlopenrpathmod.so tst-dlopenrpathmod.o -ldl -lpopt -Wl,-rpath,/export/home/hjl/bugs/libc/dl/test-subdir gcc -o foo -g -O2 -D_LARGEFILE64_SOURCE tst-dlopenrpath.c /export/home/hjl/bugs/libc/dl/tst-dlopenrpathmod.so -ldl rm -rf test-subdir cp -af tst-dlopenrpathmod.so firstobj.so /export/build/gnu/glibc-nptl-3.4/build-i686-linux/elf/ld-linux.so.2 --library-path /export/build/gnu/glibc-nptl-3.4/build-i686-linux:/export/build/gnu/glibc-nptl-3.4/build-i686-linux/dlfcn ./foo couldn't open in-subdir.so from foo: in-subdir.so: cannot open shared object file: No such file or directory make: [all] Error 1 (ignored) /export/build/gnu/glibc-nptl-3.4/build-i686-linux/elf/ld-linux.so.2 --library-path /export/build/gnu/glibc-nptl-3.4/build-i686-linux:/export/build/gnu/glibc-nptl-3.4/build-i686-linux/dlfcn ./foo -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=344 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.