On Sun, 22 Feb 2009, Lorenzo Fiorini wrote: > Is there any reason? > Wouldn't be better to have them linked against harbour shared lib?
They are shared if you use mpkg_rpm.sh or mpkg_tgz.sh. They have to be shared for portability. Otherwise it may create very serious problems when binaries are moved between different kernels/glibc which may used slightly modified sys calls. Static binaries can be used only with limited set for well known systems where programmer can be sure that such problems will not appear. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
