unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Vorfeed Canal <vorfeed.canal@gmail.com>
Subject: Re: Exceptions
Date: Tue, 27 Sep 2005 14:54:21 +0400	[thread overview]
Message-ID: <6efab235050927035441b39b85@mail.gmail.com> (raw)
In-Reply-To: <87br2ezyth.fsf@laas.fr>

On 9/27/05, Ludovic Courtès <ludovic.courtes@laas.fr> wrote:
> Hi,
>
> Vorfeed Canal <vorfeed.canal@gmail.com> writes:
>
> > But what about GUILE extensions written in C ? Lack of sane
> > place to put C glue libraries bothers me.
>
> Extension libraries written in C can also be thought of as actual
> libraries (for example, they may export C functions that wrap/unwrap
> Scheme objects, or a C version of their Scheme API, etc.).  As such,
> they deserve to be in the usual place for libraries.
>
1. Not really:
  A. They are usually useless for programs not linked to guile - and
such programs will know where to find them anyway since libguile will
know this.
  B. If program A is linked to libguile.so.12 (guile 1.6.7) while
program B is linked to libguile.so.16 (guile 1.7.2) they'll need
DIFFERENT versions of such libraries - and this is somewhat
problematic with libtool.
  C. While it's true "these libraries can do this and they can do
that" in almost 100% cases today they just export some functions for
scheme level.
2. You can not install them "in the usual place" anyway:

$ ./configure --prefix=/somewhere/there ; make ; make install
$ /somewhere/there/bin/guile -e '(use-modules (ice-9 readline))'
ERROR: In procedure dynamic-link:
ERROR: file: "libguilereadline-v-16", message:
"libguilereadline-v-16.so: cannot open shared object file: No such
file or directory"

Oops ?

> > Not since this is such a big
> > issue - it's minor issue.And THAT is reason it's bothering me: why
> > project with over 8 years history STILL has such minor basic issues
> > unresolved ? Are there are developers who can support GUILE or is it
> > semi-abandoned project like HURD ?
>
> Maybe you misunderstood the issues?
>
I did not. Right now it's IMPOSSIBLE to install two versions of guile
at all - let alone in the sane way
(/usr/bin/guile-{1.6,1.7},/usr/lib/guile-{1.6,1.7},/usr/share/guile-{1.6,1.7}
so I can not see how guile development is done in first place (it's
standard practice to have 3-4 different versions of program while it's
in developmet and guile does not work this way at all - and even if
you'll fix guile itself third-party extensions will not obey your
decision).

> BTW, you should really try GNU/Hurd on your box before complaining.

I've tried it few years ago and back then it was not really usable:
was not able to even work with 10GiB partition. Today... It does not
even detect my SATA HDD in my NForce4-based system. May be I've used
too old version, of course... or did something wrong. Plus AFAIK even
today it's still "not recommended for production use" - after >10
years of development and I'm not really interested in OS development
(or for that matter GUILE development): I want something that WORKS.
NOW. It's Ok if I need to spend some time with tuning/fixing, but not
YEARS, sorry.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


  reply	other threads:[~2005-09-27 10:54 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-25 21:50 PHP to GUILE Vorfeed Canal
2005-09-26  1:42 ` Kevin Ryde
2005-09-26  7:27   ` Zeeshan Ali
2005-09-26  8:17     ` Vorfeed Canal
2005-09-26 17:57       ` Zeeshan Ali
2005-09-26 19:05         ` Vorfeed Canal
2005-09-26 19:34           ` Zeeshan Ali
2005-09-26  7:43   ` Vorfeed Canal
2005-09-26 11:17     ` Thien-Thi Nguyen
     [not found]       ` <6efab23505092609331abd82b7@mail.gmail.com>
2005-09-26 16:34         ` Vorfeed Canal
2005-09-26 22:12           ` Thien-Thi Nguyen
2005-09-27 10:11             ` Vorfeed Canal
2005-09-27 12:48               ` Thien-Thi Nguyen
2005-09-27 14:36                 ` Vorfeed Canal
2005-09-27 17:13                   ` Thien-Thi Nguyen
2005-09-27 17:47                     ` Vorfeed Canal
2005-09-27 19:44                       ` Thien-Thi Nguyen
2005-09-26 12:23 ` Exceptions Ludovic Courtès
2005-09-26 19:20   ` Exceptions Vorfeed Canal
2005-09-27  8:42     ` Exceptions Ludovic Courtès
2005-09-27 10:54       ` Vorfeed Canal [this message]
2005-09-27 15:45         ` Exceptions Ludovic Courtès
2005-09-27 17:18           ` Exceptions Vorfeed Canal
2005-09-28  7:10             ` Managing Guile and extensions versions Ludovic Courtès
2005-09-28 20:19               ` Vorfeed Canal
2005-09-29 15:34                 ` Ludovic Courtès
2005-09-29 16:30                   ` Vorfeed Canal
2005-09-30 22:07                     ` Neil Jerram
2005-10-19  7:58                       ` Rob Browning
2005-09-29 22:24               ` Kevin Ryde
2005-09-30  8:00                 ` Ludovic Courtès
2005-10-02  1:59                   ` Kevin Ryde
     [not found]                     ` <6efab2350510020425j76899e29hec6ea7e3dcce6c3@mail.gmail.com>
2005-10-03  1:58                       ` Kevin Ryde
2005-10-04 11:06                         ` Vorfeed Canal
2005-10-04 23:58                           ` Kevin Ryde
2005-10-05 14:18                             ` Vorfeed Canal
2005-10-09  1:53                               ` Kevin Ryde
2005-10-11 10:20                                 ` Vorfeed Canal
2005-10-11 14:56                                   ` Greg Troxel
2005-10-11 21:32                                   ` Kevin Ryde
2005-10-03 12:58                     ` Ludovic Courtès
2005-09-26 19:37 ` PHP to GUILE Neil Jerram
     [not found]   ` <6efab235050926131843ce69e2@mail.gmail.com>
2005-09-26 20:18     ` Vorfeed Canal
2005-09-26 22:39       ` Kevin Ryde
2005-09-27  9:20         ` Vorfeed Canal

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=6efab235050927035441b39b85@mail.gmail.com \
    --to=vorfeed.canal@gmail.com \
    /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).