I built Harbour with set HB_USER_PRGFLAGS=-l-
(thats a lowercase 'L')

---tt55.prg---
proc main
quot("Hello")
return
--------------

..\bin\hbmk2 -bldf tt55 -w -n

Harbour 2.0.0beta3 (Rev. 12884)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'tt55.prg'...
Lines 3, Functions/Procedures 1
Generating C source output to 'tt55.c'... Done.
Cannot open  -l-.prg, assumed external

No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
(E:\hrb\bin\harbour.exe) -n2 tt55.prg  -l- -w -n -iE:\hrb\include


The following do work:
..\bin\hbmk2 -l- tt55 -w -n

  Chen.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to