This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
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.
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
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |