xHarbour compiled with MinGW:

This sample compile ok:

procedure main()
? "test"
return

This sample don't compile:

request hb_gt_wvt
request hb_gt_wvt_default
procedure main ()
? "teste"
inkey(0)
return

Error:
E:\xharbour-rev9588-mingw\lib/libgtwvt.a(gtwvt.o):(.text+0x3cb7): 
undefined reference to `_hb_stack_ready'
E:\xharbour-rev9588-mingw\lib/libgtwvt.a(gtwvt.o):(.text+0x410d): 
undefined reference to `_hb_stack_ready'
E:\xharbour-rev9588-mingw\lib/libgtwvt.a(gtwvt.o):(.text+0x4199): 
undefined reference to `_hb_stack_ready'
E:\xharbour-rev9588-mingw\lib/libgtwvt.a(gtwvt.o):(.text+0x42b7): 
undefined reference to `_hb_stack_ready'
collect2: ld returned 1 exit status


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