| www.delorie.com/archives/browse.cgi | search |
| Date: | Tue, 13 Feb 1996 09:01:53 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | Christian Burger <burger AT bunsen DOT HRZ DOT Uni-Marburg DOT DE> |
| Cc: | djgpp AT delorie DOT com |
| Subject: | Re: stl problem w/ v2beta5 |
On 12 Feb 1996, Christian Burger wrote:
> Erik Max Francis (max AT alcyone DOT com) wrote:
> : Christian Burger wrote:
>
> : > The following does not link, complaining about a missing new or so:
> : >
> : > #include <list>
> : > main() {
> : > list<int> a;
> : > a.push_back(1);
> : > }
> : >
> : > Any clues?
Did you append -lgpp to the link command line? Without this, the linker
won't search the C++ library.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |