http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56412
--- Comment #1 from Daniel Starke <daniel.f.starke at freenet dot de> 2013-02-20 20:15:58 UTC --- A patch of lto-plugin/configure could solve this issue for now if the patch of libtool.m4 was too extensive for stage4. --- gcc-4.8.0-r196092/lto-plugin/configure 2013-02-15 22:11:56 +0000 +++ gcc-4.8.0-patched/lto-plugin/configure 2013-02-20 20:05:25 +0000 @@ -8734,7 +8734,7 @@ old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' - fix_srcfile_path='`cygpath -w "$srcfile"`' + fix_srcfile_path='' enable_shared_with_static_runtimes=yes ;;