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

RHEL 6.5 and Intel Visual Fortran 15: gdb will not start

chauvjo
Novice
564 Views

I am getting the following errors when I attempt to start gdb:

jack 77# gdb
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site

Any suggestions?

 

 

0 Kudos
1 Reply
TimP
Honored Contributor III
564 Views

You should have installed gdb-ia as part of your ifort installation.  Use that one.

0 Kudos
Reply