From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: C++ configuration Date: Tue, 06 Jan 1998 23:15:39 -0800 Organization: All USENET -- http://www.Supernews.com Lines: 16 Message-ID: <34B32B9A.18C@plinetl.com> Reply-To: cterry AT plinet DOT com NNTP-Posting-Host: 13392 AT 206 DOT 168 DOT 149 DOT 178 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk This is my first post so hello. I'm new to djgpp and having a couple of problems compiling source written originally on turbo c++. I'm using gcc 2.7.2 When I run gcc on a *.cpp using -t it links crt0.o. Shouldn't it use gcrt0.o? As is I get a ld warning "can't find start using default...." If I specify gcrt0.o as input I dont get the message but 2 startup files can't be right? Then- either way I get and ld message "memory exausted". I have 5 meg free ram and about 40 meg disk. Any insight would be appreciated mail or news. thanks Charles Terry