This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mingw-targeted cross-compiler question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]