• # FreeBSD

    Posté par . En réponse au message Testeurs pour mon moteur de blog. Évalué à 1.

    je l'ai testé sous FreeBSD 10.0 (je débute sous bsd), ça compile bien avec gfortran 4.7. Par contre j'ai essayé avant avec la version 4.4 et ça ne compile pas. Sinon on comprend vite comment ça marche ! c'est super intuitif.

    message d'erreur de gfortran4.4 :

    $ gfortran44 -static -std=f2008 -o fblog fblog.f08
    mod_error.f08:58.2:
    Included at mod_html.f08:7:
    Included at fblog.f08:8:

    error stop
    1
    Error: Unclassifiable statement at (1)
    mod_error.f08:67:
    Included at mod_html.f08:7:
    Included at fblog.f08:8:

    error stop 'Internal error in subroutine "terminate".'
    1
    Error: Unclassifiable statement at (1)
    mod_html.f08:12.13:
    Included at fblog.f08:8:

    use mod_error
    1
    Fatal Error: Can't open module file 'mod_error.mod' for reading at (1): No such file or directory