Package cpp4.3: Information

    Binary package: cpp4.3
    Version: 4.3.2-alt13
    Architecture: i586
    Build time:  May 20, 2009, 05:17 AM
    Source package: gcc4.3
    Category: Development/C
    Report package bug
    License: GPLv3+ and GPLv2+ with exceptions
    Summary: The GNU C-Compatible Compiler Preprocessor
    Description: 
    Cpp is the GNU C-Compatible Compiler Preprocessor.
    The C preprocessor is a 'macro processor' which is used automatically
    by the C compiler to transform your program before actual
    compilation. It is called a macro processor because it allows
    you to define 'macros,' which are abbreviations for longer
    constructs.
    
    The C preprocessor provides four separate facilities that you can use as
    you see fit:
    
    * Inclusion of header files. These are files of declarations that can be
      substituted into your program.
    * Macro expansion. You can define 'macros,' which are abbreviations for
      arbitrary fragments of C code, and then the C preprocessor will replace
      the macros with their definitions throughout the program.
    * Conditional compilation. Using special preprocessing directives,
      you can include or exclude parts of the program according to various
      conditions.
    * Line control. If you use a program to combine or rearrange source files
      into an intermediate file which is then compiled, you can use line
      control to inform the compiler about where each source line originated.
    
    If you have multiple versions of the GNU Compiler Collection
    installed on your system, you may want to execute
    cpp-4.3
    in order to explicitly use the GNU C Preprocessor version 4.3.2.

    Maintainer: Dmitry V. Levin


    Last changed


    May 19, 2009 Dmitry V. Levin 4.3.2-alt13
    - Disabled packaging of libgcc4.3, libstdc++4.3, libgomp4.3,
      libmudflap4.3, libgfortran4.3, libobjc4.3, libffi4.3 and libgcj_bc4.3
      subpackages obsoleted by newer subpackages from gcc4.4.
    May 19, 2009 Dmitry V. Levin 4.3.2-alt12
    - Removed obsolete %install_info/%uninstall_info calls.
    - Disabled ada subpackages, 4.4+ should be enough.
    May 6, 2009 Dmitry V. Levin 4.3.2-alt11
    - ada: Require gcc4.3-gnat for build, because gcc4.4-gnat does
      not build old ada code.