Tried Software but no dice for the past week, so I'll post here:
I've wanted to setup Eterm in my home directory at school. I'm unsure of what version FC it is running, but probably not v6 or 7 (maybe v4 or 5, though no idea how to find out such a SIMPLE thing in PITA linux).
So the dependencies for Eterm 0.9.4 are libast and possibly libim2. Due to dependency horrors I figured I'd install both. So I found the .tar.gz packages for each, ran
gunzip file_name.tar.gz | tar -xf -
which extracted them each to their own directory. I went to each directory and typed
./configure
make
libast seems to configure and compile without error. imlib2 has an error of 'label at end of statement'. But I don't think I really need imlib2 because when I try to ./configure Eterm, it says only libast is not present and required (and tried to auto-get it but failed with "no route to host").
However, from running ./configure and then make, libast seems to compile fine. But it either isn't there or isn't registered so that Eterm knows of it.
When I go to the libast directory where the tarball was extracted to and type
libast-config -ldflags
It prints: -L/user/lib -L/usr/X11R6/lib
No idea what that means, but I can't find it present in the /usr directory and /user is no such directory.
Any idea what to do?
I've wanted to setup Eterm in my home directory at school. I'm unsure of what version FC it is running, but probably not v6 or 7 (maybe v4 or 5, though no idea how to find out such a SIMPLE thing in PITA linux).
So the dependencies for Eterm 0.9.4 are libast and possibly libim2. Due to dependency horrors I figured I'd install both. So I found the .tar.gz packages for each, ran
gunzip file_name.tar.gz | tar -xf -
which extracted them each to their own directory. I went to each directory and typed
./configure
make
libast seems to configure and compile without error. imlib2 has an error of 'label at end of statement'. But I don't think I really need imlib2 because when I try to ./configure Eterm, it says only libast is not present and required (and tried to auto-get it but failed with "no route to host").
However, from running ./configure and then make, libast seems to compile fine. But it either isn't there or isn't registered so that Eterm knows of it.
When I go to the libast directory where the tarball was extracted to and type
libast-config -ldflags
It prints: -L/user/lib -L/usr/X11R6/lib
No idea what that means, but I can't find it present in the /usr directory and /user is no such directory.
Any idea what to do?