On Tue, 05 Aug 2008, Szakáts Viktor wrote:

Hi Viktor,

> Surely, it would be better. I believe all compilers should
> be able to produce a compatible .dll.
> Okay, I've now built Harbour using make_gnu.sh, I don't know
> how a shared lib looks like, but there are surely not any
> harbour*.dll created.

My fault, I forgot that harbour shared library is created in install
phase in HB_LIB_INSTALL directory. By default it's /usr/local/harbour/lib
So please make now:
   ./make_gnu.sh install

> hb-mkslib.sh needs parameters, but I don't know what exactly?

If you want to create harbour.dll manually then make:

hb-mkslib.sh harbour.dll libhbvm.a libhbrtl.a libhbcommon.a <otherhblibs,...>

but it's not necessary. ./make_gnu.sh install will be enough.

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

Reply via email to