Louis Granboulan on Thu, 9 Nov 2000 16:04:31 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PARI] about the behavior of install() |
Bill Allombert wrote : > The three possible extension are : > > .so for un*x-like system > .o for SUNOS when someone forget the dummy linking > ld -shared math.o -o math.so (it happen to me:) > .dll for W*ndows The "Configure" script also uses the "sl" suffix for HPUX. Do you know of some guidelines for writing dynamic libraries under unixes ? I wrote this part of "Configure" by trial and error! Louis