Please check buildx.sh operation when you get a chance
Posted: Sun Jul 29, 2007 3:08 am
Antonio
> I am writing up a guide for anyone who wants to switch to FiveLinux.
Cool, thanks :-)
> ./../../xharbour/bin/harbour $1.prg ...
Both Harbour and xHarbour compile fine here without supplying .prg
> Also would you please advise how to compile and link multiple source files?
harbour one.prg -n ...
harbour two.prg -n ...
harbour three.prg -n ...
gcc one.c -c ...
gcc two.c -c ...
gcc three.c -c ...
gcc one.o two.o three.o -oone.exe ...
> And I notice that there is no "objects.ch"
Harbour/xHarbour provide the same functionality as "objects.ch". Its built-in Harbour/xHarbour
> I am writing up a guide for anyone who wants to switch to FiveLinux.
Cool, thanks :-)
> ./../../xharbour/bin/harbour $1.prg ...
Both Harbour and xHarbour compile fine here without supplying .prg
> Also would you please advise how to compile and link multiple source files?
harbour one.prg -n ...
harbour two.prg -n ...
harbour three.prg -n ...
gcc one.c -c ...
gcc two.c -c ...
gcc three.c -c ...
gcc one.o two.o three.o -oone.exe ...
> And I notice that there is no "objects.ch"
Harbour/xHarbour provide the same functionality as "objects.ch". Its built-in Harbour/xHarbour