On Thu, 24 Feb 2005, Stipe Tolj wrote:

> BTW, I see in /usr/lib/apach2/lib that all shared modules have .so filename
> endings, which is obviously not what we want in the DLL world, right?

If dlopen() is used, the libraries can be named anything, including *.so.
If they are linked with statically (so that the library needs to be looked
up by Windows), I think you're right, and they need to be *.dlls.
        Igor
-- 
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_                [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            [EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'           Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

Reply via email to