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

Dan Kegel dank@kegel.com
Fri Mar 25 16:22:00 GMT 2005


Christopher Faylor wrote:
> 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?
- Dan

-- 
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
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