Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

c++ compiler help

Status
Not open for further replies.

A1METALHEAD

Programmer
May 21, 2004
76
US
i have the free comandline vertion of borlnad c++ compiler, whenever i try to compile a file, it comes up with Unable to exicute iLink32.exe!! i do have the cfg files set up! can you plese help? or know of any other free command line c++ compiler? i have win xp.

~metalhead
 
Did you set the environment variables?
Control panel->system->Advanced
Environment variables...

Having done that, did you start a new console?

Use the 'set' command in the console to see what environment variables are set.
If the bcc variables are not there, the compiler will not function.


--
 
If you wouldn't mind another download (and aren't insistent on using the borland compiler) you may wish to check out Mingw Studio, it's basically a light-weight clone of Visual C++ using the gcc port to Windows, Mingw. (It also runs on linux, whoo hoo!)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top