From: kbhasin AT aries DOT poly DOT edu (Kapil Bhasin) Subject: Need help with C++ installation To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Mon, 13 Mar 1995 15:50:12 -0500 (EST) Hello all, This may sound like a dumb question but I would like somebody to tell me the *CORRECT* way to install DJGCC c++ libraries. I unzipped the c++ library files into the correct directory, and I can compile my c++ programs. But all of my c++ programs during compilation issue warnings of conflicting declerations.... Even a program like this issues warnings... #include main() { } If I call the program test.c (C compile). There are no warnings but if I call it test.cc(C++ compile) the program compiles but with a lot of warnings...... does anybody know what I am doing wrong... Thanks in advance Kapil