From: pavenis AT lanet DOT lv To: Vladimir Zhuchko , djgpp AT delorie DOT com Date: Thu, 29 Nov 2001 15:24:00 +0200 MIME-Version: 1.0 Subject: Re: gcc302 from 28.11.2001 Message-ID: <3C065310.20077.57997B@localhost> In-reply-to: X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=ISO-8859-1 Content-description: Mail message body Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by delorie.com id fATDOAj21107 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 Nov 2001 at 11:38, Vladimir Zhuchko wrote: > I downloaded the last gcc302b (28.11.2001) to work under Win2000, but > got many problems, the error messages was: > element.cpp(813) Error: undefined reference to `operator > delete(void*)' ¦ > element.cpp(814) Error: undefined reference to `operator > delete[](void*)' Make sure You don't have old libstdcxx.a from previous compiler version (eg. gcc-2.95.3) in lib directory. The location of C++ standard library is now lib/gcc-lib/djgpp/3.02/libstdcxx.a for DJGPP port of gcc-3.0.2 Andris