Orvar Korvar <[EMAIL PROTECTED]> writes:

> There are lots of bundled stuff on the Solaris installation. Look
> everywhere for them. gcc is in /usr/sfw/bin
>
>
> This is my PATH. I had to manually look in every directory for
> executable files, and I found them in:
>
> /usr/local/bin:/opt/csw/bin:/usr/dt/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/sfw/sbin:/etc:/usr/openwin/bin:/usr/X11/bin/:/usr/local/lib:/usr/sbin:.:/usr/bin:/usr/openwin/bin:/usr/ucb

Some comments:

- You have /usr/openwin/bin twice. /usr/bin/ too.

- You have /usr/ucb twice, you almost certainly don't want it near the
  start of PATH and probably not at all.

- I don't think that /etc should be there

- There shouldn't be user-executed binaries in a lib directory (like
  /usr/local/lib).

- There shouldn't be a /usr/local at all on a Solaris machine. Extra sw
  should go under /opt.

- "." in your path is normally a bad idea. If you insist on having it,
  it is better at the end.

I know... there's a lot that you shouldn't need to know to get
started....

Boyd
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to