mingw-targeted cross-compiler question

Chiheng Xu chiheng.xu@gmail.com
Thu Dec 16 03:55:00 GMT 2010


>
> make JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22"
>
> or
>
> JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22"
> export JAVA_HOME
> make

correction:
JAVA_HOME='C:\Program Files\Java\jdk1.5.0_22'
JAVA_HOME=`cygpath -m ${JAVA_HOME}`
export JAVA_HOME
make  CC=x86_64-w64-mingw32-gcc






-- 
Chiheng Xu
Wuhan,China

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list