Пакет cpp3.4: Информация

    Бинарный пакет: cpp3.4
    Версия: 3.4.5-alt16
    Архитектура: i586
    Собран:  28 февраля 2013 г. 2:02
    Исходный пакет: gcc3.4
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Загрузка: cpp3.4-3.4.5-alt16.i586.rpm
    Домашняя страница: http://gcc.gnu.org/

    Лицензия: GPL
    О пакете: The GNU C-Compatible Compiler Preprocessor
    Описание: 
    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.
    
    You should install this package if you are a programmer who is searching for
    such a macro processor.
    
    If you have multiple versions of the GNU Compiler Collection
    installed on your system, you will have to type
    cpp-3.4
    in order to explicitly use the GNU C Preprocessor version 3.4.5.

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Kirill A. Shutemov
    Stanislav Ievlev
    goldhead

    Последнее изменение


    27 февраля 2013 г. Dmitry V. Levin 3.4.5-alt16
    - Backported upstream change to fix build with glibc-2.16.
    - Disabled build and packaging of ada subpackages.
    - Disabled packaging of libobjc3.4 subpackage obsoleted by libobjc4.1.
    - Dropped -debug subpackages.
    16 декабря 2011 г. Dmitry V. Levin 3.4.5-alt15
    - Disabled build and packaging of java subpackages.
    16 ноября 2010 г. Dmitry V. Levin 3.4.5-alt14
    - Fixed build with new perl.