From: ah214@yfn.ysu.edu (Weijin Mai) Subject: G++:where is the c++ library? I couldn't link c++ program. Date: 28 Dec 1992 13:43:02 GMT
I compiled the C++ program and produced an object file. The problem is
I couldn't link it with the appropiate c++ library. My program uses cout and
cin and the linker doesn't find the library for these two functions. I used
the -llibrary switch and tried out all the library in usr/lib without success.
Why can't g++/gcc determine the library it needs from header file?[D[
What is the library for iostream.h?