> Thanks, I'll add it.

Thank you.

> BTW, there are some problems with the letodb.hbp:
> the letodb.exe, built with it ( bcc ) , creates a console box after
> starting. I wanted to look at link options, but the only info is ( get with
> -traceonly ):
> ilink32.exe @C:\DOCUME~1\ALE\LOCALS~1\Temp\du48kl.lnk
> and the du48kl.lnk is absent ( most likely, autodeleted ). I tried to set in

Maybe you run it with different parameters, or missed the output,
but 'hbmk2 -traceonly letodb.hbp' should display even the content
of the temp file above.

> letodb.hbp options I use linking the letodb.exe:
>
> -ldflag={bcc}-lGn -lTpe -laa
>
> but it gives an error:
> Fatal: Unable to open file 'TPE.LIB'

You can pass flags one by one using -ldflag switch:
-ldflag={bcc}-Gn -ldflag={bcc}-Tpe -ldflag={bcc}-aa

However:

1) -Gn and -Tpe are added by default by hbmk2, so it isn't needed.
2) Instead of -aa I'd recommend -gui which enables the same switch for BCC,
    but also works for every other compiler.

> So, there are two questions:
> how can I set the -lGn -lTpe -laa for a linker and is there a way to look at
> used linker options ?

Use -trace option (or -traceonly) to display everything executed.

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

Reply via email to