|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
gcc and GNU make
OS: Solaris 8
Trying to install PHP and MySQL I am told that I need the following tools installed on my system. Perl (preferably the newest version) gzip or gunzip gcc and GNU make I know that Perl is installed and I know that gunzip is installed. Now how do I find out if I have gcc and GNU make installed?? If I don't, what are the steps I need to take to get them installed? |
|
#2
|
|||
|
|||
|
Last edited by mttatkns : March 18th, 2003 at 12:00 AM. |
|
#3
|
|||
|
|||
|
Type "gcc", see if it works
![]() And "make --version" to see if you have GNU make (if the "make" you have isn't GNU make, try "gmake"): Code:
[ddipaolo@quinn ~]% make --version GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [ddipaolo@quinn ~]% |
|
#4
|
|||
|
|||
|
gcc: not found
make: not found gmake: not found I'll have to download them. |
|
#5
|
|||
|
|||
|
What is the esiest way to download and install these programs?
Can anyone help me? Please. |
|
#6
|
|||
|
|||
|
Quote:
Um, look a few posts up. |
|
#8
|
|||||
|
|||||
|
Configuration instructions have me confused
This is my first time doing anything like this...configuring and building a GNU software. I'd really appreciate if someone could help me out with this.
After downloading the file 'gcc-3.2.2.tar.gz', these are the steps I have completed so far:
Now I am reading the configuration instructions URL but I am just not getting it. Quote:
What is meant by native and cross targets? Quote:
What do they mean by toplevel source directory and toplevel build/object directory? Quote:
What is CVS? |
|
#9
|
|||
|
|||
|
http://www.cvshome.org/
whenever you find a term you don't understand/havent heard of, just try searching google for it, and most times, you'll get what you're looking for near the top ![]() |
|
#10
|
|||
|
|||
|
Quote:
Visit this site, U will find GCC installable for Solaris. http://www.ibiblio.org/pub/packages/solaris/sparc/ Just download & install this package. No need to compile and build the GCC compiler. Cheers Karthik |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > gcc and GNU make |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|