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 build/13966] Some elf tests fail with "fatal error: cstdio: No such file or directory" on trunk


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

--- Comment #6 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-20 10:31:17 UTC ---
On my machine the C++ headers live under:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/

and when I insert a few echos:

5256       cxxheaders=`$CXX -print-file-name="$i"` &&
5257       echo $i && echo $cxxheaders &&
5258       test "x$cxxheaders" != x && test "x$i" != "x$cxxheaders" &&

I get:

../../../../include/c++/4.8.0
../../../../include/c++/4.8.0
../../../../x86_64-pc-linux-gnu/include/c++/4.8.0
../../../../x86_64-pc-linux-gnu/include/c++/4.8.0

-- 
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]