This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13093] ../glibc-$VERS/[...]/ldd-rewrite.sed: No such file or directory


http://sourceware.org/bugzilla/show_bug.cgi?id=13093

--- Comment #1 from christophe.jarry at ouvaton dot org 2011-08-15 18:17:17 UTC ---
Of course, the following line in ../glibc-2.13/elf/Makefile:

LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< | LC_ALL=C sed -f
$(ldd-rewrite-script) > $@.new

can only be replaced by:

LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< | LC_ALL=C sed -f
../$(ldd-rewrite-script) > $@.new

if configure is called from a relative path.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]