------- Comment #12 from brian at dessent dot net 2008-08-02 21:02 ------- Subject: Re: cc1.exe: internal compiler error: Segmentation fault
You're not really testing what you think you are, because MSYS translates everything on the command line, so saying that "gcc -I/foo/bar" works just means that MSYS actually executed "gcc -Ic:/path/to/foo/bar". MinGW apps like gcc have *no* way of interpreting anything but Win32 paths. And yes, using Win32 paths with colons also fails because the gcc build system isn't expecting paths with colons. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36948