On 12/9/05, Stuart Brorson <[EMAIL PROTECTED]> wrote:
guile is in /usr/bin.
the libguile stuff is in /usr/lib
libguilegtk-1.2.so does not seem to exist anywhere on my system, although I installed it from the gEDA CDROM. I do have the following files:
libguilegtk-1.2
libguilegtk-1.2.0
libguilegtk-1.2.0.0.0
libguilegtk-1.2.a
libguilegtk-1.2.la
As soon as I include their path in LD_LIBRARY_PATH, I get a "Segmentation fault" message when trying to run gwave.
Anyway, thanks for the help, but I think I will be using Linear Technology's free simulator - I have wasted way too much of my time already.
Thinus
* Make 100% certain that libguile lives in teh same prefix
as guile. That is, if the guile executable lives in /usr/local/bin,
then libguile must live in /usr/local/lib. Guile is very persnickity
about where teh various packages live. You can do "locate guile" and
"locate libguile" to see where they live.
guile is in /usr/bin.
the libguile stuff is in /usr/lib
* This message:
> message: "libguilegtk-1.2.so : cannot open shared object file: No such file
> or directory"
looks to me like you did not set your ${LD_LIBRARY_PATH} to include
the path to the place where you put libguilegtk-1.2.so. Make sure
your $LD_LIBRARY_PATH (and $PATH) are correctly set before trying to
run the program. Also make sure to run ldconfig (as root) after
setting your $LD_LIBRARY_PATH. Better yet, close your current xterm
window, run ldconfig as root, then open a new xterm before trying again.
libguilegtk-1.2.so does not seem to exist anywhere on my system, although I installed it from the gEDA CDROM. I do have the following files:
libguilegtk-1.2
libguilegtk-1.2.0
libguilegtk-1.2.0.0.0
libguilegtk-1.2.a
libguilegtk-1.2.la
As soon as I include their path in LD_LIBRARY_PATH, I get a "Segmentation fault" message when trying to run gwave.
Anyway, thanks for the help, but I think I will be using Linear Technology's free simulator - I have wasted way too much of my time already.
Thinus
