I don't think libgcc.a is the issue. I don't see any .tls sections in it: $ objdump -h /mingw/lib/gcc/mingw32/4.6.2/libgcc*.a | grep tls emutls.o: file format pe-i386 I suspect the mingw runtime is the culprit, instead: $ objdump -h /mingw/lib/libmingw32.a | grep tls tlsmcrt.o: file format pe-i386 tlsmthread.o: file format pe-i386 tlssup.o: file format pe-i386 6...
2012-03-15 18:38:08 PDT in MinGW - Minimalis...
Sorry, your patch doesn't work for me. After applying it, I still get: $ cmd /c "echo %TEMP%" C:/Users/cstrauss/AppData/Local/Temp Earlier, I intended to investigate this further, but ran out of time.
2012-03-15 18:03:27 PDT in MinGW - Minimalis...
> https://sourceforge.net/tracker/?func=detail&aid=3046195&group_id=2435&atid=302435 > That's a fairly old ticket; it seems to have stagnated. Cesar, have you > any plans to progress this further? The patch in that ticket covers only symbolic link creation (ln -s). At the time, I suggested extending the work to include recognition of symbolic links (ls -la), but the...
2012-03-14 16:23:58 PDT in MinGW - Minimalis...
Seems reasonable. I'll include it when I get the chance. Thanks, Cesar.
2012-03-05 18:45:39 PST in MinGW - Minimalis...
The MinGW GCC compiler was updated to version 4.6.2. See http://bit.ly/vqFzgv for current release notes.
2011-12-22 17:28:32 PST in MinGW - Minimalis...
cstrauss made 2 file-release changes.
2011-12-21 17:30:09 PST in MinGW - Minimalis...
cstrauss made 1 file-release changes.
2011-12-21 17:17:05 PST in MinGW - Minimalis...
cstrauss made 16 file-release changes.
2011-12-21 17:15:04 PST in MinGW - Minimalis...
cstrauss made 3 file-release changes.
2011-12-21 17:12:07 PST in MinGW - Minimalis...
cstrauss made 1 file-release changes.
2011-12-21 17:11:05 PST in MinGW - Minimalis...