On Wed, 07 Jan 2009, Barry Jackson wrote:

Hi Barry,

[...]
> I have compiled and linked the test program as follows:-
> 
> [...@jackodesktop hbr]$ hbcmp -gc -n telepath.prg
> Harbour 1.1.0dev (Rev. 9956)
> Copyright (c) 1999-2008, http://www.harbour-project.org/
> Compiling 'telepath.prg'...
> Lines 1137, Functions/Procedures 31
> Generating C source output to 'telepath.c'... Done.
> 
> [...@jackodesktop hbr]$ hbcmp -gc testtp.prg
> Harbour 1.1.0dev (Rev. 9956)
> Copyright (c) 1999-2008, http://www.harbour-project.org/
> Compiling 'testtp.prg'...
> Lines 19, Functions/Procedures 3
> Generating C source output to 'testtp.c'... Done.
> 
> [...@jackodesktop hbr]$ hbcc testtp.c telepath.c tpcommon.c tplinux.c
> [...@jackodesktop hbr]$

It's not directly related to your problem but I think that you should not
build final application in such compilicated way. bhbtpathy is created by
GNU make system when you build Harbour so it should be enough to make:
   hbmk testtp.prg -lbhbtpathy

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

Reply via email to