In hb-func.sh there is:
mk_hbgetlibsctb()
{
...
echo "$libs rddads hbct hbnf hbmzip hbtip xhb hbgd hbodbc hbpg
hbmysql rddado hbw32 gtwvg $HB_USR_LIBS"
...
}
I've found that whatever is in the above list and is built on my
development box "gets linked" in my shared binaries even if I didn't
ask for it.
The same is true for gtcrs and that means that my user have to install
it even if the apps don't require it.
I've replaced it with:
...
echo "$libs $HB_USR_LIBS"
...
and it "fixes" the problem. Is there any reason to link everything in that way?
best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour