This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/17537] [3.4/4.0 Regression] g++ not passing -lstdc++ to linker when -l is only supplied
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Sep 2004 22:43:31 -0000
- Subject: [Bug driver/17537] [3.4/4.0 Regression] g++ not passing -lstdc++ to linker when -l is only supplied
- References: <20040917182310.17537.dpatel@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-09-28 22:43 -------
Subject: Bug 17537
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sayle@gcc.gnu.org 2004-09-28 22:43:12
Modified files:
gcc/cp : ChangeLog g++spec.c
Log message:
PR driver/17537
* g++spec.c (lang_specific_driver): Unrecognized libraries, other
than -lc and -lm, may require linking against libstc++.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.4393&r2=1.4394
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/g++spec.c.diff?cvsroot=gcc&r1=1.46&r2=1.47
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17537