Subj : Re: C++Builder BCC32.CFG error To : borland.public.cpp.borlandcpp From : "Nuray" Date : Mon Nov 17 2003 01:30 am It is in that directory "Ed Mulroy [TeamB]" wrote: >Make sure that bcc32.cfg is in the c:\borland\bcc55\bin directory. > >. Ed > >> Nuray wrote in message >> news:3fb7dbad$1@newsgroups.borland.com... >> >> Hi, >> I downloaded C++Builder BCC32(Command-line compiler). >> I typed bcc32.cfg as >> >> -l"c:\Borland\Bcc55\include" >> -L"c:\Borland\Bcc55\lib" >> >> But it gives >> Error E2209 iostream.h 36: Unable to open include file 'stdcomp.h' >> Error E2209 iostream.h 37: Unable to open include file 'istream' >> Error E2209 iostream.h 38: Unable to open include file 'ostream' >> Error E2141 iostream.h 44: Declaration syntax error >> Error E2141 iostream.h 47: Declaration syntax error >> Error E2451 hello.cpp 4: Undefined symbol 'cout' in function main() >> Error E2451 hello.cpp 4: Undefined symbol 'endl' in function main() >> *** 7 errors in Compile *** >> >> Thanks for comments in advance > > .