Warren Young writes: > Many moons ago Cygwin "gcc" became GCC 4. Later, Cygwin dropped the > "gcc-4" wrapper package. > > Unfortunately, this means Perl modules that only come in native (XS) > form don't compile because perl -V:cc says "gcc-4". I tried creating > a symlink from gcc-4 -> gcc in /bin, but it didn't help.
Yes, I've posted about this some time ago. You absolutely need to name the symlink "gcc-4.exe". You could also patch out the EXEEXT appendage that makes that particular check fail when it encounters a symlink of just "gcc-4", but renaming the symlink is easier. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- 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