CT 0.29 - stuck compiling gcc 4.0 glibc 2.2.5 ppc405: execvp: /bin/sh: Resource temporarily unavailable

Martin Egholm Nielsen martin@egholm-nielsen.dk
Fri Mar 25 18:11:00 GMT 2005


Hi Dan,

>> 5) cygwin already bypasses windows command line mechanism.  You just have
>>    to tell it to assume that the executables in /bin (or wherever) are
>>    100% pure cygwin executables.  See "man mount".
>>
>>    mount -f -X c:\cygwin\bin /bin
>>    mount -f -X c:\cygwin\bin /usr/bin
>>    mount -f -x c:\cygwin\bin\strace.exe /bin/strace.exe       # buit 
>> with -mno-cygwin
>>    mount -f -x c:\cygwin\bin\strace.exe /usr/bin/strace.exe   # buit 
>> with -mno-cygwin
>>    mount -f -x c:\cygwin\bin\strace.exe /bin/cygcheck.exe     # buit 
>> with -mno-cygwin
>>    mount -f -x c:\cygwin\bin\strace.exe /usr/bin/cygcheck.exe # buit 
>> with -mno-cygwin
>>
>>    This will bypass the 32K limitation in windows for command line and 
>> similar
>>    limitations for environment variables.
> 
> 
> Now that's worth putting in the crosstool faq.  Thanks!
> Martin, does that do it?
Still working on it :-)

// Martin


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list