Date: Thu, 21 Nov 1996 13:50:30 +0200 (IST) From: Eli Zaretskii To: Mordo Cc: djgpp AT delorie DOT com Subject: Re: DJGPP and STL In-Reply-To: <6679B06033@yarden.yarden.ac.il> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 21 Nov 1996, Mordo wrote: > I read the doc before I decided to send my question and the error > occured when I use gxx. With gcc there are more error messages. That's why you should always post the entire command line you submit to gcc or gxx. > I think the problem is vector needs opeartor new(unsigned long, void > *) to allocate memory and it's not defined. Bye! That should not happen unless you have some installation problem. Please invoke gxx like so: redir -o gxx.txt -eo gxx ... Put all the arguments you normally pass to gxx instead of the dots. Then post here the contents of the file gxx.txt and somebody will help you.