Click to See Complete Forum and Search --> : Configuration file


Charleston
February 5th, 2004, 11:07 PM
I know my question here is stupid but I have to admit that I actually do not know how to create a configuration file (.cfg) which will set my C++ compiler options for a the lib path.
Would you please spend a few moments typing down what I should do to make one ?
Please help...

Thanks so much,
-Charles

khp
February 6th, 2004, 01:17 AM
Which compiler are you using ?.

Perhaps you can find info on this, in the compiler documentation.

Charleston
February 6th, 2004, 10:28 AM
Originally posted by khp
Which compiler are you using ?.

Perhaps you can find info on this, in the compiler documentation. Thanks Kim a lot, here is what I am told in Borland C++ readme file,
1. Run freecommandlinetools.exe; choose the
drive and folder into which you want to
install the free C++Builder 5 command line
tool development system.

2. From the bin directory of your installation:
a. Add "c:\Borland\Bcc55"
to the existing path
b. Create a bcc32.cfg file which will set
the compiler options for the Include
and Lib paths (-I and -L switches to
compiler) by adding these lines:
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"
c. Create an ilink32.cfg file which will set
the linker option for the Lib path by
adding this line:
-L"c:\Borland\Bcc55\lib"
As I said, I do not know where to begin to write such a file, I have never done this before, I also donot know where in the sys directory I should *put* it in later, would you tell me how ?

Again, Thanks so much,

Eli101
February 7th, 2004, 03:22 AM
Originally posted by Charleston

As I said, I do not know where to begin to write such a file, I have never done this before, I also donot know where in the sys directory I should *put* it in later, would you tell me how ?

Again, Thanks so much,
Those People don't answer because they don't know and that's what you should believe..
http://community.borland.com/article/0,1410,21205,00.html

They give you a tutorial in details :D

Now, you got it ?

Charleston
February 7th, 2004, 07:11 AM
Originally posted by Eli101
Those People don't answer because they don't know and that's what you should believe..
http://community.borland.com/article/0,1410,21205,00.html
They give you a tutorial in details :D

Now, you got it ? Thanks :) I get there now. and I already got it.
Why were those liars born to possess green complexion ? I wonder...