The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



Thread: Help with $path
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-26-2008
Lpauia Lpauia is offline
Registered User
 

Join Date: Apr 2008
Posts: 3
Thanks a bunch. I got it installed except everytime I open my terminal, I have to do the

PATH=$PATH:/usr/sfw/bin:/usr/gnu/bin:/usr/ccs/bin:/usr/local/bin
export PATH

before I can open nano. Is there anway I can set PATH so I don't have to use the above commands or is this just the way it is?

Also, once I get nano open, when I try to resize the window (I like to make it longer than the default), I get a segmentation fault. Now I understand that means I'm trying to access memory that's not there or that doesn't belong to me, but I don't understand why I get a seg fault here? I wrote a test program, compiled and ran it, so nano is working right except for the resize thing.
Reply With Quote