Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

gcc-4.5.2 released

<< < (3/4) > >>

reckless:
exactly :)

reckless:
btw not only the headers i ported the entire mingw64 api to support standard mingw ;)

xunxun:

--- Quote from: reckless on January 10, 2011, 09:39:28 am ---btw not only the headers i ported the entire mingw64 api to support standard mingw ;)

--- End quote ---

Er, the ported mingw must have mingw10m.dll, don't it?

reckless:
nope :)

it uses thread local storage instead of the mingw dtor dll. mingw64 does not need the mingwm10.dll either ;)

source here if you want to have a closer look http://code.google.com/p/mingw-wine/downloads/detail?name=mingw64api-mingwport-src.7z&can=2&q=

configure with --enable-lib32 --disable-lib64 --enable-wildcard --enable-tests-unicode --prefix=/mingw and if you use sysroots --with-sysroot=dir that comes before the mingw dir eg. if mingw is in C: its --with-sysroot=/c

theres a patch in the root of the source dir you can see pretty much all changes i made there :)

xunxun:

--- Quote from: reckless on January 10, 2011, 01:57:11 pm ---nope :)

it uses thread local storage instead of the mingw dtor dll. mingw64 does not need the mingwm10.dll either ;)

source here if you want to have a closer look http://code.google.com/p/mingw-wine/downloads/detail?name=mingw64api-mingwport-src.7z&can=2&q=

configure with --enable-lib32 --disable-lib64 --enable-wildcard --enable-tests-unicode --prefix=/mingw and if you use sysroots --with-sysroot=dir that comes before the mingw dir eg. if mingw is in C: its --with-sysroot=/c

theres a patch in the root of the source dir you can see pretty much all changes i made there :)

--- End quote ---

Er, but I think the different path (i686-pc-mingw32) is not the problem. I am using mingw64 headers and the crt very well.
BTW, what is the option "--enable-tests-unicode" meaning?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version