Date: Thu, 12 Feb 1998 12:11:27 +0200 (IST) From: Eli Zaretskii To: Mike McLean cc: djgpp AT delorie DOT com Subject: Re: code under Allegro 3.0 and PG++ 1.01 In-Reply-To: <34E26B10.311692E1@primenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 11 Feb 1998, Mike McLean wrote: > I link all my .o files with -lstdcx not -lstdcxx is this ok? I am using > a makefile generated by RHIDE 1.4 It will work in the current versions, yes. But beware of future releases and moving to Windows 9X: the full name of the library should be libstdcxx.a (the original Unix name is libstdc++.a). DOS silently truncates the last character, but Windows 9X doesn't. So I would suggest to get used to the full name.