Message-ID: <36EF1F4D.5FDE56BA@connect.ab.ca> Date: Tue, 16 Mar 1999 20:19:41 -0700 From: Tom Fjellstrom X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: strange error. References: <36EDD1D0 DOT 48769B49 AT connect DOT ab DOT ca> <7cmb2g$f69$4 AT news DOT luth DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: pppa123.connect.ab.ca X-Trace: 16 Mar 1999 20:09:22 GMT, pppa123.connect.ab.ca Lines: 28 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com the lines tend to look like this: gcc -Wall -W -Werror -Wno-unused -m486 -O3 -ffast-math \ -fomit-frame-pointer -s -o some.exe come.c and i usualy end up with (if put into a text file) a 100k->1meg of errors like: libsomelib.a(somefile.o) reloc reffers to "text" that is not being output. libsomelib.a(somefile.o) reloc reffers to "data" that is not being output. ..... Martin Str|mberg wrote: > Tom Fjellstrom (tomcf AT connect DOT ab DOT ca) wrote: > : every time i try to use the -s flag the compiler complains that > : "data is not being output". every thing works fine with out it but i > : would like to know why his is hapening. That is if anyone can help. > > More information necessary: how about the complete line with "-s" and > the complete output you get? > > Perhaps "-v" would give you some clue? > > Stina Nordenstam, Memories of a Color, > > MartinS