------- Comment #10 from brian at dessent dot net  2008-08-02 19:24 -------
Subject: Re:  cc1.exe: internal compiler error: Segmentation 
 fault

/c/foo/bar is valid for *MSYS* apps.  But we're talking about gcc which
is NOT a MSYS app, it is a MinGW app, i.e. native win32.  /c/foo/bar is
*not* valid for such an app.  In fact the whole point of MSYS is to
rewrite these paths as c:/foo/bar when invoking MinGW apps, but that is
only possible if they are passed on a command line.  The gcc build
system sometimes embeds them in filenames and they won't be translated. 
Thus you have to be careful to avoid using them.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36948

Reply via email to