This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problem with GCC


To use the GNU assembler, you generate binutils for HPUX and you take
the gas program that you copy as "as" in the gcc subdirectory of your
distribution. In addition, you configure with --with-gnu-as.

I only did use GNU as until now for all preceding versions (<= 3.0) and
for gcc 3.2 it failed with the same error messages as you get. May be I
am wrong as in our environment all is done automatically via perl
scripts but I doubt...

Amicalement.


On Tue, 2002-09-17 at 12:13, Lynn.Black@USPTO.GOV wrote:
> Thanks for the comment!  How do I use the GNU assembler?
> Lynn
> 
> -----Original Message-----
> From: law@porcupine.slc.redhat.com [mailto:law@porcupine.slc.redhat.com]
> Sent: Monday, September 16, 2002 1:58 PM
> To: Lynn.Black@USPTO.GOV
> Cc: gcc-bugs@gcc.gnu.org
> Subject: Re: Problem with GCC 
> 
> 
> In message <86A9A7F2AFF74941A3885A174686E48D8BA3F1@uspto-is-104.uspto.gov>,
> Lyn
> n.Black@USPTO.GOV writes:
>  >
>  >GCC support, I have been having some difficulties installing
>  >GCC on my system.  First I couldn't get MAKE to compile so
>  >Paul Smith showed me where to get a test version of MAKE that
>  >compiled on HPUX 11.11.  Once I got MAKE installed I started
>  >working on GCC.  It seemed to be working for about 2-3 hours
>  >and then I got the following error:
>  >
>  >case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo
>  >compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
>  >if [ -f .bad_compare ]; then \
>  >  echo "Bootstrap comparison failure!"; \
>  >  cat .bad_compare; \
>  >  exit 1; \
>  >else \
>  >  case "compare" in \
>  >    *-lean ) rm -rf stage$stage ;; \
>  >    *) ;; \
>  >  esac; true; \
>  >fi
>  >Bootstrap comparison failure!
>  >alias.o differs
>  >attribs.o differs
> [ ... ]
> Sounds like you're using the HP assembler rather than the GNU assembler.
> 
> The HP assembler lamely puts a timestamp into each object file.  As a 
> result, no two object files compare the same.
> 
> jeff
-- 
*********************************************************************
*  Philippe Defert: Information Technology Division                 *
*                   CERN,  European Laboratory for Particle Physics *
*********************************************************************
* URL: http://home.cern.ch/~defert | Email: Philippe.Defert@cern.ch *
*********************************************************************
*   Un monde nouveau, tu comprends                          ////\   *
*   Rien ne sera plus jamais comme avant                    \\\//   *
*   C'est la fin de l'histoire, le rouge apres le noir       | |    *
*                                               J.J. Goldman | |    *  
*********************************************************************


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]