bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Bug in inetutils


From: Mats Erik Andersson
Subject: Re: [bug-inetutils] Bug in inetutils
Date: Wed, 15 Feb 2012 23:46:50 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

onsdag den 15 februari 2012 klockan 16:01 skrev Satya Ravipati detta:
> ???Hi Mats,
>       I am sure of using gcc, I have gas assembly in "/usr/sfw/bin/gas" But 
> somehow my inetutils is using an assembly in "/usr/ccs/bin/as" which you 
> might have observed in log file.
> 
> Please let me know if there is any change of passing an argument to use 
> "/usr/sfw/bin/gas".
> 
> I have tried  below options,
> --with-gnu-as --with-as=/usr/sfw/bin/gas

Since GNU Inetutils does not use "as" directly, this is never used,
thus has no influence whatsoever. On the other hand your tool chain
is broken as line 88 of your "config.log" shows: Gcc was configured
using

   --with-as=/zfs_home/user/jsmith/packages/installs/sparc-solaris10/\
         gcc-4.4.6/bin/as

Probably this is now missing, so the configured

   --with-ld=/usr/ccs/bin/ld

is given opportunity to take its own assembler "as", which indeed is

     /usr/ccs/bin/as

In addition, lines 125 -- 154 of your "config.log" are displaying
exactly the same assembler errors, so you should have begun with
reading your own configuration log instead of asking us. The present
issue is clearly no bug in GNU Inetutils!

Good luck!
  Mats Erik Andersson, on behalf of GNU Inetutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]