Changes

Jump to: navigation, search

Talk:Distcc With MSVC

254 bytes added, 21:08, 6 September 2007
1, how to make several threads working together?
I have already use the distcc with MSVC on the windows with the support of CygWin; but now, I only can make the whole project with single thread, when I assign the -jN opition to gnu make, a error occurs: sth about vc60.idb file can't be accessed, maybe the cl.exe will used this file when compile a c file, when several threads works concurrently they want to open the file, but the file can't be opened by more than one users for writing purpose.
I use vc60, and export the projects mkfiles, and modified the nmake makefile to gnu's make file. and want to use the -jN opition , but failed.
Please post more info. Please, at least, give the entire error message.
 
I'm also a little unclear - are you trying to read vc60.idb multilple times or write it multiple times or a combination?
 
[[User:Themystic|Themystic]] 21:08, 6 September 2007 (EDT)
== 2, how to dealwith the pdb file? Can the distcc maintain the debug informations when distributing the compile task? ==
1
edit

Navigation menu