Thread: no such file sys/shm.h

  1. #1
    Registered User
    Join Date
    Aug 2009
    Posts
    192

    no such file sys/shm.h

    So i looked this up and cant really find an answer probably cuz most ppl dont deal with this but im using cygwin and im compiling with
    #include <sys/shm.h>
    but it cant find the file so i obviously check with cygwin usr/include/sys/ and its in there so im not sure how to make the system find the files thats already there?

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Classically, this means that you've installed MinGW or another CygWIN and they are conflicted.

    Otherwise, check your environment to see everywhere GCC is looking for the header.

    Soma

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sequential file program
    By needhelpbad in forum C Programming
    Replies: 80
    Last Post: 06-08-2008, 01:04 PM
  2. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  3. archive format
    By Nor in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-05-2003, 07:01 PM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM