This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Strange error from gcc
Hi,
On Thu, Jul 21, 2011 at 4:20 PM, eddyq <Eddy@quicksall.com> wrote:
>
> This is what it creates (try2.s) (the line numbers are because vi has them
> turned on):
> ?1 ? ? ? ? .file ? "try2.c"
> ?2 ? ? ? ? .version ? ? ? ?"01.01"
> ?3 # GNU C version 2.95.3 20010315 (release) (i686-pc-linux-gnu) compiled
> by GNU C version 2.95.3 20010315 (release).
This is a pretty old version of GCC. What OS distro are you using?
Try:
gcc -dumpversion
as -version (or is --version?)
kevin