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
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
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
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