Message-ID: From: "Andris Pavenis" To: djgpp-workers AT delorie DOT com Date: Tue, 2 Mar 1999 16:16:24 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Problems with collect2 in egcs-1.1.1 and 1.1.2preX CC: "Mark E." X-mailer: Pegasus Mail for Win32 (v3.02b14) Reply-To: djgpp-workers AT delorie DOT com Hi! Seems that collect2 from DJGPP port of egcs-1.1.1 does not recompile source in my tests when command line option -frepo is used to compile sources due to some bug in cplus-dem.c that is fixed in latest development snapshots of egcs. That was reason why collect2.exe I took from egcs-19990119 worked Ok but but one from egcs-1.1.1 failed. It seems to be enough to take cplus-dem.c (with corresponding include files) from development snapshot of egcs and after that collect2.exe seems to work Ok. About linker problems when using templates with egcs. Currently only way I see is to use command line option -frepo when compiling sources. However this all may require additional testing. I don't expect other solution (other than -frepo) in nearest future. Andris