From: kumy4 AT fromru DOT com (Misha) Newsgroups: comp.os.msdos.djgpp Subject: old machine Date: 1 Aug 2001 23:04:31 -0700 Organization: http://groups.google.com/ Lines: 24 Message-ID: NNTP-Posting-Host: 195.122.237.254 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 996732271 30158 127.0.0.1 (2 Aug 2001 06:04:31 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 2 Aug 2001 06:04:31 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 if 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.