Folks,
I installed 10.7 on a clean disk from a recovery USB a few days ago. Then I installed Xcode from the App store and executed it after it was installed in /Applications to complete the installation. Then I opened a new terminal window and typed "gcc". It was not listed as being in my path. So I assumed that gcc was not installed with Xcode. So then I went to HPC OSX website to get gcc and gfortran binary compilers for Lion. I put them in /usr/local. Now they are in my path, and when I create a simple program that includes math.h functions, math.h is not found. Can you help me?
Thank you,
Kris Walker
I installed 10.7 on a clean disk from a recovery USB a few days ago. Then I installed Xcode from the App store and executed it after it was installed in /Applications to complete the installation. Then I opened a new terminal window and typed "gcc". It was not listed as being in my path. So I assumed that gcc was not installed with Xcode. So then I went to HPC OSX website to get gcc and gfortran binary compilers for Lion. I put them in /usr/local. Now they are in my path, and when I create a simple program that includes math.h functions, math.h is not found. Can you help me?
Thank you,
Kris Walker