Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread wynfield
It doesn't look like the mklink command is available to the XP based systems. I've found two possible substitute command, ln and junction, available at: ln .. http://schinagl.priv.at/nt/ln/ln.html#introduction junction .. http://technet.microsoft.com/en-gb/sysinternals/bb896768 Could

Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread wynfield
Sorry I did not provide details: Building environment: Microsoft XP SP3 (Japanese Home Edition) Fetech http://win-builds.org/stable/win-builds-bundle-1.3-beta3.zip Into local download dir:..some_path/win-builds Started cmd.exe Changed directory the ..some_path/win-builds #did

[Mingw-w64-public] How to attach version info to libstdc++-6.dll ?

2013-12-12 Thread Dongsheng Song
Hi, The stdandard compiled output gcc DLLs (e.g. libstdc++-6.dll) have no version info, I want attach version info to it, what's the prefered method ? gcc 4.7/4.8/4.9 generate same DLL name without version info, it's really annoying. Regards, Dongsheng --

Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread wynfield
cat fa wrote: > When I did sherpa -install all, nothong was downloaded. When I ran: $ sherpa -install all It installed nearly everthing I think. Hoever, it aborted with the following error message. #1 Installing gtk+2-2.24.20-1-i686-w64-mingw32.txz...mklink は、内部コマンドまた は外部コマンド、 操作可能な

Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread cat fa
When I did sherpa -install all, nothong was downloaded. 2013/12/13 Adrien Nader : > Hi, > > On Thu, Dec 12, 2013, wynfi...@gmail.com wrote: >> >> What is the relation of Win-Builds to mingw64. It appears the ming64 is the >> core of it and then it addes on extra common packages and a user interf

Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread Adrien Nader
Hi, On Thu, Dec 12, 2013, wynfi...@gmail.com wrote: > > What is the relation of Win-Builds to mingw64. It appears the ming64 is the > core of it and then it addes on extra common packages and a user interface, > though I've not used it. It does look nice. > > I'd like to hear from users in

Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread Óscar Fuentes
niXman writes: > wynfi...@gmail.com 2013-12-12 18:28: >> ... Win-Builds ... > What is this? It was announced yesterday on this list by Adrien Nader. -- Rapidly troubleshoot problems before they affect your business. Mo

Re: [Mingw-w64-public] Win-Builds

2013-12-12 Thread niXman
wynfi...@gmail.com 2013-12-12 18:28: > ... Win-Builds ... What is this? -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingw-w64/ __

[Mingw-w64-public] Win-Builds

2013-12-12 Thread wynfield
What is the relation of Win-Builds to mingw64. It appears the ming64 is the core of it and then it addes on extra common packages and a user interface, though I've not used it. It does look nice. I'd like to hear from users in this group who've experienced it, if there are any out there.

[Mingw-w64-public] ntsecapi.h: Incomplete definition of SECURITY_LOGON_SESSION_DATA

2013-12-12 Thread Roland Schwingel
Hi... Today I discovered that the definition of SECURITY_LOGON_SESSION_DATA in ntsecapi.h is incomplete. It is missing several fields. Reference: http://msdn.microsoft.com/en-us/library/aa380128.aspx Also the substruct LSA_LAST_INTER_LOGON_INFO is missing. Reference: http://msdn.microsoft.co

Re: [Mingw-w64-public] [PATCH] Add a missing leave_global_cs() call on r6411

2013-12-12 Thread Kai Tietz
Applied to trunk at rev 6413. Thanks, Kai 2013/12/12 Dongsheng Song : > ~/vcs/svn/mingw-w64/trunk/mingw-w64-libraries/winpthreads/src$ svn diff . > Index: spinlock.c > === > --- spinlock.c (revision 6412) > +++ spinlock.c (working