Message-Id: <199811031022.MAA32464@ieva06.lanet.lv> From: "Andris Pavenis" To: djgpp-workers AT delorie DOT com Date: Tue, 3 Nov 1998 12:21:41 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: collect2 hacked to make repo work CC: "Mark E." In-reply-to: <199810271625.QAA22302@out5.ibm.net> X-mailer: Pegasus Mail for Win32 (v3.01b) Reply-To: djgpp-workers AT delorie DOT com From: "Mark E." Date sent: Tue, 27 Oct 1998 12:25:54 +0000 Subject: collect2 hacked to make repo work > I've modified collect2 in egcs 1-1a so that the template repository now > works! I would like it checked over before I send in the patch in case I'm > doing any DJGPP no-no's. The files can be found at > http://members.xoom.com/snowball3/djgpp/ . > > The source files replace those in the egcs-1.1a/gcc/ directory. The > collect2.exe binary works with egcs 1.1 although it may work with gcc > 2.8.1 (someone please try this). If you do test the collect2 binary, > please back up the existing binary and save yourself some potential > trouble. > > I've also put up test.h and test.cpp so you can have something to see if > everything works. > 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