While compiling a makefile with the BCB5 commandline tools, Linker gives me this error:
[Ephesus] D: \ APGRA ~ 1 \ Borland \ CBUILD ~ 1 \ bin \\ \ bin = ENGLink 32 @ MAK 20000. @@@ [AP] Turbo Incremental Link 5.00 Copyright (C) 1997, 2000 BORLAND [APP] Fatal: Unable to open the file 'Constance OOBJ' [exec] ** Error 2 ** Removing from LibE \ Paslib.lib
I have checked all the files that have been compiled and none of them use this file or this is not mentioned in the make file. It's not anywhere on my machine, tell me till search Spun is no problem, of course, to be compiled into the IDE. What is this linker doing?
This project is called by creating flags - B and -fproject.bpr
I suspect that a header contained in the source code has a line like this:
#pragma link "consts"
Preprocess CPP files and you should know where it is coming from.
There are other possibilities, but I think this is most likely.
Comments
Post a Comment