![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spoofing paths. | fahadsadah | UNIX for Advanced & Expert Users | 3 | 12-26-2007 04:57 AM |
| create paths | alias47 | UNIX for Dummies Questions & Answers | 4 | 08-07-2007 06:14 AM |
| $PWD shows absolute path vs path w/symbolic links | kornshellmaven | Shell Programming and Scripting | 3 | 06-13-2007 09:15 AM |
| Paths update | phpote | UNIX for Dummies Questions & Answers | 5 | 07-25-2001 04:57 AM |
| paths | caiohn | UNIX for Dummies Questions & Answers | 1 | 01-17-2001 03:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to add new paths to $PATH
Hi all,
I downloaded a tarball of coreutils .... extracted only to find out that i had to build it... But when i executed ./configure, this is what i got Code:
checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 configure: autobuild project... GNU coreutils configure: autobuild revision... 6.4 configure: autobuild hostname... Harivayu configure: autobuild timestamp... 20080531-213259 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. this is not possible as gcc and c are both in /usr/sfw/bin/ But when i echoed $PATH... this destination was not set... So i wanted to know how to edit $PATH so that i can specify pathsfor gcc and c and make it stay in $PATH over reboots.... I also searched for .bashrc but this not present in solaris (b83)so do i have to write my own .bashrc file,if so how do i do it? thanks |
| Forum Sponsor | ||
|
|