Date: Wed, 10 Aug 1994 20:55:43 -0700 (PDT) From: Gordon Hogenson Subject: Re: Libg++ woes To: Howard Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, kaikow AT standards DOT com On Wed, 10 Aug 1994, Howard wrote: > using > > gcc v.c -o v -lgpp > > I get: > > v.c:1: _string.h: file not found > That I believe. _string.h is in the C++ include directory, which isn't searched if the file suffix is .c BTW, I noticed that .cpp is now an understood suffix for C++ as of g++ 2.6.0. How nice for us! Gordon