On Fri, 19 Oct 2012 12:26:13 -0500, Albert Cheng said:

>This is what I will have for Mountain Lion (probably to other Mac 
>versions too).
>But I have a concern--we do not build hdf5 library using Xcode. We build 
>with
>line commands (cc and c++) directly.  Would adding the Xcode version gives
>users the wrong impression that we use Xcode to build?

The confusion is the difference between "Xcode" the suite of various software 
vs "Xcode.app" one of the GUI applications that comes with the suite.  It's a 
bit confusing, but I think Mac developers will understand.

>     Mac OS X Mountain Lion 10.8.1 Xcode 4.5.1
>     (owl)                           Apple clang version 4.0 (cc,c++)
>                                     GCC 4.2.1 (gcc,g++)
>                                   GNU Fortran (GCC) 4.6.1 gfortran

Xcode 4.5.1 does not include gcc, only llvm-gcc.  And you should refer to it 
that way since there was previously a gcc included in older Xcodes.

Maybe something like this:

     Mac OS X Mountain Lion 10.8.1 Apple clang 4.0 (from Xcode 4.5.1)
                                   llvm-gcc 4.2.1 (from Xcode 4.5.1)
                                   GNU Fortran (GCC) 4.6.1 gfortran

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 [email protected]
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada



_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to