From: kumy4 AT fromru DOT com (Misha) Newsgroups: comp.os.msdos.djgpp Subject: strange problem Date: 1 Aug 2001 10:48:34 -0700 Organization: http://groups.google.com/ Lines: 24 Message-ID: NNTP-Posting-Host: 213.24.155.16 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 996688114 5661 127.0.0.1 (1 Aug 2001 17:48:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 1 Aug 2001 17:48:34 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all I have a problem. My program worked very well on my computer, but when I try compile it on my old machine(486 dx2-100, RAM 4Mb) there are errors : c:/fsf/lang/cxx/stl_construct.h(50) Error: type specifier omitted for parameter c:/fsf/lang/cxx/stl_construct.h(65) Error: type specifier omitted for parameter c:/fsf/lang/cxx/stl_construct.h(50) Error: redifinition of `template void __destroy_aux(_ForwardIterator, _ForwardIterator)' c:/fsf/lang/cxx/stl_construct.h(59) Error: `template void __destroy_aux(_ForwardIterator, _ForwardIterator)' previously declared here c:/fsf/lang/cxx/stl_construct.h(50) Error: parse error before `<' ... and other. I can't understand something. Misha Kustov.