mingw-targeted cross-compiler question

NightStrike nightstrike@gmail.com
Wed Dec 15 22:08:00 GMT 2010


On Wed, Dec 15, 2010 at 4:10 PM, gviewer <marlonmin@gmail.com> wrote:
>
> Thanks for explanation.  I checked the Make file, and here it is:
>
> CFLAGS = -O3 -Wimplicit
> ...
> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols
> ${BRILL_INCLUDES} -I ${JAVA_HOME}/include/ -I ${JAVA_HOME}/include/win32
> -shared -o lib/BTagger.dll ${BRILL_JAVA_BASE}/*.c ${BRILL_SRC}
>
> This is a Java wrapper around a C/C++ library. Can you help have a look and
> see if there is an easy change to the "gcc -mno-cygwin ..." part? I am using
> Windows 7 64-bit machine.
> Thanks.

Well, like I said.. install the cross compiler package and edit that
line to say what you need it to say.

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