Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29245 Discussions

ifort: error #10001: could not find directory in which g++ resides

Steven_L_Intel1
Employee
504 Views
Moved from reply to unrelated thread.
0 Kudos
2 Replies
John_Hickey
Beginner
504 Views
Hello,
I have had to do a fresh re-install of my operating system. THen I reinstalled Xcode and then intel fortran compiler
I get the error message:
ifort: error #10001: could not find directory in which g++ resides
I looked at the various forum postings and saw the suggestion to try installing xcode4.2
I did that and still get the same error message.
bash-3.2$ source /opt/intel/composer_xe_2011_sp1.9.289/bin/compilervars.sh intel64
bash-3.2$ ifort MakeData.f90 -O3 -o MakeData
ifort: error #10001: could not find directory in which g++ resides
bash-3.2$ source /opt/intel/composer_xe_2011_sp1.9.289/bin/compilervars.sh intel64bash-3.2$ ifort MakeData.f90 -O3 -o MakeDataifort: error #10001: could not find directory in which g++ resides
Can you help?
Regards.
bash-3.2$ source /opt/intel/composer_xe_2011_sp1.9.289/bin/compilervars.sh intel64bash-3.2$ ifort MakeData.f90 -O3 -o MakeDataifort: error #10001: could not find directory in which g++ resides
Regards,
John
0 Kudos
Reply