Re: On the new mingw64-i686 packages

2010-09-17 Thread JonY
On 9/17/2010 19:30, Angelo Graziosi wrote: JonY wrote: It should be in /usr/i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll. Yes, I know this... so, if I have understood, we *need* to add, manually, '/usr/i686-w64-mingw32/sys-root/mingw/bin' to PATH. Right? No, its not a good idea IMHO

Re: On the new mingw64-i686 packages

2010-09-17 Thread Angelo Graziosi
JonY wrote: It should be in /usr/i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll. Yes, I know this... so, if I have understood, we *need* to add, manually, '/usr/i686-w64-mingw32/sys-root/mingw/bin' to PATH. Right? Perhaps, you have to create a mingw32-stdc++-6.dll to put in /usr/bin (l

Re: On the new mingw64-i686 packages

2010-09-17 Thread JonY
On 9/17/2010 18:48, Angelo Graziosi wrote: First of all, thanks a lot for having added these packages to Cygwin :-). I have installed gcc-core, gfortran and g++ and want to flag the following. I have a few applications which I compile like this on Cygwin: $ gfortran -O3 -Wall -mwindows foo.f90

On the new mingw64-i686 packages

2010-09-17 Thread Angelo Graziosi
First of all, thanks a lot for having added these packages to Cygwin :-). I have installed gcc-core, gfortran and g++ and want to flag the following. I have a few applications which I compile like this on Cygwin: $ gfortran -O3 -Wall -mwindows foo.f90 bar.cpp -lstdc++ -s -o foobar (notice the