help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [feature] enhance library loader to make it possible to


From: Thomas Girard
Subject: [Help-smalltalk] [feature] enhance library loader to make it possible to load by SONAME
Date: Sun, 09 Dec 2007 08:15:01 -0700

Issue status update for http://smalltalk.gnu.org/node/136 Post a follow up: http://smalltalk.gnu.org/project/comments/add/136

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     feature requests
Priority:     normal
Assigned to:  Unassigned
Reported by:  tgg
Updated by:   tgg
Status:       active
Attachment:   http://smalltalk.gnu.org/files/issues/12_load_by_soname.patch 
(1002 bytes)

Hello,


in gst 2.95f some .star package.xml (say NCurses) list the library they
will load at runtime, using <library>libncurses</library>.



The function associated will try to find libncurses.la then
libncurses.so but those do not exist. (The libncurses.so would be
available if the user had libncurses-dev package installed).


The attached patch makes it possible to load using the SONAME of the
library, e.g. using:



<library>libncurses.so.5</library>

in package.xml






reply via email to

[Prev in Thread] Current Thread [Next in Thread]