Marcos,

hb_stack_ready is static to VM when HB_VM_ALL is defined during
compiling (see: source/vm/hvmall.c)

What I can advise is:

1. Make sure that all modules were compiled with HB_VM_ALL
2. Make sure that there is no hbvmopt.h is included except in VM.LIB

If these steps do not work, then you may try to undef HB_VM_ALL with:

export HB_NO_VM_ALL=yes

Sorry, I have no *nix machine here.

Andi

On Wed, 15 Aug 2012 03:27:10 -0300
Marcos Antonio Gambeta <marcosgamb...@uol.com.br> wrote:

> Em 15/08/2012 02:33, Andi Jahja escreveu:
> > Marcos,
> >
> > Could you please try after:
> >
> > 2012-08-15 12:30 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
> >
> > Thanks.
> >
> > Andi
> 
> Andi,
> 
> The error was gone, but there are a new error:
> 
> make -C hbrun
> make[2]: Entrando no diretório `/home/marcos/xharbour/utils/hbrun'
> make[3]: Entrando no diretório `/home/marcos/xharbour/utils/hbrun/linux/gcc'
> gcc -DHB_OS_LINUX -Wall -W -DHB_NO_DV_MEMCPY  -DHB_VM_ALL -ohbrun 
> hbrun.o external.o   -L../../../../source/debug/linux/gcc 
> -L../../../../source/vm/linux/gcc -L../../../../source/rtl/linux/gcc 
> -L../../../../source/ct/linux/gcc -L../../../../source/lang/linux/gcc 
> -L../../../../source/codepage/linux/gcc 
> -L../../../../source/rdd/linux/gcc -L../../../../source/rtl/linux/gcc 
> -L../../../../source/vm/linux/gcc -L../../../../source/macro/linux/gcc 
> -L../../../../source/pp/linux/gcc -L../../../../source/common/linux/gcc 
> -L../../../../source/rdd/nulsys/linux/gcc 
> -L../../../../source/rdd/bmdbfcdx/linux/gcc 
> -L../../../../source/rdd/dbfntx/linux/gcc 
> -L../../../../source/rdd/dbfnsx/linux/gcc 
> -L../../../../source/rdd/dbfcdx/linux/gcc 
> -L../../../../source/rdd/dbffpt/linux/gcc 
> -L../../../../source/rdd/hbsix/linux/gcc 
> -L../../../../source/rdd/hsx/linux/gcc 
> -L../../../../source/rdd/usrrdd/linux/gcc 
> -L../../../../source/rtl/gtcgi/linux/gcc 
> -L../../../../source/rtl/gtpca/linux/gcc 
> -L../../../../source/rtl/gtstd/linux/gcc 
> -L../../../../source/rtl/gttrm/linux/gcc 
> -L../../../../source/rtl/gtcrs/linux/gcc 
> -L../../../../source/rtl/gtsln/linux/gcc 
> -L../../../../source/rtl/gtxwc/linux/gcc -L/usr/X11R6/lib 
> -L../../../../source/rtl/pcre/linux/gcc 
> -L../../../../source/rtl/zlib/linux/gcc  -Wl,--start-group -ldebug  
> -lvm  -lrtl  -lct  -llang  -lcodepage  -lrdd  -lrtl  -lvm -lmacro  -lpp  
> -lcommon  -lnulsys  -lbmdbfcdx  -ldbfntx  -ldbfnsx -ldbfcdx  -ldbffpt  
> -lhbsix  -lhsx  -lusrrdd  -lgtcgi  -lgtpca -lgtstd  -lgttrm  -lgtcrs  
> -lgtsln  -lgtxwc -lncurses -lslang -lX11 -lpcrepos -lzlib -lm -ldl 
> -Wl,--end-group
> ../../../../source/vm/linux/gcc/libvm.a(estack.o): In function 
> `hb_stackInit':
> estack.c:(.text+0x17d): undefined reference to `hb_stack_ready'
> ../../../../source/vm/linux/gcc/libvm.a(estack.o): In function 
> `hb_stackFree':
> estack.c:(.text+0x18f): undefined reference to `hb_stack_ready'
> ../../../../source/vm/linux/gcc/libvm.a(estack.o): In function 
> `_hb_stack_ready':
> estack.c:(.text+0x276): undefined reference to `hb_stack_ready'
> ../../../../source/vm/linux/gcc/libvm.a(fm.o): In function `hb_xquery':
> fm.c:(.text+0x4a5): undefined reference to `hb_stack_ready'
> fm.c:(.text+0x4bf): undefined reference to `hb_stack_ready'
> ../../../../source/vm/linux/gcc/libvm.a(fm.o):fm.c:(.text+0x4e5): more 
> undefined references to `hb_stack_ready' follow
> collect2: ld returned 1 exit status
> make[3]: ** [hbrun] Erro 1
> make[3]: Saindo do diretório `/home/marcos/xharbour/utils/hbrun/linux/gcc'
> make[2]: ** [descend] Erro 2
> make[2]: Saindo do diretório `/home/marcos/xharbour/utils/hbrun'
> make[1]: ** [hbrun] Erro 2
> make[1]: Saindo do diretório `/home/marcos/xharbour/utils'
> make: ** [utils] Erro 2
> 
> To compiling, I am using:
> 
> export HB_ARCHITECTURE=linux
> export HB_COMPILER=gcc
> export HB_GT_LIB=gttrm
> export HB_MT=no
> ./make_gnu.sh
> 
> Thank you!
> 
> 
> Regards,
> Marcos Gambeta


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to