On Sat, Sep 10, 2011 at 02:46:39AM +0800, marwan irnaka wrote: >I compiled a program called grid search for my research about seismology. >But, when cygwin compiled it, there is an error message: > >cc -DUNIX -c -o iaspei_input.o iaspei_input.c >iaspei_input.c:14:27: fatal error: sys/getaccess.h: No such file or directory >compilation terminated. >make: *** [iaspei_input.o] Error 1 > >I found out that cygwin doesn't have getaccess.h.
Neither does Linux, for that matter - at least on the two systems I checked. >Anybody can help me to resolve this issue? http://lmgtfy.com/?q=%22sys%2Fgetaccess.h%22 Looks like it's a HPUX header. Sounds like porting this to Cygwin might not be trivial. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple