delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
Message-ID: | <3CB72A7D.451EB5D@yahoo.com> |
From: | CBFalconer <cbfalconer AT yahoo DOT com> |
Organization: | Ched Research |
X-Mailer: | Mozilla 4.75 [en] (Win98; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: New DJGPP hogs memory (was: I need help) |
References: | <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20020410122845 DOT 00bcbbd8 AT pop DOT mail DOT yahoo DOT com> |
<5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20020410122845 DOT 00bcbbd8 AT pop DOT mail DOT yahoo DOT com> <5 DOT 0 DOT 2 DOT 1 DOT 0 DOT 20020411161942 DOT 00bd1eb0 AT pop DOT mail DOT yahoo DOT com> <2593-Fri12Apr2002115014+0300-eliz AT is DOT elta DOT co DOT il> <3CB6C8FA DOT 45A31BB7 AT yahoo DOT com> <3CB71962 DOT 1D21ED00 AT yahoo DOT com> | |
Lines: | 42 |
Date: | Fri, 12 Apr 2002 18:42:09 GMT |
NNTP-Posting-Host: | 12.90.172.27 |
X-Complaints-To: | abuse AT worldnet DOT att DOT net |
X-Trace: | bgtnsc04-news.ops.worldnet.att.net 1018636929 12.90.172.27 (Fri, 12 Apr 2002 18:42:09 GMT) |
NNTP-Posting-Date: | Fri, 12 Apr 2002 18:42:09 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
CBFalconer wrote: > ... snip ... > > I just took this thing to experiment with, and get the following > anomaly: > > ................. > [1] c:\c\malloc>gcc -o evilalgo.o evilalgo.c > > [1] c:\c\malloc>gcc -o evilalgo.exe evilalgo.o > evilalgo.o(.text+0x1f8):crt0.s: multiple definition of `__exit' > c:/djgpp/lib/crt0.o(.text+0x1f0):crt0.s: first defined here > evilalgo.o(.text+0x2da):crt0.s: multiple definition of `__sbrk' > c:/djgpp/lib/crt0.o(.text+0x2d2):crt0.s: first defined here > evilalgo.o(.text+0x4c4):crt0.s: multiple definition of `_crt0_init_mcount' > c:/djgpp/lib/crt0.o(.text+0x4bc):crt0.s: first defined here > evilalgo.o(.text+0x2f8):crt0.s: multiple definition of `__brk' > c:/djgpp/lib/crt0.o(.text+0x2f0):crt0.s: first defined here > evilalgo.o(.text+0x8):crt0.s: multiple definition of `start' > c:/djgpp/lib/crt0.o(.text+0x0):crt0.s: first defined here > collect2: ld returned 1 exit status > ................... > > while "gcc evilalgo.c" works fine, generating file a. (NOTE: gcc > works through an alias here, imposing -W -Wall -ansi -pedantic > -gstabs+) > > While I look for a reason, does anybody know of any? My malloc.o > is in the directory, but has not been linked (yet). ... snip ... So far, I have found that evilalgo.o seems to contain all the startup code, which includes sbrk etc. I didn't find this on other linkings, IIRC. -- Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |