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/4860] New: error: bits/fcntl2.h: No such file or directory


I tried to compile this little program using glibc trunk.

$ cat test.c 
#include <fcntl.h>

$ gcc test.c -D_FORTIFY_SOURCE=2 -O1

I get 

/sysroot/usr/include/fcntl.h:216:26: error: bits/fcntl2.h: No such file or directory

I think this could be related to

http://sourceware.org/ml/glibc-cvs/2007-q2/msg00361.html

-- 
           Summary: error: bits/fcntl2.h: No such file or directory
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: raj dot khem at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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