tisdag den 14 februari 2012 klockan 15:03 skrev Satya Ravipati detta:
> Hi Team,
>                 I cannot build inetutils 1.9 on my Sun Sparc Machine.
> I have attached the config.log file, so please have a look at it and let me 
> know if there is any thing missing while doing "./configure".
> 
> It is able to configure properly but is giving some errors while making. 
> Please find the error below,

> make[4]: Entering directory 
> `/zfs_home/user/satya/externaltools/inetutils-1.9/lib'
>   CC     argp-ba.o
>   CC     argp-eexst.o
>   CC     argp-fmtstream.o
>   CC     argp-fs-xinl.o
>   CC     argp-help.o
> /usr/ccs/bin/as: "/var/tmp//ccjLVpQp.s", line 50: error: invalid character 
> (0x40)
> /usr/ccs/bin/as: "/var/tmp//ccjLVpQp.s", line 50: error: quoted-string 
> operand required

Two observations:

   1) "lib/" is populated by GNUlib code.

   2) Your "as" seems to be incompatible to the compiler.
      Success is ensured with GNU as, i.e., with "gas",
      but you seem to be using a different assembler.
      Are you really using Gcc?

Good luck,
  Mats Erik Andersson

Reply via email to