Ruben Van Boxem wrote:
> Hi,
>
> I'm trying to get the extra 15% performance out of GCC by profiling
> it's own bootstrap. I am worried that it's not working correctly
> because I get a lot of these types of error messages:
>
> profiling:/M:\Development\msys\home\Ruben\mingw64\build64\gcc\libiberty/pex-common.gcda:Skip
>>
>
profiling:/M::Cannot create directory
>>
>
> It looks like an MSYS path translation problem, but it seems like all
> files are being skipped during the profile step...
>
> Any thoughts/workarounds?
>

Make sure the config.status files contain / versus \ for the path
delimiters and then re-execute the config.status file.  Other than that
I have no idea.

Earnie

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to