Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Solaris and Icons

by shmem (Chancellor)
on Feb 13, 2007 at 20:23 UTC ( [id://599769]=note: print w/replies, xml ) Need Help??


in reply to Solaris and Icons

At the Solaris DOS prompt, type
zcat latest.tar.gz | tar xf - cd perl-* ./Configure make make test make install

In the process, you will be asked a few question, but I guess you'll figure out. Come back to ask any time, preferably in the chatterbox.

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: Solaris and Icons
by Argel (Prior) on Feb 15, 2007 at 00:13 UTC
    Vanilla Solaris does not come with a compiler. The Software Companion CD/DVD does have gcc on it but that is not guarenteed to be installed and even if it is the PATH likely needs to be updated. For example:
    export PATH="/usr/sfw/bin:/opt/sfw/bin/:$PATH" export LD_LIBRARY_PATH="/usr/sfw/lib:/opt/sfw/lib/:$LD_LIBRARY_PATH"
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://599769]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-16 05:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found