Message-Id: <199811031935.TAA33102@out4.ibm.net> From: "Mark E." To: "Andris Pavenis" , "Mark E." , djgpp-workers AT delorie DOT com Date: Tue, 3 Nov 1998 15:35:52 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: collect2 hacked to make repo work In-reply-to: <199811031022.MAA32464@ieva06.lanet.lv> References: <199810271625 DOT QAA22302 AT out5 DOT ibm DOT net> X-mailer: Pegasus Mail for Windows (v3.01b) Reply-To: djgpp-workers AT delorie DOT com Andris, I've uploaded the new version of collect2.exe and collect2.c. I wasn't able to try your test case with the old version, but the version I'm using now didn't freeze when linking when leaving out the -lgpp. I also used DJGPP under Win95's DOS box. Download the new collect2.exe and let me know if this version works for you. > Seems that this hacked version of collect2 still has problems. > > I began to write small program that uses class Integer from libg++ > (no similar class in libstdc++). Program is unfinished of course. > > #include > #include > #include > > int main ( int argc , const char * argv [] ) > { > for (int ind=1; ind { > Integer arg; > } > } > > Tried to link. If I by error omit -lgpp hacked version of collect2 falls > in infinite sleep (no reaction to Ctrl-C or Ctrl-Break, only cure was to > kill DOS session under Win95). If -lgpp is included all works Ok. > -- Mark Elbrecht snowball3 AT usa DOT net http://members.xoom.com/snowball3/