logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

h4cc - compiles an HDF4 C program

Description

h4cc compiles an HDF4 C program.

Name

       h4cc - compiles an HDF4 C program

Options

-help  Display usage information

       -echo  Show all the shell commands executed

       -prefix=DIR
              Prefix directory to find HDF4 lib/ and include/ subdirectories [default: /usr]

       -show  Show the commands without executing them

       -shlib Compile with shared HDF4 libraries [default for hdf4 built without static libraries]

       -noshlib
              Compile with static HDF4 libraries [default for hdf4 built with static libraries]

       <compileline>
              the  normal  compile line options for your compiler.  h4cc uses the same compiler you used to com‐
              pile HDF4.  Check with your compiler's man pages for more information on which options are needed.

       You can override the compiler, linker, and whether or not to use static or shared  libraries  to  compile
       your program by setting the following environment variables accordingly:

       HDF4_CC
              use a different C compiler

       HDF4_CLINKER
              use a different linker

       HDF4_USE_SHLIB=[yes|no]
              use shared or static version of the HDF4 library [default: no]

                                                   28 May 2016                                           h4cc(1)

Synopsis

h4cc [OPTIONS] <compileline>

See Also