FW: gecko Segmentation fault when compiling

Marco Atzeri marco.atzeri@gmail.com
Thu Aug 30 00:35:00 GMT 2018


Am 29.08.2018 um 02:16 schrieb tlake@twcny.rr.com:
>
> I uninstalled and deleted the entire cygwin64 directory and reinstalled using the defaults. The download time was much
> shorter but I still can't compile anything with the C compiler even with no anti-virus running.
> I'm surprised the default installation doesn't include make or dir.h.
> Adding make was no problem but it took me a while to find a package that contains dir.h.
>
> Tom L
>

dir.h is surely not a standard header for building a cygwin program.
It is clearly only for cross compiling for Windows

$ cygcheck -p include/dir.h
Found 7 matches for include/dir.h
djgpp-runtime-2.05-1 - djgpp-runtime: DJGPP toolchain C runtime
(installed binaries and support files)
mingw64-i686-headers-5.0.2-1 - mingw64-i686-headers: MinGW-w64 runtime
headers and libraries
mingw64-i686-headers-5.0.3-1 - mingw64-i686-headers: MinGW-w64 runtime
headers and libraries
mingw64-i686-headers-5.0.4-1 - mingw64-i686-headers: MinGW-w64 runtime
headers and libraries
mingw64-x86_64-headers-5.0.2-1 - mingw64-x86_64-headers: MinGW-w64
runtime headers and libraries
mingw64-x86_64-headers-5.0.3-1 - mingw64-x86_64-headers: MinGW-w64
runtime headers and libraries
mingw64-x86_64-headers-5.0.4-1 - mingw64-x86_64-headers: MinGW-w64
runtime headers and libraries

sys/dir.h is another matter

$ cygcheck -p include/sys/dir.h
Found 7 matches for include/sys/dir.h
cygwin-devel-2.10.0-1 - cygwin-devel: Core development files
cygwin-devel-2.11.0-0.4 - cygwin-devel: Core development files
cygwin-devel-2.9.0-3 - cygwin-devel: Core development files
...

"cygcheck -p" and https://cygwin.com/packages/
are the basic tool to find any package component.

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


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



More information about the Cygwin mailing list