[Fink-devel] elf's dl*() ported...

2002-04-16 Thread Andrew de los Reyes
hey, after going through the annoyance of not having dl*() on darwin, i finally got those functions working (at lease dlopen, dlsym, and dlclose). i borrowed the code from python as was suggested. anyway, people might benefit from the following files (maybe a link from the doc web page where

Re: [Fink-devel] elf's dl*() ported...

2002-04-16 Thread Max Horn
At 13:13 Uhr +0200 16.04.2002, Andrew de los Reyes wrote: hey, after going through the annoyance of not having dl*() on darwin, i finally got those functions working (at lease dlopen, dlsym, and dlclose). i borrowed the code from python as was suggested. anyway, people might benefit from the

Re: [Fink-devel] elf's dl*() ported...

2002-04-16 Thread Ben Hines
At 3:34 PM +0200 4/16/02, Max Horn wrote: Uhm, sorry, you are lagging behind a year or so ... :-) dlcompat, which also provides these functions, has been available for ages, from Apple's Darwin CVS. And we did a complete rewrite from scratch with enhanced features just recently. For the

Re: [Fink-devel] elf's dl*() ported...

2002-04-16 Thread Peter O'Gorman
On Tuesday, April 16, 2002, at 10:45 PM, Ben Hines wrote: At 3:34 PM +0200 4/16/02, Max Horn wrote: Uhm, sorry, you are lagging behind a year or so ... :-) dlcompat, which also provides these functions, has been available for ages, from Apple's Darwin CVS. And we did a complete

Re: [Fink-devel] elf's dl*() ported...

2002-04-16 Thread Justin Hallett
it would be nice if we didn't have to do this. I know in my xine port i need to beable to use both which is a pain, though i'm not sure why i need both yet. [EMAIL PROTECTED] writes: So does ours, if you change the cc line to be cc -Ddlsym=dlsym_prepend_underscore

Re: [Fink-devel] elf's dl*() ported...

2002-04-16 Thread Justin Hallett
well if you have fink then 10.1.3 does have dlcompat. [EMAIL PROTECTED] writes: Well, yes, however, Mac OS X 10.1.3 does not have dlcompat, and I have noticed many posters seem to be using a Mac OS X system for 'darwin' development. (myself included...) Also, it was a less than easy install