Re: new PC and gcc

From: Hironori Ito (hito@students.phsx.ukans.edu)
Date: Thu Oct 11 2001 - 13:10:33 EDT

  • Next message: Christian Holm Christensen: "Re: new PC and gcc"

    	Hello.
    > 
    >      CXX='g++ -V egcs-2.91.66'
    >      CC='gcc -V egcs-2.91.66' 
    
    	This does not work.
    
    
    > 
    >   CC=egcs CXX=egcs++ ./configure 
    > 
    
    	This works!!!!!!
    
    And, with this compilation, you can compile in RH7.1 and use it on
    RH6.2.  (This is what we want. right???)
    
    Anyway, if this is what we want, can we change the following.
    
    In configure.in
    
    AC_PROG_CC   to   AC_PROG_CC(egcs gcc)
    AC_PROG_CXX  to   AC_PROG_CXX(egcs++ g++)
    
    
    Does this cause the problem to the people who are not using RH or
    linux?
    
    	hiro
    



    This archive was generated by hypermail 2b30 : Thu Oct 11 2001 - 13:03:55 EDT