Date: Wed, 17 Mar 1999 11:30:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tom Fjellstrom cc: djgpp AT delorie DOT com Subject: Re: strange error. In-Reply-To: <36EF1F4D.5FDE56BA@connect.ab.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 Mar 1999, Tom Fjellstrom wrote: > 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. Are you sure you used -s (lower-case) and not -S (upper-case)? If this doesn't help, please throw together a trivial 1-line program, compile it with the same command that gives you trouble, and post here *everything printed by GCC (redirect the output to a file using `redir' if you need).