Я установил Cygwin и Git на Windows 7 (32-разрядная версия).Попытка выполнить Makefile.Когда я просто использую make
, это работает.Но когда я добавляю rm
в мой Makefile, например, в fclean
, это происходит:
C:\Users\SSS\libft>make fclean
rm -f *.o
3 [main] rm (324) C:\Program Files\Git\usr\bin\rm.exe: *** fatal error - cygheap base mismatch detected - 0x612C3410/0x612BF410.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
make: *** [Makefile:25: clean] Segmentation fault
Перезагрузка не помогла.