Re: [Mingw-w64-public] Problem using gcc in MSYS2 shell

2017-04-06 Thread Liu Hao
On 2017/4/7 0:56, Edward Diener wrote: > When trying to compile a project in MSYS2 using mingw-64/gcc I get this > error: > (... abridgement ...) This was an oversight. I replied with detailed information on msys2-users. -- Best regards, LH_Mouse

[Mingw-w64-public] Problem using gcc in MSYS2 shell

2017-04-06 Thread Edward Diener
When trying to compile a project in MSYS2 using mingw-64/gcc I get this error: "Building shared library... x86_64-w64-mingw32-gcc -x c-header -DHAVE_CONFIG_H -Wall -Wextra -pedantic -pedantic-errors -Werror -Wwrite-strings -Wconversion -Wsign-conversion -Wsuggest-attribute=noreturn -Winvalid-pc

Re: [Mingw-w64-public] Problem using gcc (now with correct bin path)

2010-04-07 Thread Ozkan Sezer
On Wed, Apr 7, 2010 at 6:44 PM, Simon de Graaf wrote: > I have installed the mingw-w64 compiler etc. in my 3rdparty directory > but cannot run it like the mingw32 compiler. > For example: > > % set path = ( /my3rdparty/win64/x86_64-w64-mingw32/bin /usr/bin /bin ) The executables under that /my3rd

Re: [Mingw-w64-public] Problem using gcc (now with correct bin path)

2010-04-07 Thread Stuart.Downing
this e-mail from your system. -Original Message- From: Simon de Graaf [mailto:s.degr...@tudelft.nl] Sent: Wednesday, April 07, 2010 11:45 AM To: mingw-w64-public@lists.sourceforge.net Subject: [Mingw-w64-public] Problem using gcc (now with correct bin path) I have installed the ming

[Mingw-w64-public] Problem using gcc (now with correct bin path)

2010-04-07 Thread Simon de Graaf
I have installed the mingw-w64 compiler etc. in my 3rdparty directory but cannot run it like the mingw32 compiler. For example: % set path = ( /my3rdparty/win64/x86_64-w64-mingw32/bin /usr/bin /bin ) % rehash % gcc addcr.c gcc: error trying to exec 'cc1': execvp: No such file or directory % set p

[Mingw-w64-public] Problem using gcc

2010-04-07 Thread Simon de Graaf
I have installed the mingw-w64 compiler etc. in my 3rdparty directory but cannot run it like the mingw32 compiler. For example: % set path = ( /home/simon/3rdparty/win64/bin/x86_64-w64-mingw32 . /usr/bin /bin ) % gcc addcr.c gcc: error trying to exec 'cc1': execvp: No such file or directory % s