gduncan
Registered
I'm not quite up to speed on the UNIX side of Mac OS X, but I'm trying to learn. Honestly, it often throws me for a loop! Here is my dilemma:
I'm trying to compile source code for programs that track earth-orbiting satellites. The software in question is Predict and gsat. Here is the link to the website where you can download the Predict/gsat packages and here is the link to the website that explains how to compile it for OS X.
When I try to execute the "./configure" command in the Terminal per the instructions I'm confronted with the following message:
Last login: Thu Feb 23 21:46:28 on ttyp3
Voyager:~ root# cd /users/gduncan/desktop/predict/
Voyager:/users/gduncan/desktop/predict root# ./configure
One moment please... ld: can't use -s with input files containg indirect symbols (output file must contain at least global symbols, for maximum stripping use -x)
Compilation failed. Are you sure you have a C compiler (gcc) installed?
Voyager:/users/gduncan/desktop/predict root#
I thought sure that I have a C compiler installed. I've certainly installed the Developer Tools.
Any ideas? Thanks...
I'm trying to compile source code for programs that track earth-orbiting satellites. The software in question is Predict and gsat. Here is the link to the website where you can download the Predict/gsat packages and here is the link to the website that explains how to compile it for OS X.
When I try to execute the "./configure" command in the Terminal per the instructions I'm confronted with the following message:
Last login: Thu Feb 23 21:46:28 on ttyp3
Voyager:~ root# cd /users/gduncan/desktop/predict/
Voyager:/users/gduncan/desktop/predict root# ./configure
One moment please... ld: can't use -s with input files containg indirect symbols (output file must contain at least global symbols, for maximum stripping use -x)
Compilation failed. Are you sure you have a C compiler (gcc) installed?
Voyager:/users/gduncan/desktop/predict root#
I thought sure that I have a C compiler installed. I've certainly installed the Developer Tools.
Any ideas? Thanks...