• [^] # Re: en general

    Posté par (site web personnel) . En réponse au message Compiler. Évalué à 2.

    Si tu n'a pas de cible, c'est probablement que ton ./configure c'est mal déroulé.
    As-tu des erreus durant sont exécution ?

    voila ce que j'ai trouvé (mais j'en sais pas plus...)

    $urpmq -i libgmp3
    Name : libgmp3
    Version : 4.1.3
    Release : 2mdk
    Group : System/Libraries
    Size : 229780 Architecture: i586
    Source RPM : gmp-4.1.3-2mdk.src.rpm Build Host: n4.mandrakesoft.com
    Packager : Christiaan Welvaart <cjw@daneel.dyndns.org>
    URL : http://www.swox.com/gmp/(...(...))
    Summary : A GNU arbitrary precision library
    Description :
    The gmp package contains GNU MP, a library for arbitrary precision
    arithmetic, signed integers operations, rational numbers and floating
    point numbers. GNU MP is designed for speed, for both small and very
    large operands.

    GNU MP is fast for several reasons:
    - it uses fullwords as the basic arithmetic type,
    - it uses fast algorithms
    - it carefully optimizes assembly code for many CPUs' most common
    inner loops
    - it generally emphasizes speed over simplicity/elegance in its
    operations