Re: [PATCH] Modify mingw_main() workaround to avoid link errors
From: Johannes Sixt <hidden> Date: 2016-06-15 22:45:03
Zitat von Steffen Prohaska [off-list ref]:
With MinGW's
gcc.exe (GCC) 3.4.5 (mingw special)
GNU ld version 2.17.50 20060824
the old define caused link errors:
git.o: In function `main':
C:/msysgit/git/git.c:500: undefined reference to `mingw_main'
collect2: ld returned 1 exit status
The modified define works.
I have the same tools, but not this error. ???
-- Hannes