Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: iso-8859-1 Content-Length: 5219
The problem is all of the Makefile.in’s have the
library extension hardcoded to “.so”:
SO_EXT=.so
but they should be set to the DYNOBJEXT variable which is
set to the correct value by config/shlib.conf:
SO_EXT=$(DYNOBJEXT)