Looks like the path is shortened to 63 chars. And BTW: Ignore the paths (.../toolchains/b_i386-pc-linux-gnu/...). The host, target and build triplets are correct.
Look at this: [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ export | grep PATH declare -x PATH="/home/iblue/WorkingCopys/codename_c/src/b/toolchains/b_i386-pc-linux-gnu/bin:/bin:/usr/bin" [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ echo "main(){}" > foo.c [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ gcc foo.c [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ readelf -l a.out | grep interpreter [Requesting program interpreter: /home/iblue/WorkingCopys/codename_c/src/b/toolchains/b_i386-pc-] [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ strings a.out /home/iblue/WorkingCopys/codename_c/src/b/toolchains/b_i386-pc-linux-gnu/lib/ld-linux.so.2 __gmon_start__ libc.so.6 _IO_stdin_used __libc_start_main GLIBC_2.0 PTRh QVht [^_] [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ ./a.out [EMAIL PROTECTED]:~/WorkingCopys/codename_c/src$ -- Summary: readelf displays shortened program interpreter path Product: binutils Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: iblue at gmx dot net CC: bug-binutils at gnu dot org GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target triplet: i686-pc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=3384 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils