Ilya Zakharevich on Thu, 9 Nov 2000 14:58:18 -0500


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

Re: [PARI] about the behavior of install()


On Thu, Nov 09, 2000 at 04:04:31PM +0100, Louis Granboulan wrote:
> Do you know of some guidelines for writing dynamic libraries
> under unixes ?

There is no such thing as "unixes".  If I remember correct, HPUX may
use the same kind of dynalinking as OS/2 (or was it DGUX?..).  This
would mean that you need a list of exported entry points to the DLL
before you can create a DLL.

Ilya