| www.delorie.com/archives/browse.cgi | search |
| Date: | Wed, 10 Aug 1994 20:40:50 +0400 (EDT) |
| From: | kaikow AT standards DOT com (Howard) |
| Subject: | Re: Libg++ woes |
| To: | djgpp AT sun DOT soe DOT clarkson DOT edu |
| Cc: | kaikow AT standards DOT com |
using
gcc v.c -o v -lgpp
I get:
v.c:1: _string.h: file not found
Gordon Hogenson <ghogenso AT u DOT washington DOT edu> writes:
: I've got DJGPP 1.12 up and running and I've hit some snags.
: What's going on with libg++ 2.6.0 ? The following simple program:
: #include <_string.h>
: main()
: {
: String s("Hello?");
: }
: when compiled as gcc strtst.cc -o strtst -lgpp, gives undefined
: references:
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |