![]() |
|
#1
|
||||
|
||||
help with borland compilerHello, I just installed borlands c++ compiler but can't get it to compile a simple script. Im getting this error: Fatal: Unable to open file 'C0X32.OBJ'.
Please help, thank you. |
|
#2
|
||||
|
||||
|
Quote:
Nevermind, I found the problem. I didnt have the : in my ilink lib path. It should have been C:\, but I just had c\ |
|
#3
|
|||
|
|||
|
Quote:
/rant on Would it have been so hard to write down the solution so someone else with the same problem could of followed the same path to the solution??? /rant off anyway, the solution to this problem lies in the fact that the borland compiler does not know where to find the standard obj, they are there, and there are config files that tell the compiler and linker where to find them. Here's what to do: The linker couldn't find C0X32.OBJ. You should have bcc32.cfg and ilink32.cfg in "C:\Borland\Bcc55\bin" if you installed the compiler to "C:\Borland\Bcc55". bcc32.cfg CODE -I"C:\Borland\Bcc55\include" -L"C:\Borland\Bcc55\lib" ilink32.cfg CODE -L"C:\Borland\Bcc55\lib" these two config files (create them with an ascii editor, ie, notepad) will also allow the compiler to find the standard libraries eg, " #INCLUDE <stdio.h> " without having to jump through all kinds of hoops. Last edited by jleslie48 : 08-Jul-2005 at 20:04.
Reason: further clarification
|
Recent GIDBlog
Python ebook by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The