I've just resync my local repo after vacation and I've found that in hb-func.sh the lines below are commented:
# echo "Making ${full_lib_name}..." # ${hb_mkdyn} ${full_lib_name} ${LIBS} ${linker_options} # if [ "${LIBS}" != "${LIBSMT}" ]; then # echo "Making ${full_lib_name_mt}..." # ${hb_mkdyn} ${full_lib_name_mt} ${LIBSMT} ${linker_mtoptions} ${linker_options} # fi I've read in the Changelog that: ... * bin/hb-func.sh - Commented creation of dynamic libs. Now it's done on GNU Make level. But now I can't find a way to add contrib libs to libharbour.so. Any suggestion? best regards, Lorenzo _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour