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
Per previous post (http://sourceforge.net/projects/mingw-w64/forums/forum/723797/topic/3163052), the binaries in .../x86_64-w64-mingw32/bin are for internal use only by the toolchain. Stuart Downing • Senior Software Engineer • SunGard • Brokerage and Clearance • 1194 Oak Valley Dr., Suite 100

[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