Re: warning about _putenv redeclaration without dllimport in libtool wrapper script

2011-06-23 Thread Vadim Zeitlin
Vadim Zeitlin zeitlins.org> writes: > And as this project build options also include "-std=c++0x", > __STRICT_ANSI__ is defined. For the compiler I use it would be enough to > add _CRTIMP in front of the declaration as this is how _putenv() is really > declared in /usr/i686-w64-mingw32/sys-root/m

warning about _putenv redeclaration without dllimport in libtool wrapper script

2011-06-21 Thread Vadim Zeitlin
Hello, I'm using libtool 2.4 under Cygwin 1.7 to build a project using i686-w64-mingw32-g++ 4.5.3 cross-compiler. This mostly works just fine (in particular, it's a real relief to not have to worry about the identity mounts and paths compatibility between MinGW and Cygwin) but I get an error at