|
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.
|