Mail Archives: djgpp/1999/03/17/06:28:32
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).
- Raw text -