> Basically, "stuff from mingw-w64.sf.net"
>
> The middle piece of the triplet is the vendor tag. We at mingw-w64
> are the vendors. We support win32 and win64, for both host and
> target. I admit it's confusing, but we didn't come up with a better
> name fast enough.
That is really good news.
2010/12/22 :
> On Wed, 22 Dec 2010 15:36:01 +0100, Kai Tietz
> wrote:
>
>> 2010/12/22 :
>>>
>>> On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz
>>> wrote:
>>>
2010/12/22 :
>
> On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron
>
> wrote:
>
> I checked the Make fi
On Wed, 22 Dec 2010 15:36:01 +0100, Kai Tietz
wrote:
2010/12/22 :
On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz
wrote:
2010/12/22 :
On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron
wrote:
I checked the Make file, it used this flag:
gcc -mno-cygwin -g -Wl,--add-stdcall-alias
-
On Wed, Dec 22, 2010 at 10:35 AM, Andy Koppe wrote:
> On 22 December 2010 15:12, NightStrike wrote:
>> 2010/12/22 Frédéric Bron:
>> I checked the Make file, it used this flag:
>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
>
> replace gcc by gcc-3
>
On 22 December 2010 15:12, NightStrike wrote:
> 2010/12/22 Frédéric Bron:
> I checked the Make file, it used this flag:
> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
replace gcc by gcc-3
gcc 4 is now the default on cygwin but the cross compiler is
2010/12/22 Frédéric Bron :
I checked the Make file, it used this flag:
gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
>>>
>>> replace gcc by gcc-3
>>> gcc 4 is now the default on cygwin but the cross compiler is not
>>> supported for that version.
>>> Frédéric
>>
2010/12/22 :
> On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz
> wrote:
>
>> 2010/12/22 :
>>>
>>> On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron
>>> wrote:
>>>
>>> I checked the Make file, it used this flag:
>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols
>>
On Wed, 22 Dec 2010 15:11:18 +0100, Kai Tietz
wrote:
2010/12/22 :
On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron
wrote:
I checked the Make file, it used this flag:
gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols
...
replace gcc by gcc-3
gcc 4 is now the defau
2010/12/22 :
> On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron
> wrote:
>
> I checked the Make file, it used this flag:
> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
replace gcc by gcc-3
gcc 4 is now the default on cygwin but the cross compiler
On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron
wrote:
I checked the Make file, it used this flag:
gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols
...
replace gcc by gcc-3
gcc 4 is now the default on cygwin but the cross compiler is not
supported for that version.
Fr
>>> I checked the Make file, it used this flag:
>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
>>
>> replace gcc by gcc-3
>> gcc 4 is now the default on cygwin but the cross compiler is not
>> supported for that version.
>> Frédéric
>
> What do you mean by not supported
On 12/16/2010 7:55 AM, NightStrike wrote:
> 2010/12/16 Frédéric Bron <...>:
>>> I checked the Make file, it used this flag:
>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
>>
>> replace gcc by gcc-3
>> gcc 4 is now the default on cygwin but the cross compiler is not
>> s
2010/12/16 Frédéric Bron :
>> I checked the Make file, it used this flag:
>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
>
> replace gcc by gcc-3
> gcc 4 is now the default on cygwin but the cross compiler is not
> supported for that version.
> Frédéric
What do you mean
> I checked the Make file, it used this flag:
> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
replace gcc by gcc-3
gcc 4 is now the default on cygwin but the cross compiler is not
supported for that version.
Frédéric
--
Problem reports: http://cygwin.com/problems.h
>
> 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
On Thu, Dec 16, 2010 at 6:03 AM, gviewer wrote:
>
> Yes, That problem got solved. But now I got a new problem:
> "fatal error, jni.h, no such file or directory"
>
> The jni.h is included in a .h c file.
>
> What's going on?
>
>
make JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22"
or
JAVA_HOME="C:
Yes, That problem got solved. But now I got a new problem:
"fatal error, jni.h, no such file or directory"
The jni.h is included in a .h c file.
What's going on?
NightStrike wrote:
>
> On Wed, Dec 15, 2010 at 4:10 PM, gviewer wrote:
>>
>> Thanks for explanation. I checked the Make file, a
On Wed, Dec 15, 2010 at 4:10 PM, gviewer 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
>
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}
On Wed, Dec 15, 2010 at 3:50 PM, gviewer wrote:
>
> My cygwin may already install that package, then how to modify the flag in
> Makefile to compile.
That depends on the makefile. Usually, there's a user-settable
variable called CFLAGS that you can use to customize things. But
basically, with t
My cygwin may already install that package, then how to modify the flag in
Makefile to compile.
NightStrike wrote:
>
> On Wed, Dec 15, 2010 at 2:41 PM, gviewer wrote:
>>
>> Hello, I downloaded a software and tried to compile it on cygwin, I got
>> an
>> error message:
>>
>> "gcc: The -mno-cyg
On Wed, Dec 15, 2010 at 2:41 PM, gviewer wrote:
>
> Hello, I downloaded a software and tried to compile it on cygwin, I got an
> error message:
>
> "gcc: The -mno-cygwin flag has been removed; use a mingw-targeted
> cross-compiler."
>
> I checked the Make file, it used this flag:
> gcc -mno-cygwin
22 matches
Mail list logo