Okay. I'll commit the split anyway, since it's done already, but
it will continue to work with letodb.

BTW, is there anything missing to use hbmk2 to build letodb?

(I've just committed a few more .hbm examples)

Brgds,
Viktor

On Fri, May 29, 2009 at 11:35 AM, Alexander S.Kresin
<a...@belacy.belgorod.su> wrote:
>>  Now there is other problem - letodb.exe, compiled with mingw, doesn't
>> run, it gives a message "<nomnemonic_name>.dll isn't found" (
>> <nomnemonic_name> is a sequence of casual non character symbols ). Does
>> anyone know why this could happen ?
>>
>
>  It's solved. I've made an error in a Makefile ( I still don't understand
> clear enough all those $@ $^ ), which cause the following command line:
>
> gcc -Wall -mwindows -oletodb.exe bin/letodb.exe obj\w32/server.o ...
>
> and produces an interesting effect: probably, gcc tried to link
> bin/letodb.exe ( it was there, build by bcc ) in a resulting exe and link it
> (!) without warnings, and this resulting exe behaves so strange.
>
> Regards, Alexander.
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to