Hi Enrico,

I guess you are building 64bit version. If yes, please make changes to 
makefile.bc a bit as follows:

From:

!if ("$(HB_ARCH)"=="64")
ACE_LIB   =$(ACE64_LIB)
CC        =BCC64
LINKEXE   =ILINK64
LIBEXE    =TLIB64
IMPLIBEXE =MKEXP

To:

!if ("$(HB_ARCH)"=="64")
ACE_LIB   =$(ACE64_LIB)
CC        =bcc64
LINKEXE   =ilink64
LIBEXE    =tlib64
IMPLIBEXE =MKEXP

Watch the letter case.


Andi

On Wed, 25 Jan 2017 19:56:48 +0100
Enrico Maria Giordano <e.m.giord...@emagsoftware.it> wrote:

> All I get is
> 
> MAKE Version 5.41  Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.
> utils\misc\hblib.c:
> Turbo Incremental Link64 6.75 Copyright (c) 1997-2016 Embarcadero 
> Technologies, Inc.
> Fatal: Invalid object file 'E:\XHBSVN\XHARBOUR\OBJ\B64\HBLIB.O'
> 
> ** error 2 ** deleting bin\b64\hblib.exe
> 
> Any ideas?
> 
> My compile batch is
> 
> SET HB_ARCH=64
> SET CC_DIR=c:\bcc7264
> CALL make_bc all
> 
> EMG
> 


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to