MAGIC Magic Mailing List
 
 

From: Stefan Robert (s.robert AT usherbrooke DOT ca)
Date: Tue Sep 30 2003 - 17:08:14 EDT

  • Next message: Chris Fearing: "SCMOS_DEEP Standard Cells"

    this is not all true...
    If you look at the /usr/bin directory in MacOS X you will see
    
    stefan% ls -l *cc
    lrwxr-xr-x  1 root  wheel      4 Sep 23 12:58 cc -> gcc3
    lrwxr-xr-x  1 root  wheel      4 Sep 23 12:58 gcc -> gcc3
    [...]
    
    
    
    Le mardi, 30 sep 2003, à 16:44 America/Montreal, Adam Fedor a écrit :
    
    >
    > On Tuesday, September 30, 2003, at 02:36 PM, R. Timothy Edwards wrote:
    >
    >> ---------------------------------------------------------------------- 
    >> --
    >>   *darwin*)
    >>     AC_DEFINE(macosx)
    >>     if test "$CPP" == "gcc -E" ; then
    >>        CPPFLAGS="$CPPFLAGS -no-cpp-precomp"
    >>     fi
    >>     ;;
    >>
    >
    > This should be
    >
    >  if test "$CPP" == "cc -E"; then
    >
    > cc is the Apple compiler name, gcc doesn't exist on a normal Apple  
    > installation and if it did, it would probably indicate that someone  
    > compiled their own version of the GNU gcc (which doesn't recognize  
    > -no-cpp-precomp)
    >
    >
    


  •  
     
    Questions? Contact Rajit Manohar
    cornell logo