Are you SURE your system has a working C compiler? I've seen a
comment in a book about
the GNU Autotools, that Sun systems are often shipped without a
working C compiler :(.
To test, try running the command cc manually. If you don't have a
working C compiler, it will
tell you so. Also try the commands:
find / -name cc
find / -name gcc
These commands will tell you if they are available, but not in your
default $PATH
Nov 18, 2005 kl. 4:46 PM skrev Dunn, Marc T AMRDEC/SimTech:
I read the two files you suggested. I executed 'sh ./configure'
like the install file said. It processed about 10 lines and
returned the following error message
>sh ./configure
.
.
.
.
Configure: gcc ….. no
Configure: cc ….. no
Configure: error: no acceptable cc found in $PATH
>
Any ideas?
-----Original Message-----
From: Paul Smith [mailto:[EMAIL PROTECTED] On Behalf Of Paul D. Smith
Sent: Thursday, November 17, 2005 1:33 PM
To: Dunn, Marc T AMRDEC/SimTech
Cc: [email protected]
Subject: Re: installing make
%% "Dunn, Marc T AMRDEC/SimTech" <[EMAIL PROTECTED]> writes:
dmta> Do I need to do anything other than copy the make version
to my
dmta> computer and unzip it to use it? I am putting it on a SUN
dmta> system.
The FSF does not provide precompiled versions of GNU make available
for download. Anything you get from the FSF site will be a tarball
of source code.
Once you unpack it, read the README and INSTALL files for
information about how to compile it.
--
----------------------------------------------------------------------
---------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --
Mad Scientist
From: Dunn, Marc T AMRDEC/SimTech
Sent: Wednesday, November 16, 2005 11:27 AM
To: '[email protected]'
Subject: installing make
Do I need to do anything other than copy the make version to my
computer and unzip it to use it? I am putting it on a SUN system.
Thanks, Marc
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
"Home is not where you are born, but where your heart finds peace" -
Tommy Nordgren, "The dying old crone"
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make