This is the mail archive of the gcc-bugs@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]

Re: egcs-19980517, i586-linux-gnu: Trouble with _IO_getline_info


vonbrand@sleipnir.valparaiso.cl (Horst von Brand) writes:

> [root@sleipnir /tmp]# c++ hello.cc
> /usr/lib/libstdc++.so: undefined reference to `_IO_getline_info@@GLIBC_2.1'
> collect2: ld returned 1 exit status

Take a look at the libraries c++ used to link.  If the libstdc++ is
created by linking against glibc 2.1 so must all binaries using this
libstdc++.

-- Uli
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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