Re: How to signal kernel that shared library is not in use by any process anymore ?

2019-01-08 Thread Lev Olshvang
v Olshvang <levon...@yandex.com> wrote:Hi All,I have  an executable (C++) which is the exclusive user of the some shared library that it uses only during  the initialization phase.I would like to free memory used by this shared library, because I am running on embedded system.How can I achieve

Re: How to signal kernel that shared library is not in use by any process anymore ?

2019-01-05 Thread Shachar Shemesh
On 05/01/2019 10:36, Lev Olshvang wrote: Since I knew that mmap needs file descriptor I assumed ( and did not checked man page)  that munmap need file descriptor. That's not true either, actually. Mmap absolutely does not need a file desc

Re: How to signal kernel that shared library is not in use by any process anymore ?

2019-01-05 Thread Lev Olshvang
Shachar , you are 100%/ right ! Since I knew that mmap needs file descriptor I assumed ( and did not checked man page)  that munmap need file descriptor. Great !!Thanks, Thanks,  Thanks!  04.01.2019, 22:30, "Shachar Shemesh" : On 27/12/2018 15:34, Lev Olshvang wrote:Can you elaborate why I can not

Re: How to signal kernel that shared library is not in use by any process anymore ?

2019-01-04 Thread Shachar Shemesh
On 27/12/2018 15:34, Lev Olshvang wrote: Can you elaborate why I can not write new system call to unmap this memory regions,  which I see in /proc/self/maps  by force ? Why would you need a system call to do this? Well, obviously,

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-27 Thread Lev Olshvang
library. I think  data pages can be dirty, perhaps C++ make even use more  data page dirty versus C. Can you elaborate why I can not write new system call to unmap this memory regions,  which I see in /proc/self/maps  by force ? Thank you again.I am relying on your and other Linux souls expertise

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-26 Thread Lev Olshvang
Hello Greg, Thanks for you your reply. It help me to better express my question From the application I can access /proc/self/maps and see which memory is mapped for my library I do not intend to use after application passes init phase. I would like to unmap this memory region, but since I do

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-23 Thread Shachar Shemesh
which calls many services of third party library. This library is needed only on initialization phase of my program.     Linker has resolved symbols of this library and now it is bound to executable and in a run tine this lib will be mapped

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-22 Thread Lev Olshvang
Boker tov, Thanks for all of your replies that helped me to understand what question I really wanted to ask. So this is a question. I have  C++ program which calls many services of third party library.This library is needed only on initialization phase of my program.  Linker has resolved symbols

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-21 Thread Evgeniy Ginzburg
. On Fri, 21 Dec 2018, 18:18 Shachar Shemesh On 21/12/2018 16:20, Lev Olshvang wrote: > > > Hi All, > > I have an executable (C++) which is the exclusive user of the some shared > library that it uses only during the initialization phase. > > I would like to free memor

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-21 Thread Shachar Shemesh
On 21/12/2018 16:20, Lev Olshvang wrote: Hi All, I have an executable (C++) which is the exclusive user of the some shared library that it uses only during the initialization phase. I would like to free memory used by this shared library, because I am running

Re: How to signal kernel that shared library is not in use by any process anymore ?

2018-12-21 Thread Lior Okman
On Fri, Dec 21, 2018 at 4:21 PM Lev Olshvang wrote: > > Hi All, > > I have an executable (C++) which is the exclusive user of the some shared > library that it uses only during the initialization phase. > > I would like to free memory used by this shared library, beca

How to signal kernel that shared library is not in use by any process anymore ?

2018-12-21 Thread Lev Olshvang
Hi All, I have an executable (C++) which is the exclusive user of the some shared library that it uses only during the initialization phase. I would like to free memory used by this shared library, because I am running on embedded system. How can I achieve this? I know that dlopen() will

Re: shell functions library

2014-04-28 Thread Meir Michanie
ate: Sun, 27 Apr 2014 01:41:56 +0300 >> From: Constantine Shulyupin >> To: Linux-IL >> Subject: shell functions library >> >> >> Hi, >> >> I am using bash and others shells like busybox ash for many year on >> desktop and for embedded Linux pro

Re: shell functions library

2014-04-26 Thread Jonathan Ben Avraham
Hi Constantine, Thanks for sharing this work with us. - yba On Sun, 27 Apr 2014, Constantine Shulyupin wrote: Date: Sun, 27 Apr 2014 01:41:56 +0300 From: Constantine Shulyupin To: Linux-IL Subject: shell functions library Hi, I am using bash and others shells like busybox ash for many

shell functions library

2014-04-26 Thread Constantine Shulyupin
Hi, I am using bash and others shells like busybox ash for many year on desktop and for embedded Linux projects. Eventually I've collected number of shell functions, aliases and tricks. I've published my reusable utilities here: https://github.com/makelinux/lib It is implemented as easy to use

Re: Help recreating bug report in proxy library

2013-08-02 Thread Elazar Leibovich
installed root CAs are given the authority to override pins. We don't believe that there will be any incompatibility issues. On Fri, Aug 2, 2013 at 3:17 PM, Elazar Leibovich wrote: > Hi, > > I'm maintaining a small HTTP proxy library that allows you to eavesdrop > HTTP requests.

Help recreating bug report in proxy library

2013-08-02 Thread Elazar Leibovich
Hi, I'm maintaining a small HTTP proxy library that allows you to eavesdrop HTTP requests. Someone reported a bug which I cannot recreate, so I'm trying my luck here. [repost from golang-nuts, where I didn't get an answer]. It seems to work on my machine, but a user still

Re: Searching for easy to use library/engine for graphics design.

2011-02-16 Thread Elazar Leibovich
On Wed, Feb 16, 2011 at 5:15 PM, David Harel wrote: > Greetings, > > A friend of mine and I are looking for SDK / graphic library / any kind > of engine that will provide the following features. > 1. It will provide the end user to draw simple shapes (squares, > rectangles,

Searching for easy to use library/engine for graphics design.

2011-02-16 Thread David Harel
Greetings, A friend of mine and I are looking for SDK / graphic library / any kind of engine that will provide the following features. 1. It will provide the end user to draw simple shapes (squares, rectangles, arrows) similar to office graphics tools. 2. New graphics objects could be created and

[HAIFUX LECTURE] The Cairo Graphics Compositing Library - Boaz Goldstein

2010-11-21 Thread Eli Billauer
On Monday, November 22nd (TOMORROW) at 18:30, Haifux will gather to hear Boaz Goldstein talk about The Cairo Graphics Compositing Library Abstract The Cairo graphics library has become an integral part of open source graphics, being the bases for quality graphics in various projects

[Herzelinux] Shachar Sharon lecture the Strinx library.

2008-10-19 Thread Gilad Ben-Yossef
Hi all, This is a reminder that on Thursday, 23 October, at 18:30 Hezelinux will host Shachar Sharon lecture on his FOSS project - the Strinx library. The Strinx library is a lightweight extension to the standard C++ template library. It provides a set of highly efficient containers and

RE: Bar Ilan Respnsa or Judaic Library CD

2007-01-18 Thread Nati CT
PM To: linux-il@linux.org.il Subject: Bar Ilan Respnsa or Judaic Library CD Is anyone familiar with the Bar Ilan Responsa or Judaic Library CDs? These contain a library of Hebrew Texts. There is strong copywright control and the software only runs if the original CD is inserted in the drive.

Re: Bar Ilan Respnsa or Judaic Library CD

2007-01-14 Thread Shachar Shemesh
Hetz Ben Hamo wrote: > I'm affraid you can't and here's why: > > From your description, the software requires the CD to be always in > your drive. Most of the time it means that the program is using some > sort of copy-protection stuff and using some low level I/O checking to > make sure it's the o

Re: Bar Ilan Respnsa or Judaic Library CD

2007-01-14 Thread Hetz Ben Hamo
wrote: Is anyone familiar with the Bar Ilan Responsa or Judaic Library CDs? These contain a library of Hebrew Texts. There is strong copywright control and the software only runs if the original CD is inserted in the drive. I have got the CD running in a virtual Windows XP environment under vmwar

Bar Ilan Respnsa or Judaic Library CD

2007-01-14 Thread Alan Rubin
Is anyone familiar with the Bar Ilan Responsa or Judaic Library CDs? These contain a library of Hebrew Texts. There is strong copywright control and the software only runs if the original CD is inserted in the drive. I have got the CD running in a virtual Windows XP environment under vmware

Re: Shared Library entry point

2006-11-14 Thread Ilya Konstantinov
Yes, see this: http://tldp.org/HOWTO/Program-Library-HOWTO/miscellaneous.html#INIT-AND-CLEANUP Ami Chayun wrote: Hi all, I have a shared library, and I want a specific function to be called once the library is loaded. Dlls has the notorious DllMain function. Is there a method of achieving

Shared Library entry point

2006-11-14 Thread Ami Chayun
Hi all, I have a shared library, and I want a specific function to be called once the library is loaded. Dlls has the notorious DllMain function. Is there a method of achieving the same in an .so file? Ami = To unsubscribe, send

Re: Shared Library entry point

2006-11-14 Thread Baruch Even
* Ami Chayun <[EMAIL PROTECTED]> [061114 16:48]: > Hi all, > I have a shared library, and I want a specific function to be called once the > library is loaded. > > Dlls has the notorious DllMain function. Is there a method of achieving the > same in an .so file? Ch

Re: Shared Library entry point

2006-11-14 Thread Gilad Ben-Yossef
Ami Chayun wrote: Hi all, I have a shared library, and I want a specific function to be called once the library is loaded. Dlls has the notorious DllMain function. Is there a method of achieving the same in an .so file? 5.2. Library constructor and destructor functions Libraries should

Re: greek fonts library

2006-10-18 Thread Alex Alexander
the following library was loaded:/usr/lib/locale/el_GR.ISO8859-7/el_GR.ISO8859-7.so.2 This is the encoding library that supports the greek charset.Think of it as mapping for greek characters, not a font.Some modern systems tend to use UTF-8 for character encoding, which includes support for greek

Re: greek fonts library

2006-10-18 Thread yahav biran
thanks danny, i did contact sun and bea support. im waiting three weeks allready :) so i thought you guys can help. thanks yahav - Original Message - From: Danny L <[EMAIL PROTECTED]> Date: Wednesday, October 18, 2006 10:32 Subject: Re: greek fonts library To: yahav biran &

Re: greek fonts library

2006-10-18 Thread Danny L
t the following library was loaded: /usr/lib/locale/el_GR.ISO8859-7/el_GR.ISO8859-7.so.2 i know that it's some Greek fonts. is somebody ever work with this lib? i tried to install Greek fonts but this library was not loaded. BTW, the application is running on Solaris

greek fonts library

2006-10-18 Thread yahav biran
hi, part of our application, runs Weblogic application server that generating JSPs and accessing oracle database. in one of the production sites (in Greece) i see that the following library was loaded: /usr/lib/locale/el_GR.ISO8859-7/el_GR.ISO8859-7.so.2 i know that it's some Greek font

Cannot make LD_PROFILE to create shared library profiling data file

2006-08-06 Thread Olshvang Lev
Title: Cannot make LD_PROFILE to create shared library profiling data file Hi , I am trying to use sprof profiler for shared library. I made things by the book -  ( http://www.phpman.info/index.php/man/ld.so/8  http://sources.redhat.com/ml/libc-alpha/2003-07/msg00029.html )   I set

RE: Library.

2005-11-02 Thread Tzahi Fadida
A well considered answer. 10x. Using access is a classic. I used to give hw like these to my students. I can get it up and running with access in an hr from scratch. However, a library is not just the books, it's the proceedures and I hope to find something used in some kids school libra

Re: Library.

2005-11-02 Thread Geoffrey S. Mendelson
On Tuesday, 1 ??November 2005 20:09, Tzahi Fadida wrote: > I was wondering if there is a library (books) software out there that > is free and preferably in Hebrew. Library software is only a small part of automating a library. The biggest part is creating the catalog. If all you want is

Re: Library.

2005-11-01 Thread Oron Peled
On Tuesday, 1 בNovember 2005 20:09, Tzahi Fadida wrote: > I was wondering if there is a library (books) software out there that > is free and preferably in Hebrew. Two extremes I know about are: 1. Koha (http://www.koha.org/) - A full featured library system used by academic lib

Library.

2005-11-01 Thread Tzahi Fadida
Hi all, I was wondering if there is a library (books) software out there that is free and preferably in Hebrew. I wish to find something to my sisters school, which currently uses paper cards. A plus/must would be the ability to use a bar code reader. However, it is possible that bar code

Re: Forcing the use of specific library directories during link and compile

2005-09-25 Thread Gilad Ben-Yossef
Shachar Shemesh wrote: Does anyone have any idea how to make sure the standard search paths are simply not looked at? Recompile the GCC you are using from scratch and give it a fixed library/include patgh which is different from the system one. The only problem you'll have left is

Re: Forcing the use of specific library directories during link and compile

2005-09-23 Thread Yotam Rubin
On Tue, Sep 20, 2005 at 11:07:56AM +0300, Shachar Shemesh wrote: > Hi all, > > I'm trying to set up a build environment for a self-contained Linux > system. This is not cross-compiling, but I want the new system to only > contain what I brought into it. I also want it to work :-) > > I'm already

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread Yedidyah Bar-David
On Tue, Sep 20, 2005 at 12:01:17PM +0300, Shachar Shemesh wrote: > David D wrote: > > >Just shooting in the dark: chroot and gcc -L ? > > > > > Chroot would require me to build another environment, just for the > building. No thanks. As was mentioned, there is a tool to do this - debian packag

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread Shachar Shemesh
David D wrote: >Just shooting in the dark: chroot and gcc -L ? > > Chroot would require me to build another environment, just for the building. No thanks. Shachar = To unsubscribe, send mail to [EMAIL PROTECTED] with th

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread David D
Just shooting in the dark: chroot and gcc -L ? --- Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to set up a build environment for a > self-contained Linux > system. This is not cross-compiling, but I want the > new system to only > contain what I brought into it. I also w

Re: Forcing the use of specific library directories during link and compile

2005-09-20 Thread Amos Shapira
On 9/20/05, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to set up a build environment for a self-contained Linux > system. This is not cross-compiling, but I want the new system to only > contain what I brought into it. I also want it to work :-) Hi Shachar, There is this

Forcing the use of specific library directories during link and compile

2005-09-20 Thread Shachar Shemesh
Hi all, I'm trying to set up a build environment for a self-contained Linux system. This is not cross-compiling, but I want the new system to only contain what I brought into it. I also want it to work :-) I'm already compiling everything I need, but now I want to make sure that nothing that belo

Re: List shared object library entries.

2005-02-03 Thread David Harel
Sorry folks for not reading the mans. I remembered that nm is just for archive libs so I didn't even think it could help with shared objects. False memory I know. Should have it replaced ;-) Oron Peled wrote: On Wednesday 02 February 2005 18:33, Nadav Har'El wrote: And to save you the trouble

Re: List shared object library entries.

2005-02-02 Thread Oron Peled
On Wednesday 02 February 2005 18:33, Nadav Har'El wrote: > And to save you the trouble (?) of reading all the manual page, What? Avoiding RTFM? Blasphemy! Where is Nadav? Stone him (oops it isn't a phython list :-) Ok David, but you really *want* to read the manual page because as Shachar hinted,

Re: List shared object library entries.

2005-02-02 Thread Nadav Har'El
On Wed, Feb 02, 2005, Oron Peled wrote about "Re: List shared object library entries.": > On Tuesday 01 February 2005 23:24, David Harel wrote: > > There is a tool to list entry names in shared object library libxxx.so > > files. If I remember correctly it is llent.

Re: List shared object library entries.

2005-02-02 Thread Shachar Shemesh
David Harel wrote: Hi, There is a tool to list entry names in shared object library libxxx.so files. If I remember correctly it is llent. I can't find the tool in neither Gentoo nor RedHat 9. Please correct my assumptions. You can do "nm -D libxxx.so". RTFM for meaning of the le

Re: List shared object library entries.

2005-02-01 Thread Oron Peled
On Tuesday 01 February 2005 23:24, David Harel wrote: > There is a tool to list entry names in shared object library libxxx.so > files. If I remember correctly it is llent. What's wrong with nm (and grepping for the required info)? > I can't find the tool in neither

List shared object library entries.

2005-02-01 Thread David Harel
Hi, There is a tool to list entry names in shared object library libxxx.so files. If I remember correctly it is llent. I can't find the tool in neither Gentoo nor RedHat 9. Please correct my assumptions. -- Thanks. David Harel, == Home office +972 4 692198

Re: detecting the right library to be linked

2004-09-19 Thread Lior Kesos
the symbols you're looking for. This can also be run on a .so(shared object/library) or anything elf (no legolas doesn't count). If you don't have a binary - my weapon of choice is google you can supply it with the desired symbol(function) name and it usually puts you in something r

Re: detecting the right library to be linked

2004-09-17 Thread guy keren
On Fri, 17 Sep 2004, ik wrote: > Hello list, > > How can I know which library contains the functions I'm using in order to link it to > the program I'm > writing ? you need to read the documentation. if there are several libraries implementing the same APIs, there is n

detecting the right library to be linked

2004-09-17 Thread ik
Hello list, How can I know which library contains the functions I'm using in order to link it to the program I'm writing ? In this case it's about the XKB xlib extension, but I would like to find a good way to know this type of things (where there are several libraries for the sa

Re: Dynamically linking with a Unix library - or not

2002-06-19 Thread Behdad Esfahbod
On 18 Jun 2002, Alexandre Julliard wrote: > Shachar Shemesh <[EMAIL PROTECTED]> writes: > > > I am afraid that the consequence of B will be that no packager in his > > right mind will use that option. As that works in direct contradiction > > to the reason I entered the WINE project to begin wit

Re: Dynamically linking with a Unix library - or not

2002-06-19 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > I am afraid that the consequence of B will be that no packager in his > right mind will use that option. As that works in direct contradiction > to the reason I entered the WINE project to begin with, I am trying to > opt for a better solution. I'm se

Re: Dynamically linking with a Unix library - or not

2002-06-19 Thread Huw D M Davies
On Tue, Jun 18, 2002 at 07:32:58PM +0300, Shachar Shemesh wrote: > I am afraid that the consequence of B will be that no packager in his > right mind will use that option. As that works in direct contradiction > to the reason I entered the WINE project to begin with, I am trying to > opt for a

Re: Dynamically linking with a Unix library - or not

2002-06-19 Thread Francois Gouget
ntil now, for the following reasons: > A. Fribidi will have to be present during building WINE. That, in > itself, is not a majour obstacle, but > B. Having Fribidi present during compile will add Fribidi to the WINE > dependancies. A way to deal with B is to do like for FreeType, i.e. lo

Re: Dynamically linking with a Unix library - or not

2002-06-18 Thread Behdad Esfahbod
Hi, On Tue, 18 Jun 2002, Shachar Shemesh wrote: [snip] > A. If Fribidi was present during compile, check for its existance during > run time. If not present, don't enable the run time option. > or > B. Copy (port?) Fribidi into the WINE code. It's LGPL, so the license > does allow that. C. I

Dynamically linking with a Unix library - or not

2002-06-18 Thread Shachar Shemesh
Hi WINE-devel list (cross posted to Linux-IL), After a lively discussion in the Israeli Linux users mailing list, it appears that the best solution will be to give a command line (or config) option to use an external library (fribidi) for the RTL rendering. I would still implement this

Re: Farsi Library (libfarsi)

2001-12-05 Thread Behdad Esfahbod
#x27; also works great, so does `pine'. behdad On Thu, 6 Dec 2001, Nadav Har'El wrote: > On Thu, Dec 06, 2001, Behdad Esfahbod wrote about "Farsi Library (libfarsi)": > >.. > > -I use it with lynx, it's a great success, just set your display's >

Re: Farsi Library (libfarsi)

2001-12-05 Thread Nadav Har'El
On Thu, Dec 06, 2001, Behdad Esfahbod wrote about "Farsi Library (libfarsi)": >.. > -I use it with lynx, it's a great success, just set your display's > character set to utf-8 in lynx. This will probably give good results on many pages, but I think it won't wo

Farsi Library (libfarsi)

2001-12-05 Thread Behdad Esfahbod
Oops, I forgot to give the URL: http://bamdad.org/~behdad/download/farsi.tar.gz -- Behdad 15 Azar 1380, 2001 Dec 6 [Finger for Geek Code] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the messag

Farsi Library (libfarsi)

2001-12-05 Thread Behdad Esfahbod
Hi all, Recently I have done some work on a new library called Farsi, it's just some wrappers around fribidi now, but is growing. Currently it sits between your terminal and applicaton, and simulates a bidi terminal, the output is really interesting. Some points: -Just works with utf-8

Re: SVG Library in c/c++

2001-04-09 Thread R.C.S
Please don't do a follow-up/reply from an old to a new thread. Avi Boots <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone knows if there is an > SVG (Scalable Vector Graphics ) Library > in c/c++ ? (i know there is one in java named "batik" > in apa

SVG Library in c/c++

2001-04-09 Thread Avi Boots
Hi, Does anyone knows if there is an SVG (Scalable Vector Graphics ) Library in c/c++ ? (i know there is one in java named "batik" in apache project) How can i connect the library to the browsers ? Thanks you, Avi. ==

Re: A tool to automate interaction with the (books) library website?

2000-05-10 Thread Leonid Igolnik - LiM
Try http://libagent.cs.technion.ac.il/index.html Leonid On Sun, 7 May 2000, Shaul Karl wrote: | Hello, |Beside using a programming language are there any tools to assists or even let |non programmers automate the interaction with the (books) library site so that |loans renewal can be

A tool to automate interaction with the (books) library web site?

2000-05-07 Thread Shaul Karl
Hello, Beside using a programming language are there any tools to assists or even let non programmers automate the interaction with the (books) library site so that loans renewal can be handled from cron? -- -- Shaul Karl <[EMAIL PROTEC

Re: c library functions

1999-06-29 Thread Oleg Goldshmidt
Assa Paran <[EMAIL PROTECTED]> writes: > Hello > As a newbie to linux ,at least as a programmer > I need to know where to find documentation ( like help ) > of c library functions ,espacailly ANSI compatible. On paper: "The Standard C Library" by Plauger, Prenti

c library functions

1999-06-29 Thread Assa Paran
Hello As a newbie to linux ,at least as a programmer I need to know where to find documentation ( like help ) of c library functions ,espacailly ANSI compatible. It appears that the rand() function (stdlib.h)which is documented in Reachy & Kranigen is ANSI . It is supposed to return 0 -

~"Shared library can't be found" msg.

1999-06-07 Thread Kalaev, Maxim
Hi, Is anybody know what can be a problem: I am getting message like "ERROR: Shared library can't be loaded, file XX not found" (I am not remeber the exact form of the error) But, I have file XX present in my /lib directory, after I run ldconfig -v, the file still can&#

Re: patch for making a gtk reflected shared library

1999-06-01 Thread Alex Shnitman
ought of was more like a library that has only the > > changed functions, named the same way as the original ones, which > > would then be LD_PRELOADed for each application you want to hebrewfy! > > To me that looks like a cleaner approach; what do you think about it? > >

Re: patch for making a gtk reflected shared library

1999-06-01 Thread Dov Grobgeld
First of all, thanks a lot Alex for taking some of the distribution load off from me. I would rather spend my free sw time on coding rather than on maintaining a distribution site. Alex Shnitman wrote: > Actually, what I thought of was more like a library that has only the > changed fun

Re: patch for making a gtk reflected shared library

1999-06-01 Thread Dov Grobgeld
First of all, thanks a lot Alex for taking some of the distribution load off from me. I would rather spend my free sw time on coding rather than on maintaining a distribution site. Alex Shnitman wrote: > Actually, what I thought of was more like a library that has only the > changed fun

Re: patch for making a gtk reflected shared library

1999-05-31 Thread Alex Shnitman
Dov Grobgeld writes: > I just uploaded a patch that makes a gtk reflected widget shared > library that may be used to replace the normal gtk shared library. > Alex (are you there :-) promised to compile and create nice RPM's out > of it. :-) Actually, what I thought o

patch for making a gtk reflected shared library

1999-05-31 Thread Dov Grobgeld
I just uploaded a patch that makes a gtk reflected widget shared library that may be used to replace the normal gtk shared library. Alex (are you there :-) promised to compile and create nice RPM's out of it. :-) I tested it on gnotepad+ and it works beautifully. Unfortunately it doesn'