SF.net SVN: harbour-project:[14790] trunk/harbour

42 views
Skip to first unread message

vsza...@users.sourceforge.net

unread,
Jun 16, 2010, 5:50:21 AM6/16/10
to harbou...@googlegroups.com
Revision: 14790
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14790&view=rev
Author: vszakats
Date: 2010-06-16 09:50:20 +0000 (Wed, 16 Jun 2010)

Log Message:
-----------
2010-06-16 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/win/mingw.mk
+ Added (commented) support for -m32/-m64 options.
This may be useful in the future f.e. for mingw tdm 4.5.0
compiler which can build both 64 and 32-bit targets using
the same compiler binaries.

* config/global.mk
* config/wce/mingwarm.mk
* config/wce/poccarm.mk
* config/wce/msvcarm.mk
* config/win/xcc.mk
* config/win/mingw.mk
* config/win/pocc.mk
* config/win/bcc.mk
* config/win/watcom.mk
* config/win/cygwin.mk
* config/win/msvc.mk
* config/os2/watcom.mk
+ Changed to init RCFLAGS from global.mk.

* config/global.mk
+ Added support for theoretical QNX cross-builds.

* ChangeLog
* Updated QNX TODO list.

Modified Paths:
--------------
trunk/harbour/ChangeLog
trunk/harbour/config/global.mk
trunk/harbour/config/os2/watcom.mk
trunk/harbour/config/wce/mingwarm.mk
trunk/harbour/config/wce/msvcarm.mk
trunk/harbour/config/wce/poccarm.mk
trunk/harbour/config/win/bcc.mk
trunk/harbour/config/win/cygwin.mk
trunk/harbour/config/win/mingw.mk
trunk/harbour/config/win/msvc.mk
trunk/harbour/config/win/pocc.mk
trunk/harbour/config/win/watcom.mk
trunk/harbour/config/win/xcc.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

Antonio Maniero

unread,
Jun 16, 2010, 6:02:28 AM6/16/10
to harbou...@googlegroups.com
Hi

Can you say tdm 4.5.0 is recommended for production build now or too soon?

[]'s Maniero

Viktor Szakáts

unread,
Jun 16, 2010, 6:12:26 AM6/16/10
to harbou...@googlegroups.com
> Can you say tdm 4.5.0 is recommended for production build now or too soon?

I'm not sure about latest tdm release, and if that tells
anything I've removed 'recommended' status from tdm in
INSTALL. I'm using official 4.5.0 release now.

tdm still offers both sjlj and dwarf, sjlj is still being
the default, which makes it just as problematic as before
for everyone using QT with Harbour.

The combined 32/64-bit feature is interesting, but
I haven't tested it yet and it'd need work to add support
for it in Harbour, for sure it will make autodetection
problematic, if possible at all, and at this point it's
unsure if this will be the new direction for bitness
selection on Windows platform, so I'm waiting with it.

Viktor

Massimo Belgrano

unread,
Jun 16, 2010, 6:16:33 AM6/16/10
to harbou...@googlegroups.com
Glad to see mingw from tdragon!

The MinGW edition of TDM-GCC offers SJLJ (setjmp/longjmp) and DW2 (Dwarf-2).
MinGW-w64 allow create 32 or 64 bit but support only SJLJ
Now if i want use harbour & qt i need MinGW DW2 version with trip of
double installation


2010/6/16 Viktor Szakáts <harbo...@syenar.hu>:


> I'm not sure about latest tdm release, and if that tells
> anything I've removed 'recommended' status from tdm in
> INSTALL. I'm using official 4.5.0 release now.
>
> tdm still offers both sjlj and dwarf, sjlj is still being
> the default, which makes it just as problematic as before
> for everyone using QT with Harbour.
>
> The combined 32/64-bit feature is interesting, but
> I haven't tested it yet and it'd need work to add support
> for it in Harbour, for sure it will make autodetection
> problematic, if possible at all, and at this point it's
> unsure if this will be the new direction for bitness
> selection on Windows platform, so I'm waiting with it.
>
> Viktor
>
>

--
Massimo Belgrano

Viktor Szakáts

unread,
Jun 16, 2010, 6:25:49 AM6/16/10
to harbou...@googlegroups.com
> Glad to see mingw from tdragon!
>
> The MinGW edition of TDM-GCC offers SJLJ (setjmp/longjmp) and DW2 (Dwarf-2).
> MinGW-w64 allow create 32 or 64 bit but support only SJLJ
> Now if i want use harbour & qt i need MinGW DW2 version with trip of
> double installation

I recommend official mingw build for all Harbour purposes,
(and mingw64 releases from mingw64 team).

Here is my own batch script to install official mingw:
---
wget "http://downloads.sourceforge.net/project/mingw/GCC%%20Version%%204/gcc-4.5.0-1/gcc-4.5.0-1-mingw32.RELEASE_NOTES.txt?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/GCC%%20Version%%204/gcc-4.5.0-1/gcc-core-4.5.0-1-mingw32-bin.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/GCC%%20Version%%204/gcc-4.5.0-1/gcc-c%%2B%%2B-4.5.0-1-mingw32-bin.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/GNU%%20Binutils/binutils-2.20.1/binutils-2.20.1-2-mingw32-bin.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20mpc/mpc-0.8.1-1/libmpc-0.8.1-1-mingw32-dll-2.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20mpfr/mpfr-2.4.1-1/libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20gmp/gmp-5.0.1-1/libgmp-5.0.1-1-mingw32-dll-10.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20pthreads-w32/pthreads-w32-2.8.0-3/libpthread-2.8.0-3-mingw32-dll-2.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20Runtime/mingwrt-3.18/mingwrt-3.18-mingw32-dev.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20Runtime/mingwrt-3.18/mingwrt-3.18-mingw32-dll.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20API%%20for%%20MS-Windows/w32api-3.14/w32api-3.14-mingw32-dev.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/GDB/GDB-7.1/gdb-7.1-2-mingw32-bin.tar.gz?use_mirror=switch"
7za x *.lzma
del *.lzma
gzip -d *.gz
for %%a in ( *.tar ) do tar -xvf %%a
---

[ NOTE: USE AT YOUR OWN RISK, NO SUPPORT OF ANY KIND FROM MY PART.
Visit official mingw forums for more information or help. ]

Viktor

Przemysław Czerpak

unread,
Jun 16, 2010, 6:26:44 AM6/16/10
to harbou...@googlegroups.com
On Wed, 16 Jun 2010, vsza...@users.sourceforge.net wrote:

Hi,

> 2010-06-16 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
> * config/win/mingw.mk
> + Added (commented) support for -m32/-m64 options.
> This may be useful in the future f.e. for mingw tdm 4.5.0
> compiler which can build both 64 and 32-bit targets using
> the same compiler binaries.

BTW, I'm using this:

MODE=32
export HB_USER_CFLAGS="-m${MODE}"
export HB_USER_LDFLAGS="-m${MODE}"
export HB_USER_DFLAGS="-m${MODE}"
export HB_BUILD_NAME="${MODE}"

to switch between 32 and 64 bit build in Linux.

best regards,
Przemek

Antonio Maniero

unread,
Jun 16, 2010, 6:28:29 AM6/16/10
to harbou...@googlegroups.com
I saw 'recommended' tag was removed. None compiler is *officially* recommended/preferable now?

[]'s Maniero


2010/6/16 Viktor Szakáts <harbo...@syenar.hu>

Antonio Maniero

unread,
Jun 16, 2010, 6:36:12 AM6/16/10
to harbou...@googlegroups.com
Qt  is working with mingw64?

Viktor Szakáts

unread,
Jun 16, 2010, 7:00:27 AM6/16/10
to harbou...@googlegroups.com
> I saw 'recommended' tag was removed. None compiler is *officially* recommended/preferable now?

All of them should work, it's hard for me to tell
which ones is best for which user. The only thing
I could do is to make my personal preference as
"official"... For sure if I do the next unified binary
release, I will include official mingw 4.5.0.

Viktor

Viktor Szakáts

unread,
Jun 16, 2010, 7:00:42 AM6/16/10
to harbou...@googlegroups.com
> Qt is working with mingw64?

No.

Viktor

Massimo Belgrano

unread,
Jun 16, 2010, 10:07:53 AM6/16/10
to harbou...@googlegroups.com
Hi Viktor
Have you post old link?

C:\devl\wget\bin>wget "http://downloads.sourceforge.net/project/mingw/GCC%20Vers
ion%204/gcc-4.5.0-1/gcc-core-4.5.0-1-mingw32-bin.tar.lzma?use_mirror=switch"
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\devl\wget/etc/wgetrc
--2010-06-16 16:04:05-- http://downloads.sourceforge.net/project/mingw/GCC%20Ve
rsion%204/gcc-4.5.0-1/gcc-core-4.5.0-1-mingw32-bin.tar.lzma?use_mirror=switch
Risoluzione di downloads.sourceforge.net... 216.34.181.59
Connessione a downloads.sourceforge.net|216.34.181.59|:80... connesso.
HTTP richiesta inviata, in attesa di risposta... 404 Not Found
2010-06-16 16:04:07 ERRORE 404: Not Found.
...
seem work only last:
HTTP richiesta inviata, in attesa di risposta... 200 OK
Lunghezza: 1861589 (1,8M) [application/x-gzip]
Salvataggio in: "gdb-7.1-2-mingw32-bin.tar.gz"


2010/6/16 Viktor Szakáts <harbo...@syenar.hu>:

--
Massimo Belgrano

Antonio Maniero

unread,
Jun 16, 2010, 10:09:24 AM6/16/10
to harbou...@googlegroups.com


I recommend official mingw build for all Harbour purposes,
(and mingw64 releases from mingw64 team).

Here is my own batch script to install official mingw:
---
wget "http://downloads.sourceforge.net/project/mingw/GCC%%20Version%%204/gcc-4.5.0-1/gcc-4.5.0-1-mingw32.RELEASE_NOTES.txt?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/GCC%%20Version%%204/gcc-4.5.0-1/gcc-core-4.5.0-1-mingw32-bin.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/GCC%%20Version%%204/gcc-4.5.0-1/gcc-c%%2B%%2B-4.5.0-1-mingw32-bin.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/GNU%%20Binutils/binutils-2.20.1/binutils-2.20.1-2-mingw32-bin.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20mpc/mpc-0.8.1-1/libmpc-0.8.1-1-mingw32-dll-2.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20mpfr/mpfr-2.4.1-1/libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20gmp/gmp-5.0.1-1/libgmp-5.0.1-1-mingw32-dll-10.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20pthreads-w32/pthreads-w32-2.8.0-3/libpthread-2.8.0-3-mingw32-dll-2.tar.lzma?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20Runtime/mingwrt-3.18/mingwrt-3.18-mingw32-dev.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20Runtime/mingwrt-3.18/mingwrt-3.18-mingw32-dll.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW%%20API%%20for%%20MS-Windows/w32api-3.14/w32api-3.14-mingw32-dev.tar.gz?use_mirror=switch"
wget "http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/GDB/GDB-7.1/gdb-7.1-2-mingw32-bin.tar.gz?use_mirror=switch"
7za x *.lzma
del *.lzma
gzip -d *.gz
for %%a in ( *.tar ) do tar -xvf %%a
---

[ NOTE: USE AT YOUR OWN RISK, NO SUPPORT OF ANY KIND FROM MY PART.
Visit official mingw forums for more information or help. ]

Viktor

These URLs didn't work to me (404 error) but I got Mingw 4.5 manually and build Harbour very ease. I have less work and trouble to setup official Mingw than TDM.

Many Thanks.

Viktor Szakáts

unread,
Jun 16, 2010, 10:12:27 AM6/16/10
to harbou...@googlegroups.com
> Hi Viktor
> Have you post old link?

I have posted the links from the time I've installed
these (with no error), which was about a month ago.
If something doesn't work anymore, look up the pointers
I've included.

Viktor

Massimo Belgrano

unread,
Jun 16, 2010, 1:23:38 PM6/16/10
to harbou...@googlegroups.com
Installing mingw is very difficult and frustrating thing and need
expertise Superior to my possibility
I am able to compile harbour only my old mingw and stop any experiment
because is only a big wasting of time


Massimo Belgrano

Viktor Szakáts

unread,
Jun 16, 2010, 1:33:37 PM6/16/10
to harbou...@googlegroups.com
> Installing mingw is very difficult and frustrating thing and need
> expertise Superior to my possibility

Not really. I've posted all required parts, you have
to make a small effort to find these files in mingw file
area's new dir layout, download them and run the posted
batch file.

Viktor

Massimo Belgrano

unread,
Jun 16, 2010, 1:43:35 PM6/16/10
to harbou...@googlegroups.com
Viktor
i Thanks you for information but is my limitation
I hope that mingw in windows made a serious setup like the setup that
you have made for harbour in windows


2010/6/16 Viktor Szakáts <harbo...@syenar.hu>:

--
Massimo Belgrano

Viktor Szakáts

unread,
Jun 16, 2010, 2:05:32 PM6/16/10
to harbou...@googlegroups.com
> i Thanks you for information but is my limitation

Pls. If you can compare filenames in a directory
tree, you have everything needed.

Viktor

Massimo Belgrano

unread,
Jun 16, 2010, 2:14:41 PM6/16/10
to harbou...@googlegroups.com
post your tree because my only way to verify is An half hours for
recompiling harbour for each try

2010/6/16 Viktor Szakáts <harbo...@syenar.hu>:

--
Massimo Belgrano

Viktor Szakáts

unread,
Jun 16, 2010, 2:19:22 PM6/16/10
to harbou...@googlegroups.com
> post your tree because my only way to verify is An half hours for
> recompiling harbour for each try

Sigh. I posted the list of mingw install files. You go to
sf.net mingw Files area, find where they are, download them, run my
batch.

Viktor

Antonio Maniero

unread,
Jun 16, 2010, 3:02:05 PM6/16/10
to harbou...@googlegroups.com
Massimo, it's very ease, you should try it. Download that parts (as Viktor listed or see complete optional list www.mingw.org/wiki/Getting_Started), uncompress and use it! I got it working in less than 10 minutes in my first try.

[]'s Maniero

2010/6/16 Massimo Belgrano <mbel...@deltain.it>

Xavi

unread,
Jun 16, 2010, 7:44:30 PM6/16/10
to harbou...@googlegroups.com
> Qt is working with mingw64?

Yes.

Attached screenshot desktop of Windows 7 64 bits running Qt Designer, Qt Assistant, HBIDE and Taskmanager.
Please note all these are 64-bits processes like Qt DLLs compiled with MinGW-w64.

--
Xavi

Qtw64.png

Viktor Szakáts

unread,
Jun 17, 2010, 1:13:16 AM6/17/10
to harbou...@googlegroups.com
Thanks for the information.

Can you make a test with msvc64? Maybe it's also
supported, just nobody tried it yet.

Viktor

> <Qtw64.png>

Massimo Belgrano

unread,
Jun 17, 2010, 2:53:53 AM6/17/10
to harbou...@googlegroups.com
Hi xavi,maniero
Can you post or send me :
what you have installed, wich qt and wich minigui ,
where is installed
your compilation sequence?


Thanks in advance


2010/6/17 Xavi <jar...@gmail.com>:

--
Massimo Belgrano

Antonio Maniero

unread,
Jun 17, 2010, 4:39:50 AM6/17/10
to harbou...@googlegroups.com
Very Good Xavi. Some recommendation to build Qt with mingw64?

Do you use others extensions like mysql, openssl, etc? 

I think we need "document" a list of extensions compatible with compilers, specially with 64bits which I guess will earn standard status for majority applications in next 2 years.

Massimo, personally I'm not using Minigui. I use Qt 4.6.3 (link available on INSTALL) with default pre-built setup. I am waiting for information from Xavi about Qt 64 compilation.

[]'s Maniero

Massimo Belgrano

unread,
Jun 17, 2010, 4:50:26 AM6/17/10
to harbou...@googlegroups.com
Maniero
Thanks for reply
I also not use minigui but try use qt with minigui unsuccessfully
Wich version on minigui you have installed: SJLJ ,Dwarf-2, or a strange minx?

2010/6/17 Antonio Maniero <man...@klip.net>:


> Very Good Xavi. Some recommendation to build Qt with mingw64?
> Do you use others extensions like mysql, openssl, etc?
> I think we need "document" a list of extensions compatible with compilers,
> specially with 64bits which I guess will earn standard status for majority
> applications in next 2 years.
> Massimo, personally I'm not using Minigui. I use Qt 4.6.3 (link available on
> INSTALL) with default pre-built setup. I am waiting for information from
> Xavi about Qt 64 compilation.
>
> []'s Maniero
>
>

--
Massimo Belgrano

Viktor Szakáts

unread,
Jun 17, 2010, 4:53:33 AM6/17/10
to harbou...@googlegroups.com
Hi,

> Very Good Xavi. Some recommendation to build Qt with mingw64?
>
> Do you use others extensions like mysql, openssl, etc?
>
> I think we need "document" a list of extensions compatible with compilers, specially with 64bits which I guess will earn standard status for majority applications in next 2 years.

I use 64-bit Harbour builds every day. All (now with QT)
contribs build fine with mingw64 and also msvc64.

You can easily find out what compilers are not supported
for a given contrib by checking the '_DET_FLT_COMP' line
in the contrib's Makefile, or the '-stop' filter in the
contrib's .hbp files.

The bigger problem with mingw64 and msvc64 is to get
pre-built x64 binary packages (.libs or .dlls) of the
dependencies, or if such is not available, to build it
yourself. mingw64 is very new compiler, so not all libs
support it out of the box, though it's very similar to
mingw, so if the codebase is win64 ready (and you have
the sources available), chances are good to make it
build also with mingw64. It's also good to also look
around whether the authors officially support it. (F.e.
ADS is closed source and not released as x64 binary,
so even though rddads builds fine, it won't be much
useful)

[ BTW mingw64 support most probably came with 4.6.x. ]

Viktor

Antonio Maniero

unread,
Jun 17, 2010, 5:04:39 AM6/17/10
to harbou...@googlegroups.com
I'm NOT using Minigui. I used Qt 4.6.0 with TDM Dwarf-2 but now with Mingw 4.5, Dwarf-2 is integrated (I guess). Qt 4.6.3 and mingw 4.5 is a perfect combination. I hope is true with mingw64.

[]'s Maniero


2010/6/17 Massimo Belgrano <mbel...@deltain.it>

Antonio Maniero

unread,
Jun 17, 2010, 5:13:24 AM6/17/10
to harbou...@googlegroups.com

The bigger problem with mingw64 and msvc64 is to get
pre-built x64 binary packages (.libs or .dlls) of the
dependencies, or if such is not available, to build it
yourself. mingw64 is very new compiler, so not all libs
support it out of the box, though it's very similar to
mingw, so if the codebase is win64 ready (and you have
the sources available), chances are good to make it
build also with mingw64. It's also good to also look
around whether the authors officially support it. (F.e.
ADS is closed source and not released as x64 binary,
so even though rddads builds fine, it won't be much
useful)

Exactly, I did mean a list of external dependencies that are tested with different compilers when Harbour is built. I am suggesting to create a compatibility list as a knowledge base to avoid every time someone ask here if a specific lib is compatible with a specific compiler.

[]'s Maniero

Viktor Szakáts

unread,
Jun 17, 2010, 5:20:14 AM6/17/10
to harbou...@googlegroups.com
> around whether the authors officially support it. (F.e.
> ADS is closed source and not released as x64 binary,
> so even though rddads builds fine, it won't be much
> useful)
>
> Exactly, I did mean a list of external dependencies that are tested with different compilers when Harbour is built. I am suggesting to create a compatibility list as a knowledge base to avoid every time someone ask here if a specific lib is compatible with a specific compiler.

We can open a wiki page for that (or a page on
Google Groups), but I certainly don't have the
capacity to offer such information and keep it
up to date (these things change build by build
for those few which I follow closely). Anyways
I'd also welcome if someone did such page with
fresh and accurate information.

Viktor

Antonio Maniero

unread,
Jun 17, 2010, 5:48:17 AM6/17/10
to harbou...@googlegroups.com
This is a silly incomplete contribution. I don't know if it is useful or if someone will update it, but there is.

I did it very quick and probably isn't the best way to do it. Everyone feel free to change or do anything you want, including ignore it.

This table has only external dependencies. I think every locally hosted dependency is compatible. If doesn't, it's possible add lines to local dependencies.

I marked some libs which I have seen (on documentation or here in mailing list) as compatible, I didn't test every lib marked, correct me if I wrong. I think the idea is to mark a dependency as compatible only when someone tested and can build and use it in practice.

[]'s Maniero

+-------------------------------------------------------------------------------------------+
| plataform |         Windows         |   Linux   |DOS| WinCE |MacOS|BSD|OS/2 |Sun|HP|Be|QNX|
|  compiler |m|m|m|m|m|w|b|i|i|p|p|x|c|g|c|w|i|s|o|d|w|m|m|m|p|g|c|i|g|c|g|g|w|g|s|g |g | g |
|           |i|i|s|s|s|a|c|c|c|o|o|c|y|c|l|a|c|u|p|j|a|i|i|s|o|c|l|c|c|l|c|c|a|c|u|c |c | c |
|           |n|n|v|v|v|t|c|c|c|c|c|c|g|c|a|t|c|n|e|g|t|n|n|v|c|c|a|c|c|a|c|c|t|c|n|c |c | c |
|           |g|g|c|c|c|c| | |i|c|c| |w| |n|c| |p|n|p|c|g|g|c|c| |n| | |n| |m|c| |p|  |  |   |
|           |w|g| |6|i|o| | |a| |6| |i| |g|o| |r|6|p|o|w|w|a|a| |g| | |g| |f|o| |r|  |  |   |
|           | |6| |4|a|m| | |6| |4| |n| | |m| |o|4| |m| |a|r|r| | | | | | | |m| |o|  |  |   |
|external   | |4| | |6| | | |4| | | | | | | | | | | | | |r|m|m| | | | | | | | | | |  |  |   |
|dependency | | | | |4| | | | | | | | | | | | | | | | | |m| | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|MySQL      |X| |X| | | | | | | | | |X|X| | | | | | | | | | | | | | |X| | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|PostgreSQL |X| |X| | | | | | | | | | |X| | | | | | | | | | | | | | |X| | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Firebird   |X| |X| | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|OciLib     |X| |X| | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|ADS        |X| |X| | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|ODBC       |X| |X| | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Qt         |X|X|X| | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|X11        | | | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Curses     | | | | | | | | | | | | | |X| | | | | |X| | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Cairo      |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Slang      | | | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|GD         |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Freeimage  |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Allegro    |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|GPM        | | | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|CUPS       | | | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|CURL       |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|Blat       |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|OpenSSL    |X| | | | | | | | | | | | |X| | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|WATT       | | | | | | | | | | | | | | | | | | | |X| | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|           | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|           | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|           | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|           | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |  |  |   |
|-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---|
|           | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |  |  |   |
+-----------|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|--|--|---+

Massimo Belgrano

unread,
Jun 17, 2010, 6:44:38 AM6/17/10
to harbou...@googlegroups.com
Yes but qt version here is not suggested
(minigui is ot)
so i have tried install the hard mingw
after download wget,commandline zip,tar http://unxutils.sourceforge.net/
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.5.0-1/gcc-4.5.0-1-mingw32.RELEASE_NOTES.txt/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.5.0-1/gcc-core-4.5.0-1-mingw32-bin.tar.lzma/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.5.0-1/gcc-c++-4.5.0-1-mingw32-bin.tar.lzma/download"
rem choice most recent and compatible at
http://sourceforge.net/downloads/mingw/MinGW/BaseSystem/GNU-Binutils/
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/binutils-2.20.51/binutils-2.20.51-1-mingw32-bin.tar.lzma/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW//mpc/mpc-0.8.1-1/libmpc-0.8.1-1-mingw32-dll-2.tar.lzma/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/mpfr/mpfr-2.4.1-1/libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma/download"
wget "http://sourceforge.net/projects/mingw/gmp/gmp-5.0.1-1/libgmp-5.0.1-1-mingw32-dll-10.tar.lzma/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/pthreads-w32/pthreads-w32-2.8.0-3/libpthread-2.8.0-3-mingw32-dll-2.tar.lzma/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/mingwrt-3.18-mingw32-dev.tar.gz/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/mingwrt-3.18-mingw32-dll.tar.gz/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/mingwrt-3.18-mingw32-dll.tar.gz/download"
wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GDB/GDB-7.1/gdb-7.1-2-mingw32-bin.tar.gz/download"
7za x *.lzma
// unzip each kind of compress file lzma,gz,tar

del *.lzma
gzip -d *.gz
for %%a in ( *.tar ) do tar -xvf %%a

2010/6/17 Antonio Maniero <man...@klip.net>:


> I'm NOT using Minigui. I used Qt 4.6.0 with TDM Dwarf-2 but now with Mingw
> 4.5, Dwarf-2 is integrated (I guess). Qt 4.6.3 and mingw 4.5 is a perfect
> combination. I hope is true with mingw64.
> []'s Maniero
>

--
Massimo Belgrano

Viktor Szakáts

unread,
Jun 17, 2010, 6:56:00 AM6/17/10
to harbou...@googlegroups.com
> Yes but qt version here is not suggested

INSTALL doc?

> (minigui is ot)

What does MINIGUI have to do with this?

> so i have tried install the hard mingw
> after download wget,commandline zip,tar http://unxutils.sourceforge.net/
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.5.0-1/gcc-4.5.0-1-mingw32.RELEASE_NOTES.txt/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.5.0-1/gcc-core-4.5.0-1-mingw32-bin.tar.lzma/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/gcc-4.5.0-1/gcc-c++-4.5.0-1-mingw32-bin.tar.lzma/download"
> rem choice most recent and compatible at
> http://sourceforge.net/downloads/mingw/MinGW/BaseSystem/GNU-Binutils/
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/binutils-2.20.51/binutils-2.20.51-1-mingw32-bin.tar.lzma/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW//mpc/mpc-0.8.1-1/libmpc-0.8.1-1-mingw32-dll-2.tar.lzma/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/mpfr/mpfr-2.4.1-1/libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma/download"
> wget "http://sourceforge.net/projects/mingw/gmp/gmp-5.0.1-1/libgmp-5.0.1-1-mingw32-dll-10.tar.lzma/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/pthreads-w32/pthreads-w32-2.8.0-3/libpthread-2.8.0-3-mingw32-dll-2.tar.lzma/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/mingwrt-3.18-mingw32-dev.tar.gz/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/mingwrt-3.18-mingw32-dll.tar.gz/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-3.18/mingwrt-3.18-mingw32-dll.tar.gz/download"
> wget "http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GDB/GDB-7.1/gdb-7.1-2-mingw32-bin.tar.gz/download"
> 7za x *.lzma
> // unzip each kind of compress file lzma,gz,tar
> del *.lzma
> gzip -d *.gz
> for %%a in ( *.tar ) do tar -xvf %%a

That should do it.

Viktor

Massimo Belgrano

unread,
Jun 17, 2010, 6:56:24 AM6/17/10
to harbou...@googlegroups.com
SET PATH=C:\DEVL\MINGWtest\bin;C:\HARBOUR\BIN\WIN\MINGW;C:\devl\Qt\2010.02.1\BIN;%PATH%
set HB_WITH_QT=C:\devl\Qt\2010.02.1\qt\include

follow is my tree than moved to c:\devl\mingwtest

Il volume nell'unit… C Š VAIO2
Numero di serie del volume: 0241-0D5E

Directory di C:\devl\wget\bin

17/06/2010 12:46 <DIR> .
17/06/2010 12:46 <DIR> ..
17/06/2010 12:45 <DIR> bin
17/06/2010 12:37 <DIR> doc
17/06/2010 12:37 <DIR> include
17/06/2010 12:23 2.194.770 index.html
17/06/2010 12:45 <DIR> lib
03/09/2008 22:49 1.177.600 libeay32.dll
17/06/2010 12:45 <DIR> libexec
15/03/2008 00:21 1.008.128 libiconv2.dll
06/05/2005 21:52 103.424 libintl3.dll
03/09/2008 22:49 232.960 libssl32.dll
17/06/2010 12:45 <DIR> share


Directory di C:\devl\wget\bin\bin

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:11 11.264 c++.exe
17/04/2010 10:08 1.296.910 cpp.exe
17/04/2010 10:08 1.298.446 g++.exe
17/04/2010 10:08 1.295.374 gcc.exe
17/04/2010 10:01 16.027 gccbug
17/04/2010 10:09 1.100.814 gcov.exe
21/03/2010 16:34 3.446.272 gdb.exe
21/03/2010 16:34 112.128 gdbserver.exe
15/02/2010 19:10 66.048 libmpc-2.dll
15/02/2010 18:46 271.872 libmpfr-1.dll
18/02/2010 13:24 69.827 libpthread-2.dll
17/04/2010 10:11 11.264 mingw32-c++.exe
17/04/2010 10:11 11.264 mingw32-g++.exe
17/04/2010 10:11 11.264 mingw32-gcc-4.5.0.exe
17/04/2010 10:11 11.264 mingw32-gcc.exe
07/03/2010 04:31 24.110 mingwm10.dll
16 File 9.054.148 byte

Directory di C:\devl\wget\bin\doc

17/06/2010 12:37 <DIR> .
17/06/2010 12:37 <DIR> ..
17/06/2010 12:37 <DIR> runtime
0 File 0 byte

Directory di C:\devl\wget\bin\doc\runtime

17/06/2010 12:37 <DIR> .
17/06/2010 12:37 <DIR> ..
07/03/2010 04:31 1.112 CONTRIBUTORS
07/03/2010 04:31 519 DISCLAIMER
07/03/2010 04:31 398 README
3 File 2.029 byte

Directory di C:\devl\wget\bin\include

17/06/2010 12:37 <DIR> .
17/06/2010 12:37 <DIR> ..
07/03/2010 04:31 1.104 assert.h
07/03/2010 04:31 5.946 complex.h
07/03/2010 04:31 1.387 conio.h
07/03/2010 04:31 10.512 ctype.h
07/03/2010 04:31 739 dir.h
07/03/2010 04:31 1.944 direct.h
07/03/2010 04:31 3.074 dirent.h
07/03/2010 04:31 2.185 dos.h
07/03/2010 04:31 3.320 errno.h
07/03/2010 04:31 2.817 excpt.h
07/03/2010 04:31 2.122 fcntl.h
07/03/2010 04:31 3.240 fenv.h
07/03/2010 04:31 5.117 float.h
07/03/2010 04:31 3.438 getopt.h
07/03/2010 04:32 5.591 gmon.h
07/03/2010 04:31 5.721 inttypes.h
07/03/2010 04:31 19.093 io.h
07/03/2010 04:31 690 libgen.h
07/03/2010 04:31 2.665 limits.h
07/03/2010 04:31 2.102 locale.h
07/03/2010 04:31 3.280 malloc.h
07/03/2010 04:31 26.125 math.h
07/03/2010 04:31 2.587 mbctype.h
07/03/2010 04:31 6.908 mbstring.h
07/03/2010 04:31 101 mem.h
07/03/2010 04:31 126 memory.h
07/03/2010 04:31 5.556 process.h
07/03/2010 04:32 1.516 profil.h
07/03/2010 04:32 3.537 profile.h
07/03/2010 04:31 2.802 search.h
07/03/2010 04:31 1.400 setjmp.h
07/03/2010 04:31 800 share.h
07/03/2010 04:31 3.029 signal.h
07/03/2010 04:31 5.861 stdint.h
07/03/2010 04:31 22.047 stdio.h
07/03/2010 04:31 18.646 stdlib.h
07/03/2010 04:31 9.362 string.h
07/03/2010 04:31 306 strings.h
17/06/2010 12:37 <DIR> sys
07/03/2010 04:31 13.719 tchar.h
07/03/2010 04:31 9.539 time.h
07/03/2010 04:31 1.041 unistd.h
07/03/2010 04:31 23 utime.h
07/03/2010 04:31 126 values.h
07/03/2010 04:31 186 varargs.h
07/03/2010 04:31 25.989 wchar.h
07/03/2010 04:31 5.931 wctype.h
07/03/2010 04:31 7.903 _mingw.h
47 File 261.253 byte

Directory di C:\devl\wget\bin\include\sys

17/06/2010 12:37 <DIR> .
17/06/2010 12:37 <DIR> ..
07/03/2010 04:31 116 fcntl.h
07/03/2010 04:31 123 file.h
07/03/2010 04:31 818 locking.h
07/03/2010 04:31 476 param.h
07/03/2010 04:31 9.267 stat.h
07/03/2010 04:31 1.146 time.h
07/03/2010 04:31 1.974 timeb.h
07/03/2010 04:31 2.351 types.h
07/03/2010 04:31 106 unistd.h
07/03/2010 04:31 3.386 utime.h
10 File 19.763 byte

Directory di C:\devl\wget\bin\lib

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
07/03/2010 04:31 310 binmode.o
07/03/2010 04:31 2.211 crt1.o
07/03/2010 04:31 2.307 crt2.o
07/03/2010 04:31 310 crtmt.o
07/03/2010 04:31 306 crtst.o
07/03/2010 04:31 368 CRT_fp10.o
07/03/2010 04:31 412 CRT_fp8.o
07/03/2010 04:31 317 CRT_noglob.o
07/03/2010 04:31 1.366 dllcrt1.o
07/03/2010 04:31 1.366 dllcrt2.o
17/06/2010 12:45 <DIR> gcc
07/03/2010 04:32 721 gcrt1.o
07/03/2010 04:32 721 gcrt2.o
07/03/2010 04:31 79.846 libcoldname.a
07/03/2010 04:31 362.634 libcrtdll.a
07/03/2010 04:32 5.338 libgmon.a
07/03/2010 04:31 420 libm.a
07/03/2010 04:31 14.768 libmingw32.a
07/03/2010 04:32 276.518 libmingwex.a
07/03/2010 04:31 456 libmingwthrd.a
07/03/2010 04:31 3.430 libmingwthrd_old.a
07/03/2010 04:31 81.804 libmoldname.a
07/03/2010 04:31 82.040 libmoldname70.a
07/03/2010 04:31 82.140 libmoldname70d.a
07/03/2010 04:31 82.040 libmoldname71.a
07/03/2010 04:31 82.140 libmoldname71d.a
07/03/2010 04:31 82.040 libmoldname80.a
07/03/2010 04:31 82.140 libmoldname80d.a
07/03/2010 04:31 82.040 libmoldname90.a
07/03/2010 04:31 82.140 libmoldname90d.a
07/03/2010 04:31 81.900 libmoldnamed.a
07/03/2010 04:31 549.844 libmsvcr70.a
07/03/2010 04:31 550.972 libmsvcr70d.a
07/03/2010 04:31 551.472 libmsvcr71.a
07/03/2010 04:31 552.604 libmsvcr71d.a
07/03/2010 04:31 567.502 libmsvcr80.a
07/03/2010 04:31 568.684 libmsvcr80d.a
07/03/2010 04:31 567.502 libmsvcr90.a
07/03/2010 04:31 569.318 libmsvcr90d.a
07/03/2010 04:31 544.850 libmsvcrt.a
07/03/2010 04:31 545.316 libmsvcrtd.a
07/03/2010 04:31 310 txtmode.o
41 File 7.142.923 byte

Directory di C:\devl\wget\bin\lib\gcc

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> mingw32
0 File 0 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> 4.5.0
0 File 0 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:03 1.654 crtbegin.o
17/04/2010 10:03 863 crtend.o
17/04/2010 10:03 3.321 crtfastmath.o
17/06/2010 12:45 <DIR> debug
17/06/2010 12:45 <DIR> include
17/06/2010 12:45 <DIR> include-fixed
17/06/2010 12:45 <DIR> install-tools
17/04/2010 10:10 116.900 libgcc.a
17/04/2010 10:10 39.404 libgcc_eh.a
17/04/2010 10:10 73.284 libgcc_s.a
17/04/2010 10:10 25.602 libgcov.a
17/04/2010 10:10 71.914 libgomp.a
17/04/2010 10:10 84.344 libgomp.dll.a
17/04/2010 10:08 1.041 libgomp.la
17/04/2010 10:08 175 libgomp.spec
17/04/2010 10:10 8.890 libssp.a
17/04/2010 10:10 9.898 libssp.dll.a
17/04/2010 10:03 1.026 libssp.la
17/04/2010 10:10 624 libssp_nonshared.a
17/04/2010 10:03 1.016 libssp_nonshared.la
17/04/2010 10:10 2.213.888 libstdc++.a
17/04/2010 10:10 2.571.374 libstdc++.dll.a
17/04/2010 10:02 2.306 libstdc++.dll.a-gdb.py
17/04/2010 10:02 1.142 libstdc++.la
17/04/2010 10:10 232.228 libsupc++.a
17/04/2010 10:02 1.095 libsupc++.la
22 File 5.461.989 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\debug

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:10 2.629.148 libstdc++.a
17/04/2010 10:10 2.646.774 libstdc++.dll.a
17/04/2010 10:02 1.142 libstdc++.la
3 File 5.277.064 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 08:55 1.799 abmintrin.h
17/04/2010 08:55 3.089 ammintrin.h
17/04/2010 08:55 47.999 avxintrin.h
17/04/2010 08:55 1.161 bmmintrin.h
17/06/2010 12:45 <DIR> c++
17/04/2010 08:55 5.414 cpuid.h
17/04/2010 08:55 2.598 cross-stdarg.h
17/04/2010 08:55 49.931 emmintrin.h
17/04/2010 08:55 7.847 float.h
17/04/2010 08:55 8.978 fma4intrin.h
17/04/2010 08:55 6.173 ia32intrin.h
17/04/2010 08:55 1.537 immintrin.h
17/04/2010 08:55 1.279 iso646.h
17/04/2010 08:55 3.219 lwpintrin.h
17/04/2010 08:55 6.632 mm3dnow.h
17/04/2010 08:55 30.625 mmintrin.h
17/04/2010 08:55 2.221 mm_malloc.h
17/04/2010 08:55 1.379 nmmintrin.h
17/04/2010 10:08 3.591 omp.h
17/04/2010 08:55 4.272 pmmintrin.h
17/04/2010 08:55 1.599 popcntintrin.h
17/04/2010 08:55 27.677 smmintrin.h
17/06/2010 12:45 <DIR> ssp
17/04/2010 08:55 4.203 stdarg.h
17/04/2010 08:55 1.451 stdbool.h
17/04/2010 08:55 12.542 stddef.h
17/04/2010 08:55 6.001 stdfix.h
17/04/2010 08:55 6.895 stdint-gcc.h
17/04/2010 08:55 145 stdint.h
17/04/2010 08:55 8.063 tgmath.h
17/04/2010 08:55 8.222 tmmintrin.h
17/04/2010 08:55 10.246 unwind.h
17/04/2010 08:55 139 varargs.h
17/04/2010 08:55 4.359 wmmintrin.h
17/04/2010 08:55 1.909 x86intrin.h
17/04/2010 08:55 41.731 xmmintrin.h
17/04/2010 08:55 28.366 xopintrin.h
35 File 353.292 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.564 algorithm
17/04/2010 10:02 1.872 array
17/04/2010 10:02 23.241 atomic
17/06/2010 12:45 <DIR> backward
17/06/2010 12:45 <DIR> bits
17/04/2010 10:02 41.592 bitset
17/04/2010 10:02 1.699 cassert
17/04/2010 10:02 1.442 ccomplex
17/04/2010 10:02 2.870 cctype
17/04/2010 10:02 1.821 cerrno
17/04/2010 10:02 1.883 cfenv
17/04/2010 10:02 2.054 cfloat
17/04/2010 10:02 22.159 chrono
17/04/2010 10:02 2.162 cinttypes
17/04/2010 10:02 1.524 ciso646
17/04/2010 10:02 1.964 climits
17/04/2010 10:02 2.004 clocale
17/04/2010 10:02 15.743 cmath
17/04/2010 10:02 42.278 complex
17/04/2010 10:02 1.374 complex.h
17/04/2010 10:02 7.351 condition_variable
17/04/2010 10:02 2.048 csetjmp
17/04/2010 10:02 1.954 csignal
17/04/2010 10:02 1.943 cstdarg
17/04/2010 10:02 1.423 cstdbool
17/04/2010 10:02 1.838 cstddef
17/04/2010 10:02 2.385 cstdint
17/04/2010 10:02 4.851 cstdio
17/04/2010 10:02 5.844 cstdlib
17/04/2010 10:02 3.150 cstring
17/04/2010 10:02 1.344 ctgmath
17/04/2010 10:02 2.219 ctime
17/04/2010 10:02 6.665 cwchar
17/04/2010 10:02 3.302 cwctype
17/04/2010 10:02 1.755 cxxabi-forced.h
17/04/2010 10:02 19.944 cxxabi.h
17/06/2010 12:45 <DIR> debug
17/06/2010 12:45 <DIR> decimal
17/04/2010 10:02 2.716 deque
17/04/2010 10:02 4.949 exception
17/04/2010 10:02 1.648 exception_defines.h
17/04/2010 10:02 4.460 exception_ptr.h
17/06/2010 12:45 <DIR> ext
17/04/2010 10:02 1.888 fenv.h
17/04/2010 10:02 1.491 forward_list
17/04/2010 10:02 29.296 fstream
17/04/2010 10:02 69.023 functional
17/04/2010 10:02 36.402 future
17/04/2010 10:02 2.277 initializer_list
17/04/2010 10:02 10.782 iomanip
17/04/2010 10:02 1.658 ios
17/04/2010 10:02 6.035 iosfwd
17/04/2010 10:02 2.665 iostream
17/04/2010 10:02 29.129 istream
17/04/2010 10:02 2.639 iterator
17/04/2010 10:02 49.977 limits
17/04/2010 10:02 2.645 list
17/04/2010 10:02 1.480 locale
17/04/2010 10:02 2.535 map
17/04/2010 10:02 3.431 memory
17/06/2010 12:45 <DIR> mingw32
17/04/2010 10:02 17.939 mutex
17/04/2010 10:02 4.792 nested_exception.h
17/04/2010 10:02 3.768 new
17/04/2010 10:02 2.789 numeric
17/04/2010 10:02 19.188 ostream
17/06/2010 12:45 <DIR> parallel
17/06/2010 12:45 <DIR> profile
17/04/2010 10:02 2.507 queue
17/04/2010 10:02 1.767 random
17/04/2010 10:02 9.186 ratio
17/04/2010 10:02 2.013 regex
17/04/2010 10:02 2.535 set
17/04/2010 10:02 18.889 sstream
17/04/2010 10:02 2.431 stack
17/04/2010 10:02 1.284 stdatomic.h
17/04/2010 10:02 4.247 stdexcept
17/04/2010 10:02 28.212 streambuf
17/04/2010 10:02 2.021 string
17/04/2010 10:02 9.767 system_error
17/04/2010 10:02 1.368 tgmath.h
17/04/2010 10:02 6.915 thread
17/06/2010 12:45 <DIR> tr1
17/06/2010 12:45 <DIR> tr1_impl
17/04/2010 10:02 20.679 tuple
17/04/2010 10:02 7.203 typeinfo
17/04/2010 10:02 17.946 type_traits
17/04/2010 10:02 1.821 unordered_map
17/04/2010 10:02 1.820 unordered_set
17/04/2010 10:02 3.320 utility
17/04/2010 10:02 37.235 valarray
17/04/2010 10:02 2.734 vector
82 File 739.764 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\backward

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 9.353 auto_ptr.h
17/04/2010 10:02 2.363 backward_warning.h
17/04/2010 10:02 6.611 binders.h
17/04/2010 10:02 33.161 hashtable.h
17/04/2010 10:02 4.202 hash_fun.h
17/04/2010 10:02 17.621 hash_map
17/04/2010 10:02 17.041 hash_set
17/04/2010 10:02 5.705 strstream
8 File 96.057 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\bits

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:01 20.714 algorithmfwd.h
17/04/2010 10:01 5.968 allocator.h
17/04/2010 10:01 4.749 atomicfwd_c.h
17/04/2010 10:01 2.997 atomicfwd_cxx.h
17/04/2010 10:01 13.424 atomic_0.h
17/04/2010 10:01 12.337 atomic_2.h
17/04/2010 10:01 7.194 atomic_base.h
17/04/2010 10:01 14.977 basic_ios.h
17/04/2010 10:01 6.038 basic_ios.tcc
17/04/2010 10:01 106.320 basic_string.h
17/04/2010 10:01 39.301 basic_string.tcc
17/04/2010 10:01 27.011 boost_concept_check.h
17/04/2010 10:01 1.439 c++0x_warning.h
17/04/2010 10:01 16.418 char_traits.h
17/04/2010 10:02 1.653 cmath.tcc
17/04/2010 10:01 16.563 codecvt.h
17/04/2010 10:01 3.322 concept_check.h
17/04/2010 10:01 9.687 cpp_type_traits.h
17/04/2010 10:01 30.693 deque.tcc
17/04/2010 10:01 43.123 forward_list.h
17/04/2010 10:01 14.648 forward_list.tcc
17/04/2010 10:01 27.243 fstream.tcc
17/04/2010 10:01 2.917 functexcept.h
17/04/2010 10:01 6.132 functional_hash.h
17/04/2010 10:01 5.451 gslice.h
17/04/2010 10:01 7.719 gslice_array.h
17/04/2010 10:01 42.392 hashtable.h
17/04/2010 10:01 30.328 hashtable_policy.h
17/04/2010 10:01 7.818 indirect_array.h
17/04/2010 10:01 28.176 ios_base.h
17/04/2010 10:01 30.398 istream.tcc
17/04/2010 10:01 11.286 list.tcc
17/04/2010 10:02 5.186 localefwd.h
17/04/2010 10:01 23.792 locale_classes.h
17/04/2010 10:01 7.306 locale_classes.tcc
17/04/2010 10:01 90.565 locale_facets.h
17/04/2010 10:02 38.964 locale_facets.tcc
17/04/2010 10:02 66.157 locale_facets_nonio.h
17/04/2010 10:02 41.771 locale_facets_nonio.tcc
17/04/2010 10:02 7.544 mask_array.h
17/04/2010 10:02 3.913 move.h
17/04/2010 10:02 12.332 ostream.tcc
17/04/2010 10:02 3.953 ostream_insert.h
17/04/2010 10:02 8.200 postypes.h
17/04/2010 10:02 153.530 random.h
17/04/2010 10:02 88.741 random.tcc
17/04/2010 10:02 14.387 shared_ptr.h
17/04/2010 10:02 32.949 shared_ptr_base.h
17/04/2010 10:02 9.284 slice_array.h
17/04/2010 10:02 9.055 sstream.tcc
17/04/2010 10:02 208.863 stl_algo.h
17/04/2010 10:02 42.250 stl_algobase.h
17/04/2010 10:02 26.843 stl_bvector.h
17/04/2010 10:02 4.953 stl_construct.h
17/04/2010 10:02 63.448 stl_deque.h
17/04/2010 10:02 22.282 stl_function.h
17/04/2010 10:02 20.059 stl_heap.h
17/04/2010 10:02 32.835 stl_iterator.h
17/04/2010 10:02 6.827 stl_iterator_base_funcs.h
17/04/2010 10:02 6.641 stl_iterator_base_types.h
17/04/2010 10:02 49.687 stl_list.h
17/04/2010 10:02 32.757 stl_map.h
17/04/2010 10:02 30.843 stl_multimap.h
17/04/2010 10:02 26.038 stl_multiset.h
17/04/2010 10:02 13.582 stl_numeric.h
17/04/2010 10:02 8.520 stl_pair.h
17/04/2010 10:02 18.090 stl_queue.h
17/04/2010 10:02 3.390 stl_raw_storage_iter.h
17/04/2010 10:02 4.490 stl_relops.h
17/04/2010 10:02 26.228 stl_set.h
17/04/2010 10:02 9.471 stl_stack.h
17/04/2010 10:02 6.519 stl_tempbuf.h
17/04/2010 10:02 46.980 stl_tree.h
17/04/2010 10:02 16.905 stl_uninitialized.h
17/04/2010 10:02 42.148 stl_vector.h
17/04/2010 10:02 4.921 streambuf.tcc
17/04/2010 10:02 12.242 streambuf_iterator.h
17/04/2010 10:02 6.491 stream_iterator.h
17/04/2010 10:02 2.203 stringfwd.h
17/04/2010 10:02 11.693 unique_ptr.h
17/04/2010 10:02 14.383 unordered_map.h
17/04/2010 10:02 13.603 unordered_set.h
17/04/2010 10:02 22.642 valarray_after.h
17/04/2010 10:02 21.742 valarray_array.h
17/04/2010 10:02 7.189 valarray_array.tcc
17/04/2010 10:02 18.215 valarray_before.h
17/04/2010 10:02 22.201 vector.tcc
87 File 2.144.239 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\debug

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 10.779 bitset
17/04/2010 10:02 5.250 debug.h
17/04/2010 10:02 12.558 deque
17/04/2010 10:02 11.811 formatter.h
17/04/2010 10:02 13.046 functions.h
17/04/2010 10:02 16.967 list
17/04/2010 10:02 10.932 macros.h
17/04/2010 10:02 1.328 map
17/04/2010 10:02 12.082 map.h
17/04/2010 10:02 11.924 multimap.h
17/04/2010 10:02 11.787 multiset.h
17/04/2010 10:02 7.990 safe_base.h
17/04/2010 10:02 21.880 safe_iterator.h
17/04/2010 10:02 4.412 safe_iterator.tcc
17/04/2010 10:02 6.214 safe_sequence.h
17/04/2010 10:02 1.322 set
17/04/2010 10:02 11.732 set.h
17/04/2010 10:02 31.016 string
17/04/2010 10:02 16.118 unordered_map
17/04/2010 10:02 15.955 unordered_set
17/04/2010 10:02 15.229 vector
21 File 250.332 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\decimal

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 17.356 decimal
17/04/2010 10:02 16.886 decimal.h
2 File 34.242 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 19.099 algorithm
17/04/2010 10:02 4.533 array_allocator.h
17/04/2010 10:02 3.437 atomicity.h
17/04/2010 10:02 30.940 bitmap_allocator.h
17/04/2010 10:02 4.188 cast.h
17/04/2010 10:02 16.200 codecvt_specializations.h
17/04/2010 10:02 7.127 concurrence.h
17/04/2010 10:02 4.048 debug_allocator.h
17/04/2010 10:02 2.195 enc_filebuf.h
17/04/2010 10:02 5.579 extptr_allocator.h
17/04/2010 10:02 14.262 functional
17/04/2010 10:02 17.621 hash_map
17/04/2010 10:02 17.041 hash_set
17/04/2010 10:02 3.979 iterator
17/04/2010 10:02 3.940 malloc_allocator.h
17/04/2010 10:02 7.124 memory
17/04/2010 10:02 22.482 mt_allocator.h
17/04/2010 10:02 3.814 new_allocator.h
17/04/2010 10:02 4.605 numeric
17/04/2010 10:02 4.506 numeric_traits.h
17/06/2010 12:45 <DIR> pb_ds
17/04/2010 10:02 5.088 pod_char_traits.h
17/04/2010 10:02 18.777 pointer.h
17/04/2010 10:02 7.897 pool_allocator.h
17/04/2010 10:02 3.259 rb_tree
17/04/2010 10:02 23.556 rc_string_base.h
17/04/2010 10:02 87.343 rope
17/04/2010 10:02 48.344 ropeimpl.h
17/04/2010 10:02 29.495 slist
17/04/2010 10:02 16.211 sso_string_base.h
17/04/2010 10:02 5.345 stdio_filebuf.h
17/04/2010 10:02 7.916 stdio_sync_filebuf.h
17/04/2010 10:02 2.947 string_conversions.h
17/04/2010 10:02 19.352 throw_allocator.h
17/04/2010 10:02 15.348 typelist.h
17/04/2010 10:02 5.370 type_traits.h
17/04/2010 10:02 100.170 vstring.h
17/04/2010 10:02 23.410 vstring.tcc
17/04/2010 10:02 3.216 vstring_fwd.h
17/04/2010 10:02 5.802 vstring_util.h
39 File 625.566 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 24.632 assoc_container.hpp
17/06/2010 12:45 <DIR> detail
17/04/2010 10:02 3.107 exception.hpp
17/04/2010 10:02 15.918 hash_policy.hpp
17/04/2010 10:02 4.547 list_update_policy.hpp
17/04/2010 10:02 4.618 priority_queue.hpp
17/04/2010 10:02 10.055 tag_and_trait.hpp
17/04/2010 10:02 5.824 tree_policy.hpp
17/04/2010 10:02 12.165 trie_policy.hpp
8 File 80.866 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> basic_tree_policy
17/04/2010 10:02 8.165 basic_types.hpp
17/06/2010 12:45 <DIR> binary_heap_
17/06/2010 12:45 <DIR> binomial_heap_
17/06/2010 12:45 <DIR> binomial_heap_base_
17/06/2010 12:45 <DIR> bin_search_tree_
17/06/2010 12:45 <DIR> cc_hash_table_map_
17/04/2010 10:02 3.366 cond_dealtor.hpp
17/04/2010 10:02 3.424 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 12.204 container_base_dispatch.hpp
17/04/2010 10:02 9.658 debug_map_base.hpp
17/06/2010 12:45 <DIR> eq_fn
17/06/2010 12:45 <DIR> gp_hash_table_map_
17/06/2010 12:45 <DIR> hash_fn
17/06/2010 12:45 <DIR> left_child_next_sibling_heap_
17/06/2010 12:45 <DIR> list_update_map_
17/06/2010 12:45 <DIR> list_update_policy
17/06/2010 12:45 <DIR> ov_tree_map_
17/06/2010 12:45 <DIR> pairing_heap_
17/06/2010 12:45 <DIR> pat_trie_
17/04/2010 10:02 3.644 priority_queue_base_dispatch.hpp
17/06/2010 12:45 <DIR> rb_tree_map_
17/06/2010 12:45 <DIR> rc_binomial_heap_
17/06/2010 12:45 <DIR> resize_policy
17/06/2010 12:45 <DIR> splay_tree_
17/04/2010 10:02 4.447 standard_policies.hpp
17/06/2010 12:45 <DIR> thin_heap_
17/06/2010 12:45 <DIR> tree_policy
17/04/2010 10:02 5.512 tree_trace_base.hpp
17/06/2010 12:45 <DIR> trie_policy
17/04/2010 10:02 3.185 types_traits.hpp
17/04/2010 10:02 4.332 type_utils.hpp
17/06/2010 12:45 <DIR> unordered_iterator
10 File 57.937 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\basic_tree_policy

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 4.631 basic_tree_policy_base.hpp
17/04/2010 10:02 2.332 null_node_metadata.hpp
17/04/2010 10:02 2.945 traits.hpp
3 File 9.908 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\binary_heap_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 8.618 binary_heap_.hpp
17/04/2010 10:02 4.555 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 4.373 const_iterator.hpp
17/04/2010 10:02 4.458 const_point_iterator.hpp
17/04/2010 10:02 2.509 debug_fn_imps.hpp
17/04/2010 10:02 2.636 entry_cmp.hpp
17/04/2010 10:02 2.599 entry_pred.hpp
17/04/2010 10:02 5.837 erase_fn_imps.hpp
17/04/2010 10:02 2.614 find_fn_imps.hpp
17/04/2010 10:02 2.068 info_fn_imps.hpp
17/04/2010 10:02 5.379 insert_fn_imps.hpp
17/04/2010 10:02 2.280 iterators_fn_imps.hpp
17/04/2010 10:02 1.896 policy_access_fn_imps.hpp
17/04/2010 10:02 6.300 resize_policy.hpp
17/04/2010 10:02 5.311 split_join_fn_imps.hpp
17/04/2010 10:02 2.441 trace_fn_imps.hpp
16 File 63.874 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\binomial_heap_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 3.959 binomial_heap_.hpp
17/04/2010 10:02 2.186 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 1.836 debug_fn_imps.hpp
3 File 7.981 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\binomial_heap_base_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 6.162 binomial_heap_base_.hpp
17/04/2010 10:02 2.761 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 3.312 debug_fn_imps.hpp
17/04/2010 10:02 4.606 erase_fn_imps.hpp
17/04/2010 10:02 2.349 find_fn_imps.hpp
17/04/2010 10:02 5.431 insert_fn_imps.hpp
17/04/2010 10:02 5.687 split_join_fn_imps.hpp
7 File 30.308 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\bin_search_tree_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 12.567 bin_search_tree_.hpp
17/04/2010 10:02 2.237 cond_dtor_entry_dealtor.hpp
17/04/2010 10:02 2.408 cond_key_dtor_entry_dealtor.hpp
17/04/2010 10:02 5.672 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 7.404 debug_fn_imps.hpp
17/04/2010 10:02 2.949 erase_fn_imps.hpp
17/04/2010 10:02 4.664 find_fn_imps.hpp
17/04/2010 10:02 2.070 info_fn_imps.hpp
17/04/2010 10:02 5.757 insert_fn_imps.hpp
17/04/2010 10:02 3.511 iterators_fn_imps.hpp
17/04/2010 10:02 6.474 node_iterators.hpp
17/04/2010 10:02 9.004 point_iterators.hpp
17/04/2010 10:02 1.899 policy_access_fn_imps.hpp
17/04/2010 10:02 4.269 rotate_fn_imps.hpp
17/04/2010 10:02 2.951 r_erase_fn_imps.hpp
17/04/2010 10:02 4.156 split_join_fn_imps.hpp
17/04/2010 10:02 6.193 traits.hpp
17 File 84.185 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\cc_hash_table_map_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 18.430 cc_ht_map_.hpp
17/04/2010 10:02 2.756 cmp_fn_imps.hpp
17/04/2010 10:02 3.400 cond_key_dtor_entry_dealtor.hpp
17/04/2010 10:02 6.088 constructor_destructor_fn_imps.hpp
17/04/2010 10:02 2.214
constructor_destructor_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.297
constructor_destructor_store_hash_fn_imps.hpp
17/04/2010 10:02 2.563 debug_fn_imps.hpp
17/04/2010 10:02 1.935 debug_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.085 debug_store_hash_fn_imps.hpp
17/04/2010 10:02 2.945 entry_list_fn_imps.hpp
17/04/2010 10:02 3.245 erase_fn_imps.hpp
17/04/2010 10:02 3.482 erase_no_store_hash_fn_imps.hpp
17/04/2010 10:02 3.434 erase_store_hash_fn_imps.hpp
17/04/2010 10:02 2.497 find_fn_imps.hpp
17/04/2010 10:02 1.767 find_store_hash_fn_imps.hpp
17/04/2010 10:02 3.102 info_fn_imps.hpp
17/04/2010 10:02 1.884 insert_fn_imps.hpp
17/04/2010 10:02 2.677 insert_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.733 insert_store_hash_fn_imps.hpp
17/04/2010 10:02 2.652 iterators_fn_imps.hpp
17/04/2010 10:02 2.469 policy_access_fn_imps.hpp
17/04/2010 10:02 4.071 resize_fn_imps.hpp
17/04/2010 10:02 2.233 resize_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.265 resize_store_hash_fn_imps.hpp
17/04/2010 10:02 2.100 size_fn_imps.hpp
17/04/2010 10:02 1.910 standard_policies.hpp
17/04/2010 10:02 2.354 trace_fn_imps.hpp
27 File 89.588 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\eq_fn

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.307 eq_by_less.hpp
17/04/2010 10:02 5.183 hash_eq_fn.hpp
2 File 7.490 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\gp_hash_table_map_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 6.841 constructor_destructor_fn_imps.hpp
17/04/2010 10:02 2.190
constructor_destructor_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.257
constructor_destructor_store_hash_fn_imps.hpp
17/04/2010 10:02 2.094 debug_fn_imps.hpp
17/04/2010 10:02 2.447 debug_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.590 debug_store_hash_fn_imps.hpp
17/04/2010 10:02 3.248 erase_fn_imps.hpp
17/04/2010 10:02 2.942 erase_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.948 erase_store_hash_fn_imps.hpp
17/04/2010 10:02 2.491 find_fn_imps.hpp
17/04/2010 10:02 1.912 find_no_store_hash_fn_imps.hp
17/04/2010 10:02 1.768 find_store_hash_fn_imps.hpp
17/04/2010 10:02 18.687 gp_ht_map_.hpp
17/04/2010 10:02 2.099 info_fn_imps.hpp
17/04/2010 10:02 1.884 insert_fn_imps.hpp
17/04/2010 10:02 3.884 insert_no_store_hash_fn_imps.hpp
17/04/2010 10:02 4.220 insert_store_hash_fn_imps.hpp
17/04/2010 10:02 2.610 iterator_fn_imps.hpp
17/04/2010 10:02 2.651 policy_access_fn_imps.hpp
17/04/2010 10:02 4.146 resize_fn_imps.hpp
17/04/2010 10:02 2.609 resize_no_store_hash_fn_imps.hpp
17/04/2010 10:02 2.642 resize_store_hash_fn_imps.hpp
17/04/2010 10:02 2.525 standard_policies.hpp
17/04/2010 10:02 2.412 trace_fn_imps.hpp
24 File 84.097 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\hash_fn

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.111 direct_mask_range_hashing_imp.hpp
17/04/2010 10:02 2.101 direct_mod_range_hashing_imp.hpp
17/04/2010 10:02 1.920 linear_probe_fn_imp.hpp
17/04/2010 10:02 3.277 mask_based_range_hashing.hpp
17/04/2010 10:02 2.932 mod_based_range_hashing.hpp
17/04/2010 10:02 1.991 probe_fn_base.hpp
17/04/2010 10:02 1.927 quadratic_probe_fn_imp.hpp
17/04/2010 10:02 10.791 ranged_hash_fn.hpp
17/04/2010 10:02 10.569 ranged_probe_fn.hpp
17/04/2010 10:02 2.271 sample_probe_fn.hpp
17/04/2010 10:02 2.429 sample_ranged_hash_fn.hpp
17/04/2010 10:02 2.565 sample_ranged_probe_fn.hpp
17/04/2010 10:02 2.421 sample_range_hashing.hpp
13 File 47.305 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\left_child_next_sibling_heap_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 4.171 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 4.908 const_iterator.hpp
17/04/2010 10:02 4.546 const_point_iterator.hpp
17/04/2010 10:02 3.979 debug_fn_imps.hpp
17/04/2010 10:02 3.981 erase_fn_imps.hpp
17/04/2010 10:02 2.083 info_fn_imps.hpp
17/04/2010 10:02 5.214 insert_fn_imps.hpp
17/04/2010 10:02 2.556 iterators_fn_imps.hpp
17/04/2010 10:02 8.783 left_child_next_sibling_heap_.hpp
17/04/2010 10:02 3.511 node.hpp
17/04/2010 10:02 2.089 null_metadata.hpp
17/04/2010 10:02 1.904 policy_access_fn_imps.hpp
17/04/2010 10:02 2.838 trace_fn_imps.hpp
13 File 50.563 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\list_update_map_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 3.823 constructor_destructor_fn_imps.hpp
17/04/2010 10:02 2.023 debug_fn_imps.hpp
17/04/2010 10:02 2.114 entry_metadata_base.hpp
17/04/2010 10:02 3.616 erase_fn_imps.hpp
17/04/2010 10:02 2.933 find_fn_imps.hpp
17/04/2010 10:02 2.067 info_fn_imps.hpp
17/04/2010 10:02 3.584 insert_fn_imps.hpp
17/04/2010 10:02 2.528 iterators_fn_imps.hpp
17/04/2010 10:02 10.765 lu_map_.hpp
17/04/2010 10:02 2.021 trace_fn_imps.hpp
10 File 35.474 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\list_update_policy

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.846 counter_lu_metadata.hpp
17/04/2010 10:02 2.017 counter_lu_policy_imp.hpp
17/04/2010 10:02 2.016 mtf_lu_policy_imp.hpp
17/04/2010 10:02 2.597 sample_update_policy.hpp
4 File 9.476 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\ov_tree_map_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.330 cond_dtor.hpp
17/04/2010 10:02 7.123 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 2.862 debug_fn_imps.hpp
17/04/2010 10:02 5.184 erase_fn_imps.hpp
17/04/2010 10:02 2.087 info_fn_imps.hpp
17/04/2010 10:02 2.273 insert_fn_imps.hpp
17/04/2010 10:02 3.379 iterators_fn_imps.hpp
17/04/2010 10:02 8.768 node_iterators.hpp
17/04/2010 10:02 14.826 ov_tree_map_.hpp
17/04/2010 10:02 1.890 policy_access_fn_imps.hpp
17/04/2010 10:02 4.216 split_join_fn_imps.hpp
17/04/2010 10:02 4.286 traits.hpp
12 File 59.224 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\pairing_heap_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.613 constructors_destructor_fn_imps.hp
17/04/2010 10:02 1.954 debug_fn_imps.hpp
17/04/2010 10:02 7.647 erase_fn_imps.hpp
17/04/2010 10:02 1.942 find_fn_imps.hpp
17/04/2010 10:02 3.065 insert_fn_imps.hpp
17/04/2010 10:02 5.855 pairing_heap_.hpp
17/04/2010 10:02 3.993 split_join_fn_imps.hpp
7 File 27.069 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\pat_trie_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.864 child_iterator.hpp
17/04/2010 10:02 2.299 cond_dtor_entry_dealtor.hpp
17/04/2010 10:02 6.040 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 3.124 const_child_iterator.hpp
17/04/2010 10:02 3.727 debug_fn_imps.hpp
17/04/2010 10:02 8.603 erase_fn_imps.hpp
17/04/2010 10:02 8.412 find_fn_imps.hpp
17/04/2010 10:02 3.604 head.hpp
17/04/2010 10:02 2.069 info_fn_imps.hpp
17/04/2010 10:02 15.403 insert_join_fn_imps.hpp
17/04/2010 10:02 18.388 internal_node.hpp
17/04/2010 10:02 3.491 iterators_fn_imps.hpp
17/04/2010 10:02 4.699 leaf.hpp
17/04/2010 10:02 3.856 node_base.hpp
17/04/2010 10:02 9.553 node_iterators.hpp
17/04/2010 10:02 2.664 node_metadata_base.hpp
17/04/2010 10:02 15.211 pat_trie_.hpp
17/04/2010 10:02 11.394 point_iterators.hpp
17/04/2010 10:02 2.228 policy_access_fn_imps.hpp
17/04/2010 10:02 4.349 rotate_fn_imps.hpp
17/04/2010 10:02 2.916 r_erase_fn_imps.hpp
17/04/2010 10:02 8.352 split_fn_imps.hpp
17/04/2010 10:02 2.623 split_join_branch_bag.hpp
17/04/2010 10:02 7.223 synth_e_access_traits.hpp
17/04/2010 10:02 3.441 trace_fn_imps.hpp
17/04/2010 10:02 7.026 traits.hpp
17/04/2010 10:02 2.065 update_fn_imps.hpp
27 File 165.624 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\rb_tree_map_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.823 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 2.638 debug_fn_imps.hpp
17/04/2010 10:02 7.120 erase_fn_imps.hpp
17/04/2010 10:02 1.697 find_fn_imps.hpp
17/04/2010 10:02 1.838 info_fn_imps.hpp
17/04/2010 10:02 3.903 insert_fn_imps.hpp
17/04/2010 10:02 3.889 node.hpp
17/04/2010 10:02 8.436 rb_tree_.hpp
17/04/2010 10:02 8.557 split_join_fn_imps.hpp
17/04/2010 10:02 3.436 traits.hpp
10 File 44.337 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\rc_binomial_heap_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.581 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 3.497 debug_fn_imps.hpp
17/04/2010 10:02 2.893 erase_fn_imps.hpp
17/04/2010 10:02 4.310 insert_fn_imps.hpp
17/04/2010 10:02 6.218 rc.hpp
17/04/2010 10:02 5.394 rc_binomial_heap_.hpp
17/04/2010 10:02 2.535 split_join_fn_imps.hpp
17/04/2010 10:02 1.894 trace_fn_imps.hpp
8 File 29.322 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\resize_policy

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 4.912
cc_hash_max_collision_check_resize_trigger_imp.hpp
17/04/2010 10:02 2.779 hash_exponential_size_policy_imp.hpp
17/04/2010 10:02 8.116 hash_load_check_resize_trigger_imp.hpp
17/04/2010 10:02 2.975 hash_load_check_resize_trigger_size_base.hpp
17/04/2010 10:02 6.141 hash_prime_size_policy_imp.hpp
17/04/2010 10:02 6.302 hash_standard_resize_policy_imp.hp
17/04/2010 10:02 3.419 sample_resize_policy.hpp
17/04/2010 10:02 3.767 sample_resize_trigger.hpp
17/04/2010 10:02 2.365 sample_size_policy.hpp
9 File 40.776 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\splay_tree_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.926 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 2.322 debug_fn_imps.hpp
17/04/2010 10:02 4.364 erase_fn_imps.hpp
17/04/2010 10:02 3.299 find_fn_imps.hpp
17/04/2010 10:02 1.684 info_fn_imps.hpp
17/04/2010 10:02 3.375 insert_fn_imps.hpp
17/04/2010 10:02 3.761 node.hpp
17/04/2010 10:02 8.352 splay_fn_imps.hpp
17/04/2010 10:02 9.696 splay_tree_.hpp
17/04/2010 10:02 3.787 split_join_fn_imps.hpp
17/04/2010 10:02 3.438 traits.hpp
11 File 47.004 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\thin_heap_

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 3.024 constructors_destructor_fn_imps.hpp
17/04/2010 10:02 3.668 debug_fn_imps.hpp
17/04/2010 10:02 6.245 erase_fn_imps.hpp
17/04/2010 10:02 1.962 find_fn_imps.hpp
17/04/2010 10:02 7.798 insert_fn_imps.hpp
17/04/2010 10:02 3.363 split_join_fn_imps.hpp
17/04/2010 10:02 8.389 thin_heap_.hpp
17/04/2010 10:02 1.960 trace_fn_imps.hpp
8 File 36.409 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\tree_policy

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 3.219 node_metadata_selector.hpp
17/04/2010 10:02 1.988 null_node_update_imp.hpp
17/04/2010 10:02 3.797 order_statistics_imp.hpp
17/04/2010 10:02 2.332 sample_tree_node_update.hpp
4 File 11.336 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\trie_policy

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 3.219 node_metadata_selector.hpp
17/04/2010 10:02 2.006 null_node_update_imp.hpp
17/04/2010 10:02 4.946 order_statistics_imp.hpp
17/04/2010 10:02 4.613 prefix_search_node_update_imp.hpp
17/04/2010 10:02 2.702 sample_trie_e_access_traits.hpp
17/04/2010 10:02 2.341 sample_trie_node_update.hpp
17/04/2010 10:02 3.048 string_trie_e_access_traits_imp.hpp
17/04/2010 10:02 6.565 trie_policy_base.hpp
8 File 29.440 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\ext\pb_ds\detail\unordered_iterator

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 3.439 const_iterator.hpp
17/04/2010 10:02 3.888 const_point_iterator.hpp
17/04/2010 10:02 3.905 iterator.hpp
17/04/2010 10:02 3.668 point_iterator.hpp
4 File 14.900 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\mingw32

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> bits
0 File 0 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\mingw32\bits

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 1.925 atomic_word.h
17/04/2010 10:02 2.851 basic_file.h
17/04/2010 10:02 1.463 c++allocator.h
17/04/2010 10:02 44.358 c++config.h
17/04/2010 10:02 1.582 c++io.h
17/04/2010 10:02 2.717 c++locale.h
17/04/2010 10:02 1.317 cpu_defines.h
17/04/2010 10:02 2.438 ctype_base.h
17/04/2010 10:02 2.138 ctype_inline.h
17/04/2010 10:02 9.422 ctype_noninline.h
17/04/2010 10:02 2.039 cxxabi_tweaks.h
17/04/2010 10:02 4.674 error_constants.h
17/04/2010 10:02 2.410 extc++.h
17/04/2010 10:02 19.220 gthr-default.h
17/04/2010 10:02 23.588 gthr-posix.h
17/04/2010 10:02 6.634 gthr-single.h
17/04/2010 10:02 6.064 gthr-tpf.h
17/04/2010 10:02 6.201 gthr.h
17/04/2010 10:02 3.036 messages_members.h
17/04/2010 10:02 2.229 os_defines.h
17/04/2010 10:02 2.756 stdc++.h
17/04/2010 10:02 1.742 stdtr1c++.h
17/04/2010 10:02 2.818 time_members.h
23 File 153.622 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\parallel

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 97.961 algo.h
17/04/2010 10:02 11.700 algobase.h
17/04/2010 10:02 1.385 algorithm
17/04/2010 10:02 32.187 algorithmfwd.h
17/04/2010 10:02 16.785 balanced_quicksort.h
17/04/2010 10:02 12.222 base.h
17/04/2010 10:02 1.606 basic_iterator.h
17/04/2010 10:02 2.307 checkers.h
17/04/2010 10:02 11.844 compatibility.h
17/04/2010 10:02 2.832 compiletime_settings.h
17/04/2010 10:02 3.310 equally_split.h
17/04/2010 10:02 3.544 features.h
17/04/2010 10:02 13.668 find.h
17/04/2010 10:02 6.999 find_selectors.h
17/04/2010 10:02 3.960 for_each.h
17/04/2010 10:02 10.564 for_each_selectors.h
17/04/2010 10:02 5.685 iterator.h
17/04/2010 10:02 6.545 list_partition.h
17/04/2010 10:02 27.803 losertree.h
17/04/2010 10:02 9.576 merge.h
17/04/2010 10:02 22.122 multiseq_selection.h
17/04/2010 10:02 70.200 multiway_merge.h
17/04/2010 10:02 15.085 multiway_mergesort.h
17/04/2010 10:02 20.842 numeric
17/04/2010 10:02 7.468 numericfwd.h
17/04/2010 10:02 4.044 omp_loop.h
17/04/2010 10:02 4.117 omp_loop_static.h
17/04/2010 10:02 1.577 parallel.h
17/04/2010 10:02 7.302 partial_sum.h
17/04/2010 10:02 13.950 partition.h
17/04/2010 10:02 4.475 par_loop.h
17/04/2010 10:02 5.547 queue.h
17/04/2010 10:02 6.044 quicksort.h
17/04/2010 10:02 4.232 random_number.h
17/04/2010 10:02 18.491 random_shuffle.h
17/04/2010 10:02 5.401 search.h
17/04/2010 10:02 12.304 settings.h
17/04/2010 10:02 14.575 set_operations.h
17/04/2010 10:02 7.529 sort.h
17/04/2010 10:02 5.989 tags.h
17/04/2010 10:02 3.723 types.h
17/04/2010 10:02 6.170 unique_copy.h
17/04/2010 10:02 9.625 workstealing.h
43 File 553.295 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\profile

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 2.176 base.h
17/04/2010 10:02 9.597 bitset
17/04/2010 10:02 9.980 deque
17/06/2010 12:45 <DIR> impl
17/04/2010 10:02 8.576 iterator_tracker.h
17/04/2010 10:02 15.557 list
17/04/2010 10:02 1.672 map
17/04/2010 10:02 14.327 map.h
17/04/2010 10:02 10.605 multimap.h
17/04/2010 10:02 10.572 multiset.h
17/04/2010 10:02 1.672 set
17/04/2010 10:02 10.440 set.h
17/04/2010 10:02 15.580 unordered_map
17/04/2010 10:02 15.260 unordered_set
17/04/2010 10:02 13.449 vector
14 File 139.463 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\profile\impl

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 16.012 profiler.h
17/04/2010 10:02 7.784 profiler_container_size.h
17/04/2010 10:02 3.562 profiler_hashtable_size.h
17/04/2010 10:02 5.956 profiler_hash_func.h
17/04/2010 10:02 5.840 profiler_list_to_slist.h
17/04/2010 10:02 10.083 profiler_list_to_vector.h
17/04/2010 10:02 8.723 profiler_map_to_unordered_map.h
17/04/2010 10:02 4.818 profiler_node.h
17/04/2010 10:02 2.378 profiler_state.h
17/04/2010 10:02 22.920 profiler_trace.h
17/04/2010 10:02 3.425 profiler_vector_size.h
17/04/2010 10:02 10.804 profiler_vector_to_list.h
12 File 102.305 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\tr1

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 1.802 array
17/04/2010 10:02 22.103 bessel_function.tcc
17/04/2010 10:02 5.510 beta_function.tcc
17/04/2010 10:02 1.256 ccomplex
17/04/2010 10:02 1.670 cctype
17/04/2010 10:02 1.729 cfenv
17/04/2010 10:02 1.387 cfloat
17/04/2010 10:02 2.006 cinttypes
17/04/2010 10:02 1.467 climits
17/04/2010 10:02 16.362 cmath
17/04/2010 10:02 2.936 complex
17/04/2010 10:02 1.262 complex.h
17/04/2010 10:02 1.253 cstdarg
17/04/2010 10:02 1.351 cstdbool
17/04/2010 10:02 2.355 cstdint
17/04/2010 10:02 1.767 cstdio
17/04/2010 10:02 1.775 cstdlib
17/04/2010 10:02 1.255 ctgmath
17/04/2010 10:02 1.241 ctime
17/04/2010 10:02 1.210 ctype.h
17/04/2010 10:02 1.773 cwchar
17/04/2010 10:02 1.781 cwctype
17/04/2010 10:02 27.553 ell_integral.tcc
17/04/2010 10:02 15.749 exp_integral.tcc
17/04/2010 10:02 1.205 fenv.h
17/04/2010 10:02 1.210 float.h
17/04/2010 10:02 65.810 functional
17/04/2010 10:02 5.732 functional_hash.h
17/04/2010 10:02 14.320 gamma.tcc
17/04/2010 10:02 41.942 hashtable.h
17/04/2010 10:02 25.017 hashtable_policy.h
17/04/2010 10:02 27.849 hypergeometric.tcc
17/04/2010 10:02 1.274 inttypes.h
17/04/2010 10:02 10.561 legendre_function.tcc
17/04/2010 10:02 1.215 limits.h
17/04/2010 10:02 4.560 math.h
17/04/2010 10:02 2.265 memory
17/04/2010 10:02 15.686 modified_bessel_func.tcc
17/04/2010 10:02 3.628 poly_hermite.tcc
17/04/2010 10:02 11.481 poly_laguerre.tcc
17/04/2010 10:02 1.645 random
17/04/2010 10:02 73.014 random.h
17/04/2010 10:02 53.743 random.tcc
17/04/2010 10:02 1.984 regex
17/04/2010 10:02 13.633 riemann_zeta.tcc
17/04/2010 10:02 27.486 shared_ptr.h
17/04/2010 10:02 4.771 special_function_util.h
17/04/2010 10:02 1.215 stdarg.h
17/04/2010 10:02 1.220 stdbool.h
17/04/2010 10:02 1.215 stdint.h
17/04/2010 10:02 1.210 stdio.h
17/04/2010 10:02 1.487 stdlib.h
17/04/2010 10:02 1.262 tgmath.h
17/04/2010 10:02 12.049 tuple
17/04/2010 10:02 7.236 type_traits
17/04/2010 10:02 1.593 unordered_map
17/04/2010 10:02 10.185 unordered_map.h
17/04/2010 10:02 1.593 unordered_set
17/04/2010 10:02 9.524 unordered_set.h
17/04/2010 10:02 1.858 utility
17/04/2010 10:02 1.256 wchar.h
17/04/2010 10:02 1.262 wctype.h
62 File 582.749 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\c++\tr1_impl

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 8.027 array
17/04/2010 10:02 6.546 boost_sp_counted_base.h
17/04/2010 10:02 1.369 cctype
17/04/2010 10:02 1.882 cfenv
17/04/2010 10:02 1.862 cinttypes
17/04/2010 10:02 19.238 cmath
17/04/2010 10:02 11.318 complex
17/04/2010 10:02 1.984 cstdint
17/04/2010 10:02 1.435 cstdio
17/04/2010 10:02 1.700 cstdlib
17/04/2010 10:02 1.646 cwchar
17/04/2010 10:02 1.389 cwctype
17/04/2010 10:02 92.683 regex
17/04/2010 10:02 13.881 type_traits
17/04/2010 10:02 3.576 utility
15 File 168.536 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include\ssp

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:03 2.402 ssp.h
17/04/2010 10:03 3.473 stdio.h
17/04/2010 10:03 5.720 string.h
17/04/2010 10:03 2.816 unistd.h
4 File 14.411 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\include-fixed

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 08:55 5.447 limits.h
17/04/2010 08:55 750 README
17/04/2010 06:48 330 syslimits.h
3 File 6.527 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\install-tools

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:01 2 fixinc_list
17/04/2010 10:01 330 gsyslimits.h
17/06/2010 12:45 <DIR> include
17/04/2010 10:01 43 macro_list
17/04/2010 10:01 87 mkheaders.conf
4 File 462 byte

Directory di C:\devl\wget\bin\lib\gcc\mingw32\4.5.0\install-tools\include

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:01 5.447 limits.h
17/04/2010 09:53 750 README
2 File 6.197 byte

Directory di C:\devl\wget\bin\libexec

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> gcc
0 File 0 byte

Directory di C:\devl\wget\bin\libexec\gcc

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> mingw32
0 File 0 byte

Directory di C:\devl\wget\bin\libexec\gcc\mingw32

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> 4.5.0
0 File 0 byte

Directory di C:\devl\wget\bin\libexec\gcc\mingw32\4.5.0

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:09 9.497.102 cc1.exe
17/04/2010 10:09 10.101.774 cc1plus.exe
17/04/2010 10:09 1.177.102 collect2.exe
17/06/2010 12:45 <DIR> install-tools
17/04/2010 10:10 1.093.646 lto-wrapper.exe
4 File 21.869.624 byte

Directory di C:\devl\wget\bin\libexec\gcc\mingw32\4.5.0\install-tools

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 09:53 18 fixinc.sh
17/04/2010 09:53 110.080 fixincl.exe
17/04/2010 09:53 3.144 mkheaders
17/04/2010 10:01 3.538 mkinstalldirs
4 File 116.780 byte

Directory di C:\devl\wget\bin\share

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> gcc-4.5.0
17/06/2010 12:45 <DIR> gdb
17/06/2010 12:45 <DIR> info
17/06/2010 12:45 <DIR> man
0 File 0 byte

Directory di C:\devl\wget\bin\share\gcc-4.5.0

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> python
0 File 0 byte

Directory di C:\devl\wget\bin\share\gcc-4.5.0\python

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> libstdcxx
0 File 0 byte

Directory di C:\devl\wget\bin\share\gcc-4.5.0\python\libstdcxx

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> v6
17/04/2010 10:02 1 __init__.py
1 File 1 byte

Directory di C:\devl\wget\bin\share\gcc-4.5.0\python\libstdcxx\v6

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/04/2010 10:02 29.530 printers.py
17/04/2010 10:02 1 __init__.py
2 File 29.531 byte

Directory di C:\devl\wget\bin\share\gdb

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> syscalls
0 File 0 byte

Directory di C:\devl\wget\bin\share\gdb\syscalls

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
21/03/2010 16:34 13.054 amd64-linux.xml
21/03/2010 16:34 450 gdb-syscalls.dtd
21/03/2010 16:34 14.138 i386-linux.xml
21/03/2010 16:34 12.839 ppc-linux.xml
21/03/2010 16:34 12.208 ppc64-linux.xml
5 File 52.689 byte

Directory di C:\devl\wget\bin\share\info

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
21/03/2010 16:34 46.026 annotate.info
21/03/2010 16:34 15.954 gdb.info
21/03/2010 16:34 299.911 gdb.info-1
21/03/2010 16:34 301.482 gdb.info-2
21/03/2010 16:34 301.476 gdb.info-3
21/03/2010 16:34 294.937 gdb.info-4
21/03/2010 16:34 231.194 gdb.info-5
21/03/2010 16:34 4.349 gdbint.info
21/03/2010 16:34 299.391 gdbint.info-1
21/03/2010 16:34 87.753 gdbint.info-2
21/03/2010 16:34 181.045 stabs.info
11 File 2.063.518 byte

Directory di C:\devl\wget\bin\share\man

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
17/06/2010 12:45 <DIR> man1
17/06/2010 12:37 <DIR> man3
0 File 0 byte

Directory di C:\devl\wget\bin\share\man\man1

17/06/2010 12:45 <DIR> .
17/06/2010 12:45 <DIR> ..
21/03/2010 16:34 8.357 gdb.1
21/03/2010 16:34 4.570 gdbserver.1
2 File 12.927 byte

Directory di C:\devl\wget\bin\share\man\man3

17/06/2010 12:37 <DIR> .
17/06/2010 12:37 <DIR> ..
07/03/2010 04:31 8.956 basename.3
07/03/2010 04:31 8.956 dirname.3
2 File 17.912 byte

Totale file elencati:
918 File 125.976.132 byte
209 Directory 238.320.345.088 byte disponibili


2010/6/17 Massimo Belgrano <mbel...@deltain.it>:

--
Massimo Belgrano

Iscritto all'albo dei CTU presso il Tribunale di Novara per materia Informatica
Delta Informatica S.r.l. (http://www.deltain.it/) (+39 0321 455962)
Analisi e sviluppo software per Lan e Web - Consulenza informatica - Formazione

Viktor Szakáts

unread,
Jun 17, 2010, 6:58:57 AM6/17/10
to harbou...@googlegroups.com
Excellent layout!

Viktor

Xavi

unread,
Jun 17, 2010, 9:13:13 AM6/17/10
to harbou...@googlegroups.com
Install MinGW-w64 is very easy, you just need to unzip the latest toolchains and set the path to the bin directory.

http://sourceforge.net/projects/mingw-w64/files

Easier without host triplet.
mingw-w32-bin_i686-mingw_20100604_sezero.zip => 32 bits host, no triplet prefixed, PATH ...mingw32\bin
mingw-w64-bin_x86_64-mingw_20100604_sezero.zip => 64 bits host, no triplet prefixed, PATH ...mingw64\bin

Building Qt is a bit more complicated.
http://sourceforge.net/apps/trac/mingw-w64/wiki/Building%20QT%204_6
http://qt.gitorious.org/qt/qt-mingw-w64-qt/trees/HEAD

Do not mix SJLJ and Dwarf-2. From some time ago I suspect that system of exemptions influences with new/delete operator
overloading but... working in process... in spare time. :)

[ BTW hbxbp is also mingw64 protected and it's necessary. /contrib/hbxbp/makefile ]

--
Xavi

Massimo Belgrano

unread,
Jun 17, 2010, 9:35:06 AM6/17/10
to harbou...@googlegroups.com
afaik mingw.w64/w32  have only SJLJ  and not Dwarf-2.

Now i am confused also with original mingw  
How can compile harbour if i can't  mix SJLJ and Dwarf-2?

2010/6/17 Xavi <jar...@gmail.com>

Install MinGW-w64 is very easy, you just need to unzip the latest toolchains and set the path to the bin directory.

http://sourceforge.net/projects/mingw-w64/files

Easier without host triplet.
mingw-w32-bin_i686-mingw_20100604_sezero.zip   => 32 bits host, no triplet prefixed, PATH ...mingw32\bin
mingw-w64-bin_x86_64-mingw_20100604_sezero.zip => 64 bits host, no triplet prefixed, PATH ...mingw64\bin

good
 need rebuild also with harbour+Mingw

http://qt.gitorious.org/qt/qt-mingw-w64-qt/trees/HEAD
What is 


Do not mix SJLJ and Dwarf-2. From some time ago I suspect that system of exemptions influences with new/delete operator overloading but... working in process... in spare time. :)

[ BTW hbxbp is also mingw64 protected and it's necessary. /contrib/hbxbp/makefile ]

--
Xavi



--
Massimo Belgrano


Massimo Belgrano

unread,
Jun 18, 2010, 6:17:12 AM6/18/10
to harbou...@googlegroups.com
I want notice that Is under development a portable version of mingw
http://portableapps.com/node/18601


2010/6/17 Massimo Belgrano <mbel...@deltain.it>



--
Massimo Belgrano

Viktor Szakáts

unread,
Jun 18, 2010, 6:35:08 AM6/18/10
to harbou...@googlegroups.com
> I want notice that Is under development a portable version of mingw
> http://portableapps.com/node/18601

"portable" in this case means not platform portability,
but rather a "no-installer" setup where the app can be
moved anywhere without worrying about configuration or
reinstallation.

In this respect mingw is already portable and it always
has been, so this won't give Harbour anything new.

Viktor

Antonio Maniero

unread,
Jun 18, 2010, 6:35:19 AM6/18/10
to harbou...@googlegroups.com
I don't know how Mingw can be more portable (in movable sense) than it already is.

[]'s Maniero


2010/6/18 Massimo Belgrano <mbel...@deltain.it>

Massimo Belgrano

unread,
Jun 18, 2010, 6:51:35 AM6/18/10
to harbou...@googlegroups.com
try copy in a folder with space

2010/6/18 Antonio Maniero <man...@klip.net>

I don't know how Mingw can be more portable (in movable sense) than it already is.

[]'s Maniero


2010/6/18 Massimo Belgrano <mbel...@deltain.it>

I want notice that Is under development a portable version of mingw
http://portableapps.com/node/18601



--
Massimo Belgrano


Viktor Szakáts

unread,
Jun 18, 2010, 6:58:11 AM6/18/10
to harbou...@googlegroups.com
> try copy in a folder with space

Since mingw developers strongly discourage from
doing so, I certainly won't try because I believe them.

Knowing also how difficult that can be to implement,
especially in a tool like that I wouldn't hold my breath
that the "Portable" team will solve this problem either.

If they will indeed do it and the official mingw
recommendation changes, pls post the news here.

Viktor

Antonio Maniero

unread,
Jun 18, 2010, 7:00:21 AM6/18/10
to harbou...@googlegroups.com
It's simple, don't use folder with a space. For me this project is an useless effort. Mingw is portable as Harbour is portable (in movable and multi platform sense).
Reply all
Reply to author
Forward
0 new messages