https://bugs.winehq.org/show_bug.cgi?id=41024
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Failure to install |Wine 1.8.3 does not compile | |from source (broken | |development environment) Severity|critical |normal
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com ---
/usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find -lc /usr/bin/ld: cannot find crtn.o: No such file or directory collect2: error: ld returned 1 exit status ... configure:4114: error: in `/home/john/wine-1.8.3': configure:4116: error: C compiler cannot create executables
It looks like you have a broken development environment, in Debian-like systems you could "apt-get install build-essential".