|
From: zhangxinghai <zxh...@16...> - 2013-05-14 09:06:57
|
Dear man,I follow the instrunction you suggest,the result is as following Currently my path variable is c:\mingw\bin;C:\WINDOWS\System32\Wbem;D:\oracle11.2g\product\11.2.0\dbhome_ 1\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files \Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Intel\DMIX ;d:\Program Files\Sybase\SQL Anywhere 7\win32;d:\Program Files\Sybase\Shared\Pow erBuilder;D:\Program Files\Microsoft SQL Server\100\Tools\Binn\;D:\Program Files \Microsoft SQL Server\100\DTS\Binn\;D:\Program Files\Microsoft SQL Server\100\To ols\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 9.0\Commo n7\IDE\PrivateAssemblies\;D:\Program Files\QuickTime\QTSystem\ when I copy sh.exe to c:\windows\system32 and exec the command.I can see find_and_set_shell() path search set default_shell = C:/WINDOWS/system32/sh.exe when I copy sh.exe to c:\windows and exec the command.I get error mingw32-make: *** INTERNAL: readdir: Invalid argument . Stop. At this time when I invoke mingw32-make --debug=j -j80.I just get error mingw32-make: *** INTERNAL: readdir: Invalid argument . Stop. By the way,I use Path instead. I also have a question,I can't find FindFirstFile or FindNextFile or GetFileAttributes operation in process monitor.How to trace these windows api using process monitor -- View this message in context: http://mingw.5.n7.nabble.com/mingw32-make-return-INTERNAL-readdir-Invalid-argument-error-tp31340p31423.html Sent from the MinGW - User mailing list archive at Nabble.com. |