Newsgroups: comp.os.msdos.djgpp From: wolfman AT cedar DOT alberni DOT net Subject: Standard libraries question Message-ID: <1117ce$1382a.4e@news.alberni.net> Date: Sat, 17 Jan 1998 09:56:42 GMT Organization: MCS Internet Customer Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I use DJGPP 2.01 (with the 2.8.1 bin utils, but I don't think that matters.) with rhide 1.4. I compile for C++ which means that the command line used is: gcc -x c++ [options] [files] Anywho, my question is what are the standard libraries that are linked when doing this. It seems that libiostr.a is linked because I have no trouble using cout and cin, but is libgpp.a linked. I ask this because of the lisence restrictions on it. Also, I am wondering what lib 'new' and 'delete' are in. And one more thing... if libgpp.a is linked, how can I stop it from being linked? Thanks for any help.