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, Ann Arbor, MI USA 48104 • Tel 
734-332-4390  • www.sungard.com/brokerageandclearance       

Join SunGard's customers, partners and industry experts at www.sungard.com/ten 
to discuss how the need for more Transparency, Efficiency and Networks is 
changing our industry and to register for a city day event near you.
 Think before you print

CONFIDENTIALITY: This e-mail (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited.  If you receive this e-mail in error, please 
notify the sender and delete this e-mail from your system.


-----Original Message-----
From: Simon de Graaf [mailto:[email protected]] 
Sent: Wednesday, April 07, 2010 11:45 AM
To: [email protected]
Subject: [Mingw-w64-public] Problem using gcc (now with correct bin path)

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 path = ( /my3rdparty/win64/bin /usr/bin /bin )
% rehash
% x86_64-w64-mingw32-gcc addcr.c
this works (also if i install gcc in the same bin directory, it works)

Not all the 3rdparty packages, i have, uses this full cross compiler name.
Note, that the mingw32 compiler does not have this problem.

Simon de Graaf



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to