On Sun, 20 Sep 2009, Szak�ts Viktor wrote: > Here if possible I'd like to see some syncing between *nix and > non-*nix. On non-*nix dlls are created in bin dir, while on *nix > they are created in lib dir. This isn't too good.
It will create series of problems. shared libraries have exectable attribute but they are not normal executable files. It will confuse shell in tab expansion, GPF on unwanted execution, break strict protection rules in some distributions, etc. I think that it's much easier to agree with some conservative admin that you will put into one of PATH directories series of MP3 files with hard rock but without executable and write attribute then single library file with executable attribute and it's not a joke :) best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
