Hi Viktor, There is small problem with share library when local HBZLIB and/or HBPCRE. Now they are not part of harbour shared library. It means that on some platforms which strictly needs relocatable code and have to resolve all dependencies it's not possible to create harbour shared library. On some other platforms it's necessary to update linked order, i.e. now in HAIKU shared linked binaries generate the following error: Could not resolve symbol 'pcre_malloc'. It also increase the size of final binaries which have to use regex or zlib. Can you second dynamic compilation phase to these libraries and include them in harbour shared library when they are used in local version?
best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
