Hi,
I built the static/dynamic package on my hp-ux 10.20 machine with:
gmake UNIX_CAN_BUILD_STATIC=1 UNIX_CAN_BUILD_DYNAMIC=1 install
but the static package is not real static, because it depends on libiconv.
I added in abi/src/wp/main/unix/Makefile
EXTRA_LIBS += -L/opt/libiconv/lib
what is to do, that the static package is real static ?.
thanks Martin
