From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23748 invoked by alias); 18 Nov 2001 21:23:37 -0000 Mailing-List: contact guile-gtk-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 23726 invoked from network); 18 Nov 2001 21:23:36 -0000 Received: from unknown (HELO li.mine.nu) (195.163.18.16) by sourceware.cygnus.com with SMTP; 18 Nov 2001 21:23:36 -0000 Received: from abc.se (li.mine.nu [192.168.0.2]) by li.mine.nu (Postfix) with ESMTP id 4BBDB8E3FD; Sun, 18 Nov 2001 21:25:05 +0100 (CET) Message-ID: <3BF81920.162C4E20@abc.se> Date: Mon, 12 Nov 2001 13:11:00 -0000 From: Bo Forslund X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.12 i686) X-Accept-Language: en MIME-Version: 1.0 To: Marius Vollmer Cc: Alexey Rodriguez Y , guile-gtk list Subject: Re: ERROR: In procedure dynamic-link: References: <3BF335B5.CC95D0F4@abc.se> <3BF43FF9.9D8E88D0@abc.se> <87pu6j4n9q.fsf@zagadka.ping.de> <200111162220.fAGMKYq02198@orion.memi.umss.edu.bo> <3BF663CB.F42A6F4E@abc.se> <87pu6gyrcb.fsf@zagadka.ping.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-q4/txt/msg00012.txt.bz2 I think it is guile that is failing. I tried guile-1.5.4 and it loads the libs with libname without ".so". I tested it with the hello-world.scm example. guile-gtk doesn't compile with guile-1.5.4 so I tested with guile-gtk compiled with the guile-1.4 headers. It brings up the gtk GUI with error messages about "some deprecated features have been used". guile-gtk 0.19 doesn't compile with guie-1.5.4. It gives this messages [bo@li guile-gtk-0.19]$ make guile-snarf -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 guile-gtk.c >guile-gtk.c.tmp && mv guile-gtk.c.tmp guile-gtk.x guile-snarf -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 gtk-support.c >gtk-support.c.tmp && mv gtk-support.c.tmp gtk-support.x gtk-support.c:622:25: gtk-support.x: No such file or directory make: *** [gtk-support.x] Error 1 make: *** Waiting for unfinished jobs.... guile-gtk.c:2715:23: guile-gtk.x: No such file or directory make: *** [guile-gtk.x] Error 1 So until guile handle dynamic linking as it is supposed one have to either so "ln -s libguilegtk-1.2.so libguilegtk-1.2" or explicitly tell guile-gtk to look for libguilegtk-1.2.so. Any ideas how to get guile-gtk to compile with guile-1.5.4? Regards Bo