Message-ID: From: "Andris Pavenis" To: "David Whitcombe" , djgpp AT delorie DOT com Date: Sat, 10 Apr 1999 13:59:18 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Undefined references with _String.h In-reply-to: <7en6f0$k15$1@news1.rmi.net> X-mailer: Pegasus Mail for Win32 (v3.02b14) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 10 Apr 99, at 3:42, David Whitcombe wrote: > > David Whitcombe wrote in message <7emskj$f5s$1 AT news1 DOT rmi DOT net>... > > > >I apologize if this message is posted twice. (or this message and one an > >awful lot like it.) > > > >I've read the FAQs (those I could find, which was quite a few) I've > searched > >the subject on the > >delorie.com mailing list archive, I've read many posts here, I've tweaked, > >I've fiddled, I've > >experimented, and I've failed. I've failed to get strings, from _String.h, > >working. > > Wellp. I got it working, but in a horrible, uncool way: > > I went into _String.h, and searched for all the "inlines" and replaced 'em > with space. > It compiled > it works. > > Am I missing a big point here, somewhere? > No need to edit anything. Simply compile with -O2 or -O3 and all should work. Andris