Hello, there is the problem with hbmk2 when library has character ".".

My workaround was changing the names:

bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_net-2.8.so libwx_baseu_net-28.so bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_xml-2.8.so libwx_baseu_xml-28.so

....

hbc:
libs=wx_baseu_net-28 wx_baseu_xml_28  ...

I used to work it around by appending a '.' (dot)
at the end of the libname:
libs=libwx_baseu_net-2.8.

The other alternative is that I don't trip lib extension,
but I fear a lot of -l/libs= switches will break when
porting make files.

Or, other ideas are welcome.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to