Thu, 22 Feb 2001 11:27:20 -0700, Alastair Reid <[EMAIL PROTECTED]> pisze: > In fact, I expect that having dlopen do a search through the > libraries that it thinks are relevant instead of Hugs performing a > search through the list of libraries that it knows to be relevant > probably makes things worse because it increases the gap between > the programmer's mental model and what actually happens. Unider Linux it needs not to be specified in which library a symbol is defined. It's enough to say: #include these headers, link in these libraries, and you will get the following functions. (And even libraries need not to be specified by name, as in gtk+ example.) So we can't *require* specifying the exact library for individual functions. -- __("< Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/ \__/ ^^ SYGNATURA ZASTÊPCZA QRCZAK _______________________________________________ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/ffi
- Summary of current change suggestions malcolm-ffi
- Re: Summary of current change suggestions Marcin 'Qrczak' Kowalczyk
- Re: Summary of current change suggestions Manuel M. T. Chakravarty
- Re: Summary of current change suggestio... Marcin 'Qrczak' Kowalczyk
- RE: Summary of current change suggestio... Alastair Reid
- RE: Summary of current change sugge... Manuel M. T. Chakravarty
- RE: Summary of current change s... Alastair Reid
- RE: Summary of current cha... Marcin 'Qrczak' Kowalczyk
- RE: Summary of current cha... Manuel M. T. Chakravarty
- RE: Summary of current change suggestio... Alastair Reid
- RE: Summary of current change sugge... Manuel M. T. Chakravarty
- Re: Summary of current change sugge... Marcin 'Qrczak' Kowalczyk
- RE: Summary of current change suggestions Simon Marlow
- RE: Summary of current change suggestio... Manuel M. T. Chakravarty
- RE: Summary of current change suggestio... Alastair Reid
- RE: Summary of current change sugge... Manuel M. T. Chakravarty
- RE: Summary of current change suggestions Simon Peyton-Jones
- RE: Summary of current change suggestio... Marcin 'Qrczak' Kowalczyk