Computing.Net > Forums > Solaris > Make and other executables

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Make and other executables

Reply to Message Icon

Name: AndrewG1976
Date: March 16, 2004 at 21:26:06 Pacific
OS: Solaris 5.8
CPU/Ram: 440/512
Comment:

Hi, I am a Solaris novice and am trying to install Oracle 8.1.7 Client on a fresh installation of Solaris 8 (no patches).

The Oracle install guide states the following is required:

////////////////////
Required Executables

To determine if you are using the correct system executables, enter the following
commands:

$ /usr/bin/which make
$ /usr/bin/which ar
$ /usr/bin/which ld
$ /usr/bin/which nm

Each command should point to the /usr/ccs/bin directory. If not, add
/usr/ccs/bin to the beginning of the PATH environment variable in the current
shell. See "PATH" on page 2-12 for instructions on setting the PATH variable.
////////////////////

I don't have "make" installed.

# which make
make: not found

My path is:

PATH=$PATH:$HOME/bin:/usr/ccs/bin:/etc:/usr/openwin/bin:/usr/local/bin:/usr/ucb

I have tried doing a find for make but it is definitely not installed.

How do I install make, ar, ld & nm?



Sponsored Link
Ads by Google

Response Number 1
Name: florocent
Date: March 17, 2004 at 00:50:31 Pacific
Reply:

You need to install, gcc binnaries it will include make and other tools to build software from codes.
I personaly use "MIPgcc" it is a package if you can find it . just install it using package add -d MIPgcc,
this package contains all the require files
remember SUN 2.8 , solaris 8 is not come with CC, so there is no chance of compiling make or gcc from source code,
you have to obtain MIPgcc, or any GCC precompiled binnaries for you r platform , x86, sparc.
visit http://www.sunfreeware.com to get the compiled version of GCC.
Remember again you can not compile any codes, if you have installed native solaris 8.
wish you good luck.


admin@paklight.net


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Make and other executables

make and oracle 9i install www.computing.net/answers/solaris/make-and-oracle-9i-install/5014.html

ps -ef does not list all process www.computing.net/answers/solaris/ps-ef-does-not-list-all-process/3339.html

apache and sun 5.9 www.computing.net/answers/solaris/apache-and-sun-59/4464.html