This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: lstdc++ ?


>>>>> "Mark" == Mark Horner <horner@hlt.phy.uct.ac.za> writes:

    Mark> Hi, I get ...  ..ld: cannot find -lstdc++

    Mark> Fair enough - I must add it - where do I find it for gcc/g++
    Mark> 3.1 on i686?  I am getting a little lost.

You're a little sparse on information here. What operating system do
you use (uname -a)? What kind of distribution? How did you get GCC
(self-compiled, installed a binary tarball)?

For a RPM based system, you need to install the appropriate
libstdc++-devel package (rpmfind.net).

If you're using Debian, install the libstdc++3-dev package.

HTH
Claudio


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]