public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Alexey Rodriguez Y <alexey@memi.umss.edu.bo>
To: Marius Vollmer <mvo@zagadka.ping.de>
Cc: Bo Forslund <bo.forslund@abc.se>,
	guile-gtk list <guile-gtk@sourceware.cygnus.com>
Subject: Re: ERROR: In procedure dynamic-link:
Date: Wed, 14 Nov 2001 20:24:00 -0000	[thread overview]
Message-ID: <200111212059.fALKxcD08942@orion.memi.umss.edu.bo> (raw)
In-Reply-To: <87elmucrhj.fsf@zagadka.ping.de>

[-- Attachment #1: Type: text/plain, Size: 1862 bytes --]

  I am sending the output of strace when i run guile-gtk. Sorry i did not cut 
to the relevant parts, i though maybe you wanted to see all of it.

  The ldd doesn't show libltdl maybe it is statically linked i don't know i 
can get the src.rpm and check it.

  The output is like this:

	libguilegtk-1.2.so.0 => /usr/lib/libguilegtk-1.2.so.0 (0x4002b000)
	libm.so.6 => /lib/libm.so.6 (0x40083000)
	libguile.so.9 => /usr/lib/libguile.so.9 (0x400a6000)
	libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x4012f000)
	libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x40278000)
	libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x402b2000)
	libgthread-1.2.so.0 => /usr/lib/libgthread-1.2.so.0 (0x402b5000)
	libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x402b8000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x402de000)
	libdl.so.2 => /lib/libdl.so.2 (0x402f5000)
	libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x402f9000)
	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40301000)
	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40311000)
	libc.so.6 => /lib/libc.so.6 (0x403fb000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

  Thanks for your help.

  Alexey

On Monday 19 November 2001 18:42, Marius Vollmer wrote:
> Alexey Rodriguez Y <alexey@memi.umss.edu.bo> writes:
> >   The version of guile in mdk8.1 is 1.4. I found this in /usr/lib
> >
> >   /usr/lib/libltdl.so.3
> >
> >   is this a recent version?
>
> Guile has libltdl compiled in normally, I don't know what Mandrake
> does.  You can check with "ldd" whether Guile is using
> /usr/lib/libltdl.so.
>
> > When i straced guile when loading gtk it was looking for some .la
> > files but finally it looked for libfoo (without .so). I don't have
> > access to the machine right now, i can't provide the strace file.
>
> It would be important to see the actual strace output to find out what
> is happening.

[-- Attachment #2: guile-gtk.strace.gz --]
[-- Type: application/x-gzip, Size: 9382 bytes --]

  reply	other threads:[~2001-11-21 21:19 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-11  4:34 Bo Forslund
2001-10-11  6:16 ` Alexey Rodriguez Y
2001-10-11 13:25   ` Bo Forslund
2001-10-11 15:20     ` Alexey Rodriguez Y
2001-10-18  0:23       ` Bo Forslund
2001-10-18  3:10         ` Marius Vollmer
2001-10-18 10:59           ` Alexey Rodriguez Y
2001-10-19 15:01             ` Bo Forslund
2001-11-05 17:33               ` Marius Vollmer
2001-11-12 13:11                 ` Bo Forslund
2001-11-14 10:53                   ` Marius Vollmer
2001-11-12 14:08             ` Marius Vollmer
2001-11-14 20:24               ` Alexey Rodriguez Y [this message]
2001-11-15  5:28                 ` Marius Vollmer
2001-11-15  7:11                   ` Bo Forslund
2001-11-15 15:20                     ` guile-gtk snapshot (was Re: ERROR: In procedure dynamic-link:) Steve Tell
2001-11-15 15:39                       ` Steve Tell
2001-11-16 14:11                         ` Bo Forslund
2001-11-17  6:17                           ` Bo Forslund
2001-11-18  8:30                             ` Yet a new version " Bo Forslund
2001-12-28 20:21                               ` Bo Forslund
2001-12-28 17:07                             ` guile-gtk snapshot " Bo Forslund
2001-12-28 16:47                           ` Bo Forslund
2001-12-28  6:25                         ` Steve Tell
2001-11-25  5:33                       ` Ariel Rios
2001-12-30 23:39                         ` Ariel Rios
2001-12-27 20:28                       ` Steve Tell
2001-11-25  7:33                     ` ERROR: In procedure dynamic-link: Bo Forslund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200111212059.fALKxcD08942@orion.memi.umss.edu.bo \
    --to=alexey@memi.umss.edu.bo \
    --cc=bo.forslund@abc.se \
    --cc=guile-gtk@sourceware.cygnus.com \
    --cc=mvo@zagadka.ping.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).