IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Shell et commandes GNU Discussion :

Librairie manquante --lgcc_s


Sujet :

Shell et commandes GNU

  1. #1
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut Librairie manquante --lgcc_s
    Bonjour tout le monde,

    Premier truc à dire, je connais très très très peu toutes les histoires de librairies liés au Makefile etc ...

    Ensuite, j'essaye de compiler un fichier fortran écrit en 77 (j'ai réussi à installer le vieux g77) avec les options suivantes :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    FC=g77
    FFLAGS= -g -Wall -fno-automatic -finit-local-zeros -fbounds-check
    hiku : hiku.o
    	$(FC) $(FFLAGS) -o hiku.exe $^
    Et j'obtiens les erreurs suivantes :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    gabriel@gabriel-X756UXK:~/Scripts$ make
    g77 -g -Wall -fno-automatic -finit-local-zeros -fbounds-check -o hiku.exe hiku.o
    /usr/bin/ld*: ne peut trouver -lgcc_s
    collect2: ld a retourné 1 code d'état d'exécution
    Makefile:6*: la recette pour la cible «*hiku*» a échouée
    make: *** [hiku] Erreur 1
    Je crois comprendre grâce à Google que c'est relié à la librairie libgcc. Quand je regarde où j'ai libgcc j'ai :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    gabriel@gabriel-X756UXK:~/Scripts$ find /usr/ -name libgcc*
    /usr/share/lintian/overrides/libgcc1
    /usr/share/doc/libgcc1
    /usr/share/doc/libgcc-5-dev
    /usr/lib/libreoffice/program/libgcc3_uno.so
    /usr/lib/gcc/x86_64-linux-gnu/5/libgcc_eh.a
    /usr/lib/gcc/x86_64-linux-gnu/5/32/libgcc_eh.a
    /usr/lib/gcc/x86_64-linux-gnu/5/32/libgcc.a
    /usr/lib/gcc/x86_64-linux-gnu/5/32/libgcc_s.so
    /usr/lib/gcc/x86_64-linux-gnu/5/libgcc_s_32.so
    /usr/lib/gcc/x86_64-linux-gnu/5/libgcc_s_x32.so
    /usr/lib/gcc/x86_64-linux-gnu/5/x32/libgcc_eh.a
    /usr/lib/gcc/x86_64-linux-gnu/5/x32/libgcc.a
    /usr/lib/gcc/x86_64-linux-gnu/5/x32/libgcc_s.so
    /usr/lib/gcc/x86_64-linux-gnu/5/libgcc.a
    /usr/lib/gcc/x86_64-linux-gnu/5/libgcc_s.so
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_eh.a
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc_eh.a
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc_s_32.so
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc.a
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/32/libgcc_s.so
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s_32.so
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc.a
    /usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so
    /usr/lib/x86_64-linux-gnu/libgccpp.so.1.0.3
    /usr/lib/x86_64-linux-gnu/libgccpp.so.1
    /usr/lib/x86_64-linux-gnu/libgcc_s.so
    /usr/libx32/libgcc_s.so.1
    /usr/lib32/libgcc_s.so.1
    J'ai cru comprendre dans les lectures que c'était peut-être (je dis bien peut-être) relié à une histoire de 32 bits au lieu de 64 ...
    J'ai Ubuntu 16.04 LTS.

    Après je sais que ce MakeFile fonctionne sur un autre ordi et qu'il fonctionne parfaitement.

  2. #2
    Expert confirmé
    Avatar de Jipété
    Profil pro
    Inscrit en
    Juillet 2006
    Messages
    11 294
    Détails du profil
    Informations personnelles :
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations forums :
    Inscription : Juillet 2006
    Messages : 11 294
    Par défaut
    Salut,

    Citation Envoyé par Gagzkul Voir le message
    Bonjour tout le monde,

    Premier truc à dire, je connais très très très peu toutes les histoires de librairies liés au Makefile etc.
    Rien à voir, je pense : à tous les coups c'est une histoire de fichier manquant ou plutôt, de raccourci manquant, et avec ton "find" tu ne le vois pas bien.

    Je te donne le truc pour un, tu regardes partout et tu adaptes en fonction :
    dans /usr/lib32/ tu tapes ls -Al libgc* et ça va te sortir fichiers et raccourcis, et pour peu que ton ls soit en couleurs, c'est très parlant :
    Nom : libgcc.png
Affichages : 493
Taille : 31,4 Ko

    Ensuite, issu de mon fichier pense-bête : "dans le dossier où on veut le créer, ln -s fichier-source nom_à_créer".
    Donc ln -s libgcc_ce_que_tu_vas_trouver libgcc_s et ça devrait le faire, ou peut-être avec .so à la fin, me souviens plus. De toute façon ça ne casse rien.

    En tout cas, ça tourne autour de ça.

  3. #3
    Expert confirmé
    Homme Profil pro
    Développeur informatique en retraite
    Inscrit en
    Avril 2008
    Messages
    2 103
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côtes d'Armor (Bretagne)

    Informations professionnelles :
    Activité : Développeur informatique en retraite

    Informations forums :
    Inscription : Avril 2008
    Messages : 2 103
    Par défaut
    Citation Envoyé par Gagzkul Voir le message
    Et j'obtiens les erreurs suivantes :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    gabriel@gabriel-X756UXK:~/Scripts$ make
    g77 -g -Wall -fno-automatic -finit-local-zeros -fbounds-check -o hiku.exe hiku.o
    /usr/bin/ld*: ne peut trouver -lgcc_s
    collect2: ld a retourné 1 code d'état d'exécution
    Makefile:6*: la recette pour la cible «*hiku*» a échouée
    make: *** [hiku] Erreur 1
    Je crois comprendre grâce à Google que c'est relié à la librairie libgcc.
    Oui. Le message d'erreur est clair: il ne trouve pas libgcc_s.so.
    Que vaut la variable LD_LIBRARY_PATH (chez toi et sur la machine où ça marche)?
    Pour faciliter la lecture, on peut faire par exemple:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    echo $LD_LIBRARY_PATH | tr ':' '\n'
    La variable contient-elle le chemin vers libgcc_s.so (je ne sais plus si libgcc_s.a est suffisant)

  4. #4
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Je vais répondre au deux simultanément :

    Rien à voir, je pense : à tous les coups c'est une histoire de fichier manquant ou plutôt, de raccourci manquant, et avec ton "find" tu ne le vois pas bien.

    Je te donne le truc pour un, tu regardes partout et tu adaptes en fonction :
    dans /usr/lib32/ tu tapes ls -Al libgc* et ça va te sortir fichiers et raccourcis, et pour peu que ton ls soit en couleurs, c'est très parlant :
    Pièce jointe 292586

    Ensuite, issu de mon fichier pense-bête : "dans le dossier où on veut le créer, ln -s fichier-source nom_à_créer".
    Donc ln -s libgcc_ce_que_tu_vas_trouver libgcc_s et ça devrait le faire, ou peut-être avec .so à la fin, me souviens plus. De toute façon ça ne casse rien.
    Par exemple ce que tu veux dire est que je dois checker dans chaque endroit de mon find par exemple celui-ci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    gabriel@gabriel-X756UXK:/usr/lib/gcc/x86_64-linux-gnu/5$ ll libgc*
    -rw-r--r-- 1 root root 3028890 nov.   3  2016 libgcc.a
    -rw-r--r-- 1 root root   51228 nov.   3  2016 libgcc_eh.a
    lrwxrwxrwx 1 root root      14 nov.   3  2016 libgcc_s_32.so -> 32/libgcc_s.so
    lrwxrwxrwx 1 root root      35 avril 16 21:10 libgcc_s.so -> /lib/x86_64-linux-gnu/libgcc_s.so.1
    lrwxrwxrwx 1 root root      15 nov.   3  2016 libgcc_s_x32.so -> x32/libgcc_s.so
    -rw-r--r-- 1 root root   58578 nov.   3  2016 libgcov.a
    Par contre je n'ai pas compris exactement ce que je dois faire, les "->" donne des raccourcis (c'est bien en couleur sur mon ordi) Mais par exemple je dois faire ln -s 32/libgcc_s.so libgcc.so ????

    Que vaut la variable LD_LIBRARY_PATH (chez toi et sur la machine où ça marche)?
    Sur l'ordi chez moi :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    gabriel@gabriel-X756UXK:~$ echo $LD_LIBRARY_PATH | tr ':' '\n'
    /home/gabriel/root/lib
    /home/gabriel/root/lib/root
    /usr/local/lib
    Sur celui du lab où ça fonctionne :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    [sophys@nansl2 ~]$ echo $LD_LIBRARY_PATH | tr ':' '\n'
    /scratch/theoric2/werner/obj/root/lib
    /scratch/theoric2/werner/obj/root/lib/root
    /usr/local/lib
    J'ai été voir dans les dossiers correspondants du labo mais je ne trouve pas le libgcc.so.

    Après pour celui de chez moi, non je n'ai pas le chemin correspondant à celui-ci non plus mais je dois rajouter n'importe lequel de ceux trouver dans mon find ? par exemple celui-ci /usr/lib/gcc/x86_64-linux-gnu/5/32/libgcc_s.so

  5. #5
    Expert confirmé Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 430
    Par défaut
    Bonjour,

    Sur la machine ou ça fonctionne, c'est aussi une ubuntu ?
    que donne sur celle-ci, la commande:
    Ensuite, tu peux aussi avoir d'autre configuration que le LD_LIBRARY_PATH, comme par exemple, sur ubuntu:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    cat /etc/ld.so.conf.d/*.conf
    Pour l'instant, je ne vois pas l’intérêt de créer un lien, une configuration du LD_LIBRARY_PATH devrait être suffisant, faut juste savoir quoi mettre dedans.

  6. #6
    Expert confirmé
    Avatar de Jipété
    Profil pro
    Inscrit en
    Juillet 2006
    Messages
    11 294
    Détails du profil
    Informations personnelles :
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations forums :
    Inscription : Juillet 2006
    Messages : 11 294
    Par défaut
    Citation Envoyé par Gagzkul Voir le message
    Par exemple ce que tu veux dire est que je dois checker dans chaque endroit de mon find par exemple celui-ci :
    Perds pas ton temps avec tous les gcc*, c'est bien le fichier libgcc_s qu'il te faut, ensuite .so pour avoir une librairie liée dynamiquement au fichier (= petit binaire, mais a besoin de la librairie dans la machine) ou .a (librairie statique dont le code est incorporé dans le binaire -- rare à notre époque).

    Citation Envoyé par Gagzkul Voir le message
    Par contre je n'ai pas compris exactement ce que je dois faire, les "->" donne des raccourcis (c'est bien en couleur sur mon ordi) Mais par exemple je dois faire ln -s 32/libgcc_s.so libgcc.so ????
    J'ai bien précisé de travailler dans le dossier où on veut le raccourci

    Exemple, celui-là c'est moi qui l'ai créé à l'install de VirtualBox :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    lrwxrwxrwx  1 root root           26 juil.  9  2013 VBoxDDU.so -> /opt/VirtualBox/VBoxDDU.so
    Comment ai-je fait ?
    Dans le dossier, ln -s fichier-source nom_à_créer,
    donc dans /usr/lib/ j'ai saisi ln -s /opt/VirtualBox/VBoxDDU.so VBoxDDU.so et hop !

  7. #7
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Ah oui pardon je n'ai pas précisé, l'autre ordi est un scientifique linux, c'est un ordi de labo, avec un peu de réseau tout ça ...

    Je donne les résultats des commandes sur les deux ordis (pour le hiku.exe de mon ordi, c'est tout simplement un copier coller de celui du labo) :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    gabriel@gabriel-X756UXK:~/Scripts$ ldd -v hiku.exe
    	linux-vdso.so.1 =>  (0x00007ffd800eb000)
    	libg2c.so.0 => /usr/lib/libg2c.so.0 (0x00007f35e2825000)
    	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f35e251b000)
    	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f35e2305000)
    	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f35e1f3b000)
    	/lib64/ld-linux-x86-64.so.2 (0x00005571e0b1e000)
     
    	Version information:
    	./hiku.exe:
    		libc.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libc.so.6
    		libm.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libm.so.6
    	/usr/lib/libg2c.so.0:
    		libm.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libm.so.6
    		libc.so.6 (GLIBC_2.3) => /lib/x86_64-linux-gnu/libc.so.6
    		libc.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libc.so.6
    	/lib/x86_64-linux-gnu/libm.so.6:
    		ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
    		libc.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libc.so.6
    		libc.so.6 (GLIBC_PRIVATE) => /lib/x86_64-linux-gnu/libc.so.6
    	/lib/x86_64-linux-gnu/libgcc_s.so.1:
    		libc.so.6 (GLIBC_2.14) => /lib/x86_64-linux-gnu/libc.so.6
    		libc.so.6 (GLIBC_2.2.5) => /lib/x86_64-linux-gnu/libc.so.6
    	/lib/x86_64-linux-gnu/libc.so.6:
    		ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
    		ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
    gabriel@gabriel-X756UXK:~/Scripts$ cat /etc/ld.so.conf.d/*.conf
    /usr/lib/x86_64-linux-gnu/libfakeroot
    # libc default configuration
    /usr/local/lib
    # Multiarch support
    /lib/x86_64-linux-gnu
    /usr/lib/x86_64-linux-gnu
    /usr/lib/x86_64-linux-gnu/mesa-egl
    /usr/lib/x86_64-linux-gnu/mesa
    # Legacy biarch compatibility support
    /lib32
    /usr/lib32
    # Legacy biarch compatibility support
    /libx32
    /usr/libx32
    Sur l'ordi du labo (enfin plus précisément, sur le réseau auquel je me connecte en ssh) maintenant :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    [sophys@nansl2 bin]$ ldd -v hiku.exe
    	linux-vdso.so.1 =>  (0x00007ffc7ebac000)
    	libg2c.so.0 => /usr/lib64/libg2c.so.0 (0x00007f8f935d2000)
    	libm.so.6 => /lib64/libm.so.6 (0x0000003eb5200000)
    	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003ebb600000)
    	libc.so.6 => /lib64/libc.so.6 (0x0000003eb4e00000)
    	/lib64/ld-linux-x86-64.so.2 (0x0000003eb4a00000)
     
    	Version information:
    	./hiku.exe:
    		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
    		libm.so.6 (GLIBC_2.2.5) => /lib64/libm.so.6
    	/usr/lib64/libg2c.so.0:
    		libm.so.6 (GLIBC_2.2.5) => /lib64/libm.so.6
    		libc.so.6 (GLIBC_2.3) => /lib64/libc.so.6
    		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
    	/lib64/libm.so.6:
    		libc.so.6 (GLIBC_PRIVATE) => /lib64/libc.so.6
    		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
    	/lib64/libgcc_s.so.1:
    		libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6
    		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
    	/lib64/libc.so.6:
    		ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
    		ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
     
    [sophys@nansl2 bin]$ cat /etc/ld.so.conf.d/*.conf
    /usr/lib64/atlas
    /usr/lib64/ctapi
    # This directive teaches ldconfig to search in nosegneg subdirectories
    # and cache the DSOs there with extra bit 1 set in their hwcap match
    # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
    # search in nosegneg subdirectories and to match this extra hwcap bit
    # in the ld.so.cache file.
    hwcap 1 nosegneg
    # This directive teaches ldconfig to search in nosegneg subdirectories
    # and cache the DSOs there with extra bit 1 set in their hwcap match
    # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
    # search in nosegneg subdirectories and to match this extra hwcap bit
    # in the ld.so.cache file.
    hwcap 1 nosegneg
    # This directive teaches ldconfig to search in nosegneg subdirectories
    # and cache the DSOs there with extra bit 1 set in their hwcap match
    # fields.  In Xen guest kernels, the vDSO tells the dynamic linker to
    # search in nosegneg subdirectories and to match this extra hwcap bit
    # in the ld.so.cache file.
    hwcap 1 nosegneg
    /usr/lib64/mysql
    /usr/lib64/octave/3.4.3
    /usr/lib64/papi-4.1.3
    /usr/lib64/papi-5.1.1/usr/lib
    /usr/lib64/qt-3.3/lib
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/openmanage
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/srvadmin-idrac
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/srvadmin-isvc
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/openmanage
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/openmanage
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/openmanage
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/openmanage
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64
    /opt/dell/srvadmin/lib64/openmanage
    /opt/dell/srvadmin/lib64/openmanage/smpop
    /opt/dell/srvadmin/lib64
    /usr/lib64/tcl8.5
    /usr/lib/wine/
    /usr/lib64/wine/
    /usr/lib64/xulrunner

  8. #8
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Citation Envoyé par Jipété Voir le message
    Perds pas ton temps avec tous les gcc*, c'est bien le fichier libgcc_s qu'il te faut, ensuite .so pour avoir une librairie liée dynamiquement au fichier (= petit binaire, mais a besoin de la librairie dans la machine) ou .a (librairie statique dont le code est incorporé dans le binaire -- rare à notre époque).

    J'ai bien précisé de travailler dans le dossier où on veut le raccourci

    Exemple, celui-là c'est moi qui l'ai créé à l'install de VirtualBox :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    lrwxrwxrwx  1 root root           26 juil.  9  2013 VBoxDDU.so -> /opt/VirtualBox/VBoxDDU.so
    Comment ai-je fait ?
    Dans le dossier, ln -s fichier-source nom_à_créer,
    donc dans /usr/lib/ j'ai saisi ln -s /opt/VirtualBox/VBoxDDU.so VBoxDDU.so et hop !
    Okay donc ce que j'ai regardé, lorsque je fais make, il me dit bien /usr/bin/ld*: ne peut trouver -lgcc_sDonc j'ai été voir ce qu'était cet endroit et la réponse est :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    gabriel@gabriel-X756UXK:~/Scripts$ cd /usr/bin
    gabriel@gabriel-X756UXK:/usr/bin$ lh ld
    lrwxrwxrwx 1 root root 19 avril 16 21:10 ld -> x86_64-linux-gnu-ld
    J'ai poursuivi ce dossier et je suis arrivé à :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    gabriel@gabriel-X756UXK:/usr/lib/x86_64-linux-gnu$ lh libgcc*
    lrwxrwxrwx 1 root root   17 avril 16 21:11 libgccpp.so.1 -> libgccpp.so.1.0.3
    -rw-r--r-- 1 root root 6,1K févr. 14 05:02 libgccpp.so.1.0.3
    lrwxrwxrwx 1 root root   45 juil.  8 20:41 libgcc_s.so -> /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so
    Mais du coup j'ai déjà le fichier libgcc.s.so dans /usr/bin/ld, j'ai donc déjà le raccourci que je souhaite non ? Ou alors j'ai totalement raté une étape ?

  9. #9
    Expert confirmé
    Avatar de Jipété
    Profil pro
    Inscrit en
    Juillet 2006
    Messages
    11 294
    Détails du profil
    Informations personnelles :
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations forums :
    Inscription : Juillet 2006
    Messages : 11 294
    Par défaut
    Citation Envoyé par Gagzkul Voir le message
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    /usr/lib/x86_64-linux-gnu/libgcc_s.so
    /usr/libx32/libgcc_s.so.1
    /usr/lib32/libgcc_s.so.1
    J'ai cru comprendre dans les lectures que c'était peut-être (je dis bien peut-être) relié à une histoire de 32 bits au lieu de 64 ...
    Moi je pense que ça tourne autour de ça.

    Et on ne sait pas si tu es 32 ou 64.

    Si tu es 32, il faudrait peut-être des raccourcis dans les 2 dossiers, 1 par dossier, nommé libgcc_s.so et pointant sur le .so.1.

    Je ne sais pas si je suis très clair. Il me semble. Maintenant, si tu es 64, disedorgue pense que ce n'est pas une histoire de raccourci...

    EDIT :
    Tiens, chez moi (32 bits) :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    # locate libgcc_s
    /lib/i386-linux-gnu/libgcc_s.so.1
    /usr/lib/gcc/i486-linux-gnu/4.6/libgcc_s.so
    /usr/lib/gcc/i486-linux-gnu/4.7/libgcc_s.so
     
    # ls -Al /lib/i386-linux-gnu/libgcc_s.so.1 
    -rw-r--r-- 1 root root 114788 janv.  7  2013 /lib/i386-linux-gnu/libgcc_s.so.1
     
    # ls -Al /usr/lib/gcc/i486-linux-gnu/4.6/libgcc_s.so 
    lrwxrwxrwx 1 root root 33 mai   29  2013 /usr/lib/gcc/i486-linux-gnu/4.6/libgcc_s.so -> /lib/i386-linux-gnu/libgcc_s.so.1
     
    # ls -Al /usr/lib/gcc/i486-linux-gnu/4.7/libgcc_s.so 
    lrwxrwxrwx 1 root root 33 mai   29  2013 /usr/lib/gcc/i486-linux-gnu/4.7/libgcc_s.so -> /lib/i386-linux-gnu/libgcc_s.so.1
    J'ai donc 2 raccourcis libgcc_s.so dans 2 dossiers différents qui pointent vers un même fichier libgcc_s.so.1.

  10. #10
    Expert confirmé Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 430
    Par défaut
    Pour l'instant, je ne vois pas ce qui peut géner...
    Est-ce que le fichier compiler fonctionne aussi sur ta machine ?
    Si c'est le cas, essaye pour compilé, de modifier ta variable LD_LIBRARY_PATH de la sorte:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    LD_LIBRARY_PATH=/lib64:/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

  11. #11
    Expert confirmé Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 430
    Par défaut
    Pour répondre à Jipété, le rajout de raccourci ne doit se faire qu'en dernier recours, car cela peut engendrer des problèmes de stabilités sur le système ou autre.
    Prenons un exemple, tu as 2 versions de lib dont l'une a une fonction qui ne fait pas tout à fait la même chose que l'autre version et le fait de créer le lien, fait que le linker utilisera la mauvaise version pour toutes les commandes que tu exécuteras...
    C'est donc potentiellement dangereux.
    Si on veux créer un lien juste pour une commande, dans ce cas, faut créer ce lien dans un répertoire à part et faire pointer la variable LD_LIBRARY_PATH dessus en premier et juste pour cette commande, comme ceci, on est isolé par rapport au reste du système.

  12. #12
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Pour Jipété, si je me suis aux lignes suivantes et à mes souvenirs d'installations d'Ubuntu, je suis sous 64 bits :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    gabriel@gabriel-X756UXK:~/Scripts$ uname -a
    Linux gabriel-X756UXK 4.8.0-58-generic #63~16.04.1-Ubuntu SMP Mon Jun 26 18:08:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
    Mais je peux faire fonctionner les deux :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    gabriel@gabriel-X756UXK:~/Import$ lscpu
    Architecture:          x86_64
    Mode(s) opératoire(s) des processeurs*:32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                4
    On-line CPU(s) list:   0-3
    Thread(s) par cœur*: 2
    Cœur(s) par socket*: 2
    Socket(s):             1
    Nœud(s) NUMA*:       1
    Identifiant constructeur*:GenuineIntel
    Famille de processeur*:6
    Modèle*:             142
    Model name:            Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
    Révision*:           9
    Vitesse du processeur en MHz*:631.896
    CPU max MHz:           3500,0000
    CPU min MHz:           400,0000
    BogoMIPS:              5800.00
    Virtualisation*:      VT-x
    Cache L1d*:           32K
    Cache L1i*:           32K
    Cache L2*:            256K
    Cache L3*:            4096K
    NUMA node0 CPU(s):     0-3
    Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
    Pour disedorgue, le fichier compilé fonctionne :

    J'ai ajouté le Ld_Library et j'ai bien checké si j'ai la librairie correspondante :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    gabriel@gabriel-X756UXK:~/Import$ echo $LD_LIBRARY_PATH 
    /lib64:/lib/x86_64-linux-gnu:/home/gabriel/root/lib:/home/gabriel/root/lib/root:/usr/local/lib
     
    gabriel@gabriel-X756UXK:/lib/x86_64-linux-gnu$ lh libgcc*
    -rw-r--r-- 1 root root 88K avril 16  2016 libgcc_s.so.1
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    gabriel@gabriel-X756UXK:~/Import$ ./hiku.exe 
    ###################################################################
    #               HIKU    Sep 2008   Klaus WERNER                   #
    ###################################################################
    Mais vu que je dois faire quelque changements dessus et que je n'aurais pas internet pendant quelque jour ça m'aurait aidé ..

    Pour coller avec ce que Jipété dit, j'ai également testé en mettant dans LD_LIBRARY_PATH les lib32 ou libx32 mais aucun succès ...

  13. #13
    Expert confirmé Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 430
    Par défaut
    J'ai l'impression que g77 compile avec des librairies en .a et à première vue, tu n'as que des .so sur ton système.
    Si tu pouvais voir si elles sont présentent sur le système ou ça compile.

    Et sinon, tu peux aussi essayer d'investiguer sur ce que cherche le linker via strace, je ne connait pas trop g77, mais je suppose qu'il fonctionne comme gcc, et d'après ton Makefile, la ligne donnerait:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    strace -f g77 -g -Wall -fno-automatic -finit-local-zeros -fbounds-check -o hiku.exe hiku.o >strace.dump 2>&1
    Et tu auras toute la trace du déroulement dans le fichier strace.dump et c'est assez verbeux.

  14. #14
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Je regarde pour les .a, en attendant je peux te mettre le résultats dans le .dump

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    929
    930
    931
    932
    933
    934
    935
    936
    937
    938
    939
    940
    941
    942
    943
    944
    945
    946
    947
    948
    949
    950
    951
    952
    953
    954
    955
    956
    957
    958
    959
    960
    961
    962
    963
    964
    965
    966
    967
    968
    969
    970
    971
    972
    973
    974
    975
    976
    977
    978
    979
    980
    981
    982
    983
    984
    985
    986
    987
    988
    989
    990
    991
    992
    993
    994
    995
    996
    997
    998
    999
    1000
    1001
    1002
    1003
    1004
    1005
    1006
    1007
    1008
    1009
    1010
    1011
    1012
    1013
    1014
    1015
    1016
    1017
    1018
    1019
    1020
    1021
    1022
    1023
    1024
    1025
    1026
    1027
    1028
    1029
    1030
    1031
    1032
    1033
    1034
    1035
    1036
    1037
    1038
    1039
    1040
    1041
    1042
    1043
    1044
    1045
    1046
    1047
    1048
    1049
    1050
    1051
    1052
    1053
    1054
    1055
    1056
    1057
    1058
    1059
    1060
    1061
    1062
    1063
    1064
    1065
    1066
    1067
    1068
    1069
    1070
    1071
    1072
    1073
    1074
    1075
    1076
    1077
    1078
    1079
    1080
    1081
    1082
    1083
    1084
    1085
    1086
    1087
    1088
    1089
    1090
    1091
    1092
    1093
    1094
    1095
    1096
    1097
    1098
    1099
    1100
    1101
    1102
    1103
    1104
    1105
    1106
    1107
    1108
    1109
    1110
    1111
    1112
    1113
    1114
    1115
    1116
    1117
    1118
    1119
    1120
    1121
    1122
    1123
    1124
    1125
    1126
    1127
    execve("/usr/bin/g77", ["g77", "-g", "-Wall", "-fno-automatic", "-finit-local-zeros", "-fbounds-check", "-o", "hiku.exe", "hiku.o"], [/* 93 vars */]) = 0
    brk(NULL)                               = 0x1d0f000
    access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
    mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f95b089a000
    access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
    open("/lib64/tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64/tls/x86_64", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib64/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64/tls", 0x7ffd87210b90)      = -1 ENOENT (No such file or directory)
    open("/lib64/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64/x86_64", 0x7ffd87210b90)   = -1 ENOENT (No such file or directory)
    open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/lib/x86_64-linux-gnu/tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/tls", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
    mmap(NULL, 3971488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f95b02ad000
    mprotect(0x7f95b046d000, 2097152, PROT_NONE) = 0
    mmap(0x7f95b066d000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c0000) = 0x7f95b066d000
    mmap(0x7f95b0673000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f95b0673000
    close(3)                                = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f95b0899000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f95b0898000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f95b0897000
    arch_prctl(ARCH_SET_FS, 0x7f95b0898700) = 0
    mprotect(0x7f95b066d000, 16384, PROT_READ) = 0
    mprotect(0x7f95b089c000, 4096, PROT_READ) = 0
    brk(NULL)                               = 0x1d0f000
    brk(0x1d30000)                          = 0x1d30000
    open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=3001856, ...}) = 0
    mmap(NULL, 3001856, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f95affd0000
    close(3)                                = 0
    rt_sigaction(SIGINT, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGINT, {0x403590, [INT], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, 8) = 0
    rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGHUP, {0x403590, [HUP], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, 8) = 0
    rt_sigaction(SIGTERM, {SIG_IGN, [TERM], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGTERM, {0x403590, [TERM], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_IGN, [TERM], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, 8) = 0
    rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_DFL, [], 0}, 8) = 0
    rt_sigaction(SIGPIPE, {0x403590, [PIPE], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, 8) = 0
    rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f95b02e24b0}, {SIG_DFL, [], 0}, 8) = 0
    access("/home/gabriel/root/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/fastjet-install/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/EPOS/epos3225/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/bin/g77", X_OK)   = -1 ENOENT (No such file or directory)
    access("/home/gabriel/.local/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/Scripts/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/root/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/java/jre1.8.0_131/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/sbin/g77", X_OK)     = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/g77", X_OK)      = -1 ENOENT (No such file or directory)
    access("/usr/sbin/g77", X_OK)           = -1 ENOENT (No such file or directory)
    access("/usr/bin/g77", X_OK)            = 0
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
    lstat("/usr/bin/g77", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0
    readlink("/usr/bin/g77", "g77-3.4", 4095) = 7
    lstat("/usr/bin/g77-3.4", {st_mode=S_IFREG|0755, st_size=97584, ...}) = 0
    access("/home/gabriel/root/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/fastjet-install/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/EPOS/epos3225/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/bin/g77", X_OK)   = -1 ENOENT (No such file or directory)
    access("/home/gabriel/.local/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/Scripts/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/root/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/home/gabriel/java/jre1.8.0_131/bin/g77", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/sbin/g77", X_OK)     = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/g77", X_OK)      = -1 ENOENT (No such file or directory)
    access("/usr/sbin/g77", X_OK)           = -1 ENOENT (No such file or directory)
    access("/usr/bin/g77", X_OK)            = 0
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
    lstat("/usr/bin/g77", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0
    readlink("/usr/bin/g77", "g77-3.4", 4095) = 7
    lstat("/usr/bin/g77-3.4", {st_mode=S_IFREG|0755, st_size=97584, ...}) = 0
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/", X_OK) = 0
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/", X_OK) = 0
    access("hiku.o", F_OK)                  = 0
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/specs", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/specs", R_OK) = -1 ENOENT (No such file or directory)
    access("./x86_64-linux-gnu/3.4.6/specs", R_OK) = -1 ENOENT (No such file or directory)
    access("./specs", R_OK)                 = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/specs", R_OK) = 0
    open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/specs", O_RDONLY) = 3
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/specs", {st_mode=S_IFREG|0644, st_size=4098, ...}) = 0
    read(3, "*asm:\n--traditional-format %{v:-"..., 4098) = 4098
    close(3)                                = 0
    access("/usr/lib/gcc/x86_64-linux-gnu/specs", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/", X_OK) = 0
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect2", {st_mode=S_IFREG|0755, st_size=102600, ...}) = 0
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect2", X_OK) = 0
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/../lib/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./../lib/crt1.o", R_OK)         = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/../lib/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/lib/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/lib/../lib/crt1.o", R_OK)      = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/../lib/crt1.o", R_OK)  = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crt1.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/crt1.o", R_OK) = 0
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/../lib/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./../lib/crti.o", R_OK)         = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/../lib/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/lib/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/lib/../lib/crti.o", R_OK)      = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/../lib/crti.o", R_OK)  = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crti.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/crti.o", R_OK) = 0
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crtbegin.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/../lib/crtbegin.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./x86_64-linux-gnu/3.4.6/crtbegin.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./../lib/crtbegin.o", R_OK)     = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtbegin.o", R_OK) = 0
    stat("/usr/lib/x86_64-linux-gnu/../lib/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/x86_64-linux-gnu/.", {st_mode=S_IFDIR|0755, st_size=86016, ...}) = 0
    stat("./../lib/.", 0x7ffd87210350)      = -1 ENOENT (No such file or directory)
    stat("./x86_64-linux-gnu/3.4.6/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("./.", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/../lib/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/3.4.6/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/.", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../x86_64-linux-gnu/3.4.6/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../.", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    stat("/lib/../lib/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    stat("/lib/x86_64-linux-gnu/3.4.6/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/../lib/.", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    stat("/usr/lib/x86_64-linux-gnu/3.4.6/.", 0x7ffd87210350) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crtend.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/../lib/crtend.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./x86_64-linux-gnu/3.4.6/crtend.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./../lib/crtend.o", R_OK)       = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtend.o", R_OK) = 0
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/../lib/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("./../lib/crtn.o", R_OK)         = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/lib/../lib/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/lib/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/lib/../lib/crtn.o", R_OK)      = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/../lib/crtn.o", R_OK)  = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/x86_64-linux-gnu/3.4.6/crtn.o", R_OK) = -1 ENOENT (No such file or directory)
    access("/usr/lib/x86_64-linux-gnu/crtn.o", R_OK) = 0
    stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect2", {st_mode=S_IFREG|0755, st_size=102600, ...}) = 0
    access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect2", X_OK) = 0
    clone(strace: Process 2843 attached
    child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f95b08989d0) = 2843
    [pid  2842] wait4(2843,  <unfinished ...>
    [pid  2843] execve("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect2", ["/usr/lib/gcc/x86_64-linux-gnu/3."..., "--eh-frame-hdr", "-m", "elf_x86_64", "-dynamic-linker", "/lib64/ld-linux-x86-64.so.2", "-o", "hiku.exe", "/usr/lib/x86_64-linux-gnu/crt1.o", "/usr/lib/x86_64-linux-gnu/crti.o", "/usr/lib/gcc/x86_64-linux-gnu/3."..., "-L/usr/lib/x86_64-linux-gnu", "-L.", "-L/usr/lib/gcc/x86_64-linux-gnu/"..., "-L/usr/lib/gcc/x86_64-linux-gnu/"..., "-L/usr/lib/gcc/x86_64-linux-gnu/"..., ...], [/* 96 vars */]) = 0
    [pid  2843] brk(NULL)                   = 0xd68000
    [pid  2843] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe37094f000
    [pid  2843] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib64/tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib64/tls/x86_64", 0x7ffc4b0bb940) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib64/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib64/tls", 0x7ffc4b0bb940) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib64/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib64/x86_64", 0x7ffc4b0bb940) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2843] open("/lib/x86_64-linux-gnu/tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc4b0bb940) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib/x86_64-linux-gnu/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib/x86_64-linux-gnu/tls", 0x7ffc4b0bb940) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib/x86_64-linux-gnu/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffc4b0bb940) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    [pid  2843] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 832) = 832
    [pid  2843] fstat(3, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
    [pid  2843] mmap(NULL, 3971488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe370362000
    [pid  2843] mprotect(0x7fe370522000, 2097152, PROT_NONE) = 0
    [pid  2843] mmap(0x7fe370722000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c0000) = 0x7fe370722000
    [pid  2843] mmap(0x7fe370728000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe370728000
    [pid  2843] close(3)                    = 0
    [pid  2843] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe37094e000
    [pid  2843] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe37094d000
    [pid  2843] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe37094c000
    [pid  2843] arch_prctl(ARCH_SET_FS, 0x7fe37094d700) = 0
    [pid  2843] mprotect(0x7fe370722000, 16384, PROT_READ) = 0
    [pid  2843] mprotect(0x7fe370951000, 4096, PROT_READ) = 0
    [pid  2843] brk(NULL)                   = 0xd68000
    [pid  2843] brk(0xd89000)               = 0xd89000
    [pid  2843] rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
    [pid  2843] fstat(3, {st_mode=S_IFREG|0644, st_size=3001856, ...}) = 0
    [pid  2843] mmap(NULL, 3001856, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe370085000
    [pid  2843] close(3)                    = 0
    [pid  2843] rt_sigaction(SIGQUIT, {SIG_IGN, [QUIT], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] rt_sigaction(SIGQUIT, {0x4025c0, [QUIT], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_IGN, [QUIT], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, 8) = 0
    [pid  2843] rt_sigaction(SIGINT, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] rt_sigaction(SIGINT, {0x4025c0, [INT], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_IGN, [INT], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, 8) = 0
    [pid  2843] rt_sigaction(SIGALRM, {SIG_IGN, [ALRM], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] rt_sigaction(SIGALRM, {0x4025c0, [ALRM], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_IGN, [ALRM], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, 8) = 0
    [pid  2843] rt_sigaction(SIGHUP, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] rt_sigaction(SIGHUP, {0x4025c0, [HUP], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_IGN, [HUP], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, 8) = 0
    [pid  2843] rt_sigaction(SIGSEGV, {SIG_IGN, [SEGV], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] rt_sigaction(SIGSEGV, {0x4025c0, [SEGV], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_IGN, [SEGV], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, 8) = 0
    [pid  2843] rt_sigaction(SIGBUS, {SIG_IGN, [BUS], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_DFL, [], 0}, 8) = 0
    [pid  2843] rt_sigaction(SIGBUS, {0x4025c0, [BUS], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, {SIG_IGN, [BUS], SA_RESTORER|SA_RESTART, 0x7fe3703974b0}, 8) = 0
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/real-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/collect-ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/fastjet-install/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/EPOS/epos3225/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/.local/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/Scripts/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/java/jre1.8.0_131/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/sbin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/bin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/sbin/ld", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/bin/ld", {st_mode=S_IFREG|0755, st_size=1220040, ...}) = 0
    [pid  2843] access("/usr/bin/ld", X_OK) = 0
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/fastjet-install/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/EPOS/epos3225/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/.local/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/Scripts/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/java/jre1.8.0_131/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/sbin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/sbin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/sbin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/games/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/games/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/snap/bin/gnm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/fastjet-install/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/EPOS/epos3225/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/.local/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/Scripts/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/java/jre1.8.0_131/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/sbin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/bin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/sbin/nm", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/bin/nm", {st_mode=S_IFREG|0755, st_size=40744, ...}) = 0
    [pid  2843] access("/usr/bin/nm", X_OK) = 0
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/fastjet-install/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/EPOS/epos3225/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/.local/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/Scripts/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/java/jre1.8.0_131/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/sbin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/sbin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/sbin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/games/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/games/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/snap/bin/gstrip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/fastjet-install/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/EPOS/epos3225/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/.local/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/Scripts/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/java/jre1.8.0_131/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/sbin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/bin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/sbin/strip", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/bin/strip", {st_mode=S_IFREG|0755, st_size=224440, ...}) = 0
    [pid  2843] access("/usr/bin/strip", X_OK) = 0
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/3.4.6/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/libexec/gcc/x86_64-linux-gnu/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/3.4.6/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../x86_64-linux-gnu/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/fastjet-install/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/EPOS/epos3225/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/.local/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/Scripts/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/root/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/home/gabriel/java/jre1.8.0_131/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/sbin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/local/bin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/sbin/g77", 0x7ffc4b0bc0c0) = -1 ENOENT (No such file or directory)
    [pid  2843] stat("/usr/bin/g77", {st_mode=S_IFREG|0755, st_size=97584, ...}) = 0
    [pid  2843] access("/usr/bin/g77", X_OK) = 0
    [pid  2843] access("/tmp", R_OK|W_OK|X_OK) = 0
    [pid  2843] getpid()                    = 2843
    [pid  2843] open("/tmp/ccqQdk9G.c", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
    [pid  2843] close(3)                    = 0
    [pid  2843] open("/tmp/ccGo5n7d.o", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
    [pid  2843] close(3)                    = 0
    [pid  2843] open("/tmp/ccgvN25K.ld", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
    [pid  2843] close(3)                    = 0
    [pid  2843] open("/tmp/ccgvN25K.ld", O_WRONLY|O_CREAT|O_TRUNC, 0) = 3
    [pid  2843] dup(1)                      = 4
    [pid  2843] dup(2)                      = 5
    [pid  2843] dup2(3, 1)                  = 1
    [pid  2843] dup2(3, 2)                  = 2
    [pid  2843] clone(strace: Process 2844 attached
    child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fe37094d9d0) = 2844
    [pid  2843] dup2(4, 1)                  = 1
    [pid  2843] dup2(5, 2 <unfinished ...>
    [pid  2844] execve("/usr/bin/ld", ["/usr/bin/ld", "--eh-frame-hdr", "-m", "elf_x86_64", "-dynamic-linker", "/lib64/ld-linux-x86-64.so.2", "-o", "hiku.exe", "/usr/lib/x86_64-linux-gnu/crt1.o", "/usr/lib/x86_64-linux-gnu/crti.o", "/usr/lib/gcc/x86_64-linux-gnu/3."..., "-L/usr/lib/x86_64-linux-gnu", "-L.", "-L/usr/lib/gcc/x86_64-linux-gnu/"..., "-L/usr/lib/gcc/x86_64-linux-gnu/"..., "-L/usr/lib/gcc/x86_64-linux-gnu/"..., ...], [/* 97 vars */] <unfinished ...>
    [pid  2843] <... dup2 resumed> )        = 2
    [pid  2843] close(3)                    = 0
    [pid  2843] wait4(2844,  <unfinished ...>
    [pid  2844] <... execve resumed> )      = 0
    [pid  2844] brk(NULL)                   = 0x2451000
    [pid  2844] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
    [pid  2844] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f13829ea000
    [pid  2844] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib64/tls/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib64/tls/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib64/tls/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib64/tls", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib64/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib64/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2844] open("/lib/x86_64-linux-gnu/tls/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/x86_64-linux-gnu/tls/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib/x86_64-linux-gnu/tls", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/x86_64-linux-gnu/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/x86_64-linux-gnu/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
    [pid  2844] open("/home/gabriel/root/lib/tls/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/tls/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/home/gabriel/root/lib/tls/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/tls", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/home/gabriel/root/lib/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/home/gabriel/root/lib/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
    [pid  2844] open("/home/gabriel/root/lib/root/tls/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/root/tls/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/home/gabriel/root/lib/root/tls/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/root/tls", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/home/gabriel/root/lib/root/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/root/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/home/gabriel/root/lib/root/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/home/gabriel/root/lib/root", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/local/lib/tls/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/local/lib/tls/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/local/lib/tls/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/local/lib/tls", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/local/lib/x86_64/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/local/lib/x86_64", 0x7ffff37e1100) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/local/lib/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2844] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=116100, ...}) = 0
    [pid  2844] mmap(NULL, 116100, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f13829cd000
    [pid  2844] close(6)                    = 0
    [pid  2844] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libbfd-2.26.1-system.so", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3606\4\0\0\0\0\0"..., 832) = 832
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=1312312, ...}) = 0
    [pid  2844] mmap(NULL, 3425696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f1382482000
    [pid  2844] mprotect(0x7f13825a8000, 2093056, PROT_NONE) = 0
    [pid  2844] mmap(0x7f13827a7000, 110592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x125000) = 0x7f13827a7000
    [pid  2844] mmap(0x7f13827c2000, 17824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f13827c2000
    [pid  2844] close(6)                    = 0
    [pid  2844] open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\r\0\0\0\0\0\0"..., 832) = 832
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=14608, ...}) = 0
    [pid  2844] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f13829cc000
    [pid  2844] mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f138227e000
    [pid  2844] mprotect(0x7f1382281000, 2093056, PROT_NONE) = 0
    [pid  2844] mmap(0x7f1382480000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7f1382480000
    [pid  2844] close(6)                    = 0
    [pid  2844] open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] read(6, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 832) = 832
    [pid  2844] fstat(6, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
    [pid  2844] mmap(NULL, 3971488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f1381eb4000
    [pid  2844] mprotect(0x7f1382074000, 2097152, PROT_NONE) = 0
    [pid  2844] mmap(0x7f1382274000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1c0000) = 0x7f1382274000
    [pid  2844] mmap(0x7f138227a000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f138227a000
    [pid  2844] close(6)                    = 0
    [pid  2844] open("/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\35\0\0\0\0\0\0"..., 832) = 832
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=104864, ...}) = 0
    [pid  2844] mmap(NULL, 2199848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f1381c9a000
    [pid  2844] mprotect(0x7f1381cb3000, 2093056, PROT_NONE) = 0
    [pid  2844] mmap(0x7f1381eb2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x18000) = 0x7f1381eb2000
    [pid  2844] close(6)                    = 0
    [pid  2844] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f13829cb000
    [pid  2844] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f13829ca000
    [pid  2844] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f13829c9000
    [pid  2844] arch_prctl(ARCH_SET_FS, 0x7f13829ca700) = 0
    [pid  2844] mprotect(0x7f1382274000, 16384, PROT_READ) = 0
    [pid  2844] mprotect(0x7f1381eb2000, 4096, PROT_READ) = 0
    [pid  2844] mprotect(0x7f1382480000, 4096, PROT_READ) = 0
    [pid  2844] mprotect(0x7f13827a7000, 86016, PROT_READ) = 0
    [pid  2844] mprotect(0x726000, 4096, PROT_READ) = 0
    [pid  2844] mprotect(0x7f13829ec000, 4096, PROT_READ) = 0
    [pid  2844] munmap(0x7f13829cd000, 116100) = 0
    [pid  2844] getrusage(RUSAGE_SELF, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0
    [pid  2844] brk(NULL)                   = 0x2451000
    [pid  2844] brk(0x2472000)              = 0x2472000
    [pid  2844] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=3001856, ...}) = 0
    [pid  2844] mmap(NULL, 3001856, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f13819bd000
    [pid  2844] close(6)                    = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 6
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=26258, ...}) = 0
    [pid  2844] mmap(NULL, 26258, PROT_READ, MAP_SHARED, 6, 0) = 0x7f13829e3000
    [pid  2844] close(6)                    = 0
    [pid  2844] open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 6
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
    [pid  2844] read(6, "# Locale name alias data base.\n#"..., 4096) = 2995
    [pid  2844] read(6, "", 4096)           = 0
    [pid  2844] close(6)                    = 0
    [pid  2844] open("/usr/share/locale/fr_FR/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/share/locale/fr/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/share/locale-langpack/fr_FR/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/share/locale-langpack/fr/LC_MESSAGES/ld.mo", O_RDONLY) = 6
    [pid  2844] fstat(6, {st_mode=S_IFREG|0644, st_size=62517, ...}) = 0
    [pid  2844] mmap(NULL, 62517, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f13829d3000
    [pid  2844] close(6)                    = 0
    [pid  2844] getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=64*1024}) = 0
    [pid  2844] stat("hiku.exe", 0x7ffff37e1740) = -1 ENOENT (No such file or directory)
    [pid  2844] open("hiku.exe", O_RDWR|O_CREAT|O_TRUNC, 0666) = 6
    [pid  2844] fcntl(6, F_GETFD)           = 0
    [pid  2844] fcntl(6, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] brk(0x2495000)              = 0x2495000
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/crt1.o", {st_mode=S_IFREG|0644, st_size=1728, ...}) = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/crt1.o", O_RDONLY) = 7
    [pid  2844] fcntl(7, F_GETFD)           = 0
    [pid  2844] fcntl(7, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(7, {st_mode=S_IFREG|0644, st_size=1728, ...}) = 0
    [pid  2844] lseek(7, 0, SEEK_SET)       = 0
    [pid  2844] read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1728
    [pid  2844] lseek(7, 1728, SEEK_SET)    = 1728
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/crti.o", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/crti.o", O_RDONLY) = 8
    [pid  2844] fcntl(8, F_GETFD)           = 0
    [pid  2844] fcntl(8, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(8, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0
    [pid  2844] lseek(8, 0, SEEK_SET)       = 0
    [pid  2844] read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 1248
    [pid  2844] lseek(8, 1248, SEEK_SET)    = 1248
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtbegin.o", {st_mode=S_IFREG|0644, st_size=2432, ...}) = 0
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtbegin.o", O_RDONLY) = 9
    [pid  2844] fcntl(9, F_GETFD)           = 0
    [pid  2844] fcntl(9, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(9, {st_mode=S_IFREG|0644, st_size=2432, ...}) = 0
    [pid  2844] lseek(9, 0, SEEK_SET)       = 0
    [pid  2844] read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 2432
    [pid  2844] lseek(9, 2432, SEEK_SET)    = 2432
    [pid  2844] stat("hiku.o", {st_mode=S_IFREG|0664, st_size=1571992, ...}) = 0
    [pid  2844] open("hiku.o", O_RDONLY)    = 10
    [pid  2844] fcntl(10, F_GETFD)          = 0
    [pid  2844] fcntl(10, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(10, {st_mode=S_IFREG|0664, st_size=1571992, ...}) = 0
    [pid  2844] lseek(10, 0, SEEK_SET)      = 0
    [pid  2844] read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\1\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(10, 4096, SEEK_SET)   = 4096
    [pid  2844] lseek(10, 1568768, SEEK_SET) = 1568768
    [pid  2844] read(10, "\1\0\0\0\2\0\0\0\366W\7\0\0\0\0\0\224\3\0\0\0\0\0\0\n\0\0\0\345\4\0\0"..., 4096) = 3224
    [pid  2844] lseek(10, 1571992, SEEK_SET) = 1571992
    [pid  2844] lseek(10, 524288, SEEK_SET) = 524288
    [pid  2844] read(10, "(1X,\2pmarker \2,I1,\2 x(1,:) x(2,:"..., 4096) = 4096
    [pid  2844] lseek(10, 528384, SEEK_SET) = 528384
    [pid  2844] lseek(10, 618496, SEEK_SET) = 618496
    [pid  2844] read(10, "\0\0\0\0\0\0\nfu\0\1\350\30\202\233\0\0\t\3\0\0\0\0\0\0\0\0\f\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(10, 647168, SEEK_SET) = 647168
    [pid  2844] read(10, "\354Qx?\1\0\0\0\t\0\0\0\3\0\0\0`B\242\r\4\0\0\0\315\314\314=\0\0\0?"..., 4096) = 4096
    [pid  2844] lseek(10, 651264, SEEK_SET) = 651264
    [pid  2844] read(10, "$\0\0\0\f\4\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\4\1\0\0\0\16\20\206"..., 4096) = 4096
    [pid  2844] lseek(10, 655360, SEEK_SET) = 655360
    [pid  2844] lseek(10, 679936, SEEK_SET) = 679936
    [pid  2844] read(10, " \0\0\0\0\0\0\0\363I\0\0\1\0\5\0@\210\f\0\0\0\0\0 \0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(10, "\20\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\371R\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] brk(0x24b8000)              = 0x24b8000
    [pid  2844] read(10, "00\0xup.201\0kprnt.202\0mop.203\0fct"..., 16384) = 16384
    [pid  2844] read(10, "77_cilist_572.1062\0__g77_cilist_"..., 4096) = 4096
    [pid  2844] mmap(NULL, 733184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1382916000
    [pid  2844] mmap(NULL, 733184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1382863000
    [pid  2844] read(10, "\n\0\0\0\10\0\0\0\310\0\0\0\0\0\0\0\202\0\0\0\0\0\0\0\n\0\0\0\10\0\0\0"..., 729088) = 729088
    [pid  2844] read(10, "w\261\7\0\0\0\0\0\n\0\0\0\10\0\0\0\342=\0\0\0\0\0\0\201\261\7\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] munmap(0x7f1382863000, 733184) = 0
    [pid  2844] lseek(10, 651264, SEEK_SET) = 651264
    [pid  2844] read(10, "$\0\0\0\f\4\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\4\1\0\0\0\16\20\206"..., 4096) = 4096
    [pid  2844] lseek(10, 655360, SEEK_SET) = 655360
    [pid  2844] lseek(10, 655360, SEEK_SET) = 655360
    [pid  2844] lseek(10, 1437696, SEEK_SET) = 1437696
    [pid  2844] read(10, "w\261\7\0\0\0\0\0\n\0\0\0\10\0\0\0\342=\0\0\0\0\0\0\201\261\7\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(10, "\0\0\0\0\0\0\0\0\360.\0\0\0\0\0\0\1\0\0\0\10\0\0\0x\f\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] brk(0x24dd000)              = 0x24dd000
    [pid  2844] read(10, "\1\0\0\0\2\0\0\0\"\6\0\0\0\0\0\0\334\2\0\0\0\0\0\0\1\0\0\0\2\0\0\0"..., 118784) = 118784
    [pid  2844] read(10, "\225\240\7\0\0\0\0\0\271`\1\0\0\0\0\0\1\0\0\0\4\0\0\0`^\f\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(10, 651264, SEEK_SET) = 651264
    [pid  2844] read(10, "$\0\0\0\f\4\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\4\1\0\0\0\16\20\206"..., 4096) = 4096
    [pid  2844] lseek(10, 655360, SEEK_SET) = 655360
    [pid  2844] lseek(10, 655360, SEEK_SET) = 655360
    [pid  2844] lseek(10, 679936, SEEK_SET) = 679936
    [pid  2844] read(10, " \0\0\0\0\0\0\0\363I\0\0\1\0\5\0@\210\f\0\0\0\0\0 \0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(10, 1564672, SEEK_SET) = 1564672
    [pid  2844] read(10, "\225\240\7\0\0\0\0\0\271`\1\0\0\0\0\0\1\0\0\0\4\0\0\0`^\f\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(10, "\1\0\0\0\2\0\0\0\366W\7\0\0\0\0\0\224\3\0\0\0\0\0\0\n\0\0\0\345\4\0\0"..., 4096) = 3224
    [pid  2844] lseek(10, 679936, SEEK_SET) = 679936
    [pid  2844] read(10, " \0\0\0\0\0\0\0\363I\0\0\1\0\5\0@\210\f\0\0\0\0\0 \0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(10, 1568768, SEEK_SET) = 1568768
    [pid  2844] read(10, "\1\0\0\0\2\0\0\0\366W\7\0\0\0\0\0\224\3\0\0\0\0\0\0\n\0\0\0\345\4\0\0"..., 4096) = 3224
    [pid  2844] lseek(10, 651264, SEEK_SET) = 651264
    [pid  2844] read(10, "$\0\0\0\f\4\0\0\0\0\0\0\0\0\0\0\360\0\0\0\0\0\0\0\4\1\0\0\0\16\20\206"..., 4096) = 4096
    [pid  2844] lseek(10, 1568768, SEEK_SET) = 1568768
    [pid  2844] read(10, "\1\0\0\0\2\0\0\0\366W\7\0\0\0\0\0\224\3\0\0\0\0\0\0\n\0\0\0\345\4\0\0"..., 4096) = 3224
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libfrtbegin.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libfrtbegin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libfrtbegin.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libfrtbegin.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libfrtbegin.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libfrtbegin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libfrtbegin.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libfrtbegin.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libfrtbegin.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libfrtbegin.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libfrtbegin.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libfrtbegin.a", {st_mode=S_IFREG|0644, st_size=1830, ...}) = 0
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libfrtbegin.a", O_RDONLY) = 11
    [pid  2844] fcntl(11, F_GETFD)          = 0
    [pid  2844] fcntl(11, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(11, {st_mode=S_IFREG|0644, st_size=1830, ...}) = 0
    [pid  2844] lseek(11, 0, SEEK_SET)      = 0
    [pid  2844] read(11, "!<arch>\n/               12102321"..., 4096) = 1830
    [pid  2844] lseek(11, 1830, SEEK_SET)   = 1830
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libg2c.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libg2c.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libg2c.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libg2c.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libg2c.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libg2c.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libg2c.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libg2c.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libg2c.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libg2c.so", {st_mode=S_IFREG|0644, st_size=124384, ...}) = 0
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libg2c.so", O_RDONLY) = 12
    [pid  2844] fcntl(12, F_GETFD)          = 0
    [pid  2844] fcntl(12, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(12, {st_mode=S_IFREG|0644, st_size=124384, ...}) = 0
    [pid  2844] lseek(12, 0, SEEK_SET)      = 0
    [pid  2844] read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\216\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(12, 4096, SEEK_SET)   = 4096
    [pid  2844] lseek(12, 118784, SEEK_SET) = 118784
    [pid  2844] read(12, "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(12, 122880, SEEK_SET) = 122880
    [pid  2844] read(12, "\214\27\0\0\0\0\0\0\2\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 4096) = 1504
    [pid  2844] lseek(12, 118784, SEEK_SET) = 118784
    [pid  2844] read(12, "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(12, "\214\27\0\0\0\0\0\0\2\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 4096) = 1504
    [pid  2844] lseek(12, 0, SEEK_SET)      = 0
    [pid  2844] read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\216\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(12, 118784, SEEK_SET) = 118784
    [pid  2844] read(12, "\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(12, 122880, SEEK_SET) = 122880
    [pid  2844] lseek(12, 16384, SEEK_SET)  = 16384
    [pid  2844] read(12, "\r\4\0\0\22\0\n\0\320z\1\0\0\0\0\0\5\0\0\0\0\0\0\0\33\f\0\0\21\0\26\0"..., 4096) = 4096
    [pid  2844] read(12, "y2kbug_0\0F77_aloc\0malloc\0stderr\0"..., 4096) = 4096
    [pid  2844] lseek(12, 4096, SEEK_SET)   = 4096
    [pid  2844] read(12, "M\1\0\0B\1\0\0\0\0\0\0\333\1\0\0\0\0\0\0\0\0\0\0i\1\0\0\370\1\0\0"..., 4096) = 4096
    [pid  2844] read(12, "G\0\0\0\0\0\0\0S\n\0\0\21\0\26\0H\362\"\0\0\0\0\0\4\0\0\0\0\0\0\0"..., 8192) = 8192
    [pid  2844] read(12, "\r\4\0\0\22\0\n\0\320z\1\0\0\0\0\0\5\0\0\0\0\0\0\0\33\f\0\0\21\0\26\0"..., 4096) = 4096
    [pid  2844] brk(0x24fe000)              = 0x24fe000
    [pid  2844] lseek(12, 20480, SEEK_SET)  = 20480
    [pid  2844] read(12, "y2kbug_0\0F77_aloc\0malloc\0stderr\0"..., 4096) = 4096
    [pid  2844] lseek(12, 24576, SEEK_SET)  = 24576
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libm.so", {st_mode=S_IFREG|0644, st_size=186, ...}) = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libm.so", O_RDONLY) = 13
    [pid  2844] fcntl(13, F_GETFD)          = 0
    [pid  2844] fcntl(13, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(13, {st_mode=S_IFREG|0644, st_size=186, ...}) = 0
    [pid  2844] lseek(13, 0, SEEK_SET)      = 0
    [pid  2844] read(13, "/* GNU ld script\n*/\nOUTPUT_FORMA"..., 4096) = 186
    [pid  2844] lseek(13, 186, SEEK_SET)    = 186
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libm.so", O_RDONLY) = 14
    [pid  2844] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2844] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=86016, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu/libm.so", {st_mode=S_IFREG|0644, st_size=186, ...}) = 0
    [pid  2844] ioctl(14, TCGETS, 0x7ffff37e1560) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] fstat(14, {st_mode=S_IFREG|0644, st_size=186, ...}) = 0
    [pid  2844] read(14, "/* GNU ld script\n*/\nOUTPUT_FORMA"..., 8192) = 186
    [pid  2844] read(14, "", 4096)          = 0
    [pid  2844] read(14, "", 8192)          = 0
    [pid  2844] ioctl(14, TCGETS, 0x7ffff37e1560) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] close(14)                   = 0
    [pid  2844] lseek(13, 186, SEEK_SET)    = 186
    [pid  2844] close(13)                   = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libm.so", O_RDONLY) = 13
    [pid  2844] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2844] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=86016, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu/libm.so", {st_mode=S_IFREG|0644, st_size=186, ...}) = 0
    [pid  2844] ioctl(13, TCGETS, 0x7ffff37e1660) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] fstat(13, {st_mode=S_IFREG|0644, st_size=186, ...}) = 0
    [pid  2844] read(13, "/* GNU ld script\n*/\nOUTPUT_FORMA"..., 8192) = 186
    [pid  2844] read(13, "", 4096)          = 0
    [pid  2844] read(13, "", 8192)          = 0
    [pid  2844] ioctl(13, TCGETS, 0x7ffff37dfb10) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] close(13)                   = 0
    [pid  2844] stat("/lib/x86_64-linux-gnu/libm.so.6", {st_mode=S_IFREG|0644, st_size=1088952, ...}) = 0
    [pid  2844] open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 13
    [pid  2844] fcntl(13, F_GETFD)          = 0
    [pid  2844] fcntl(13, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(13, {st_mode=S_IFREG|0644, st_size=1088952, ...}) = 0
    [pid  2844] lseek(13, 0, SEEK_SET)      = 0
    [pid  2844] read(13, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(13, 4096, SEEK_SET)   = 4096
    [pid  2844] lseek(13, 1085440, SEEK_SET) = 1085440
    [pid  2844] read(13, "Xk\6\0\0\0\0\0\304\346\17\0\0\0\0\0\0\0\0\0\0\0\0\0libm\0slo"..., 4096) = 3512
    [pid  2844] lseek(13, 1088952, SEEK_SET) = 1088952
    [pid  2844] lseek(13, 1088952, SEEK_SET) = 1088952
    [pid  2844] lseek(13, 0, SEEK_SET)      = 0
    [pid  2844] read(13, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(13, 1085440, SEEK_SET) = 1085440
    [pid  2844] read(13, "Xk\6\0\0\0\0\0\304\346\17\0\0\0\0\0\0\0\0\0\0\0\0\0libm\0slo"..., 4096) = 3512
    [pid  2844] lseek(13, 0, SEEK_SET)      = 0
    [pid  2844] read(13, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] brk(0x251f000)              = 0x251f000
    [pid  2844] lseek(13, 1081344, SEEK_SET) = 1081344
    [pid  2844] read(13, "\210}0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0fT\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(13, "Xk\6\0\0\0\0\0\304\346\17\0\0\0\0\0\0\0\0\0\0\0\0\0libm\0slo"..., 4096) = 3512
    [pid  2844] lseek(13, 1077248, SEEK_SET) = 1077248
    [pid  2844] read(13, "\0\0\0\0\0\0\0\0\252\0\0\0\0\0\0\0\0\0\0\0\244\1\0\0\244\0\0\0000\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(13, 12288, SEEK_SET)  = 12288
    [pid  2844] read(13, "c\0\0\0\0\0\0\0E\3\0\0\"\0\16\0\360\37\2\0\0\0\0\0Z\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(13, "tround\0fegetenv\0feholdexcept\0fes"..., 4096) = 4096
    [pid  2844] lseek(13, 4096, SEEK_SET)   = 4096
    [pid  2844] read(13, "\0\0\0\0\215\1\0\0\0\0\0\0\0\0\0\0\217\1\0\0\220\1\0\0\221\1\0\0\222\1\0\0"..., 4096) = 4096
    [pid  2844] read(13, "C\2\0\0\"\0\16\0@\251\2\0\0\0\0\0\32\0\0\0\0\0\0\0.\5\0\0\22\0\16\0"..., 4096) = 4096
    [pid  2844] read(13, "c\0\0\0\0\0\0\0E\3\0\0\"\0\16\0\360\37\2\0\0\0\0\0Z\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(13, 20480, SEEK_SET)  = 20480
    [pid  2844] read(13, "\10\0\0\0\303\f\0\0\0\0\0\0\1\0\0\0\6\0\2\0\203\221\226\6\24\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(13, 16384, SEEK_SET)  = 16384
    [pid  2844] read(13, "tround\0fegetenv\0feholdexcept\0fes"..., 4096) = 4096
    [pid  2844] read(13, "\10\0\0\0\303\f\0\0\0\0\0\0\1\0\0\0\6\0\2\0\203\221\226\6\24\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(13, 16384, SEEK_SET)  = 16384
    [pid  2844] read(13, "tround\0fegetenv\0feholdexcept\0fes"..., 4096) = 4096
    [pid  2844] brk(0x2540000)              = 0x2540000
    [pid  2844] brk(0x2561000)              = 0x2561000
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libmvec_nonshared.a", {st_mode=S_IFREG|0644, st_size=5974, ...}) = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libmvec_nonshared.a", O_RDONLY) = 14
    [pid  2844] fcntl(14, F_GETFD)          = 0
    [pid  2844] fcntl(14, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(14, {st_mode=S_IFREG|0644, st_size=5974, ...}) = 0
    [pid  2844] lseek(14, 0, SEEK_SET)      = 0
    [pid  2844] read(14, "!<arch>\n/               0       "..., 4096) = 4096
    [pid  2844] lseek(14, 4096, SEEK_SET)   = 4096
    [pid  2844] read(14, "\0\0\f\0\0\0\374\377\377\377\377\377\377\3772\0\0\0\0\0\0\0)\0\0\0\16\0\0\0\374\377"..., 4096) = 1878
    [pid  2844] lseek(14, 5974, SEEK_SET)   = 5974
    [pid  2844] stat("/lib/x86_64-linux-gnu/libmvec.so.1", {st_mode=S_IFREG|0644, st_size=166368, ...}) = 0
    [pid  2844] open("/lib/x86_64-linux-gnu/libmvec.so.1", O_RDONLY) = 15
    [pid  2844] fcntl(15, F_GETFD)          = 0
    [pid  2844] fcntl(15, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(15, {st_mode=S_IFREG|0644, st_size=166368, ...}) = 0
    [pid  2844] lseek(15, 0, SEEK_SET)      = 0
    [pid  2844] read(15, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(15, 4096, SEEK_SET)   = 4096
    [pid  2844] lseek(15, 163840, SEEK_SET) = 163840
    [pid  2844] read(15, "\260}\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\24\0\0\0\0\0\0"..., 4096) = 2528
    [pid  2844] lseek(15, 166368, SEEK_SET) = 166368
    [pid  2844] lseek(15, 0, SEEK_SET)      = 0
    [pid  2844] read(15, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(15, 163840, SEEK_SET) = 163840
    [pid  2844] read(15, "\260}\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&\24\0\0\0\0\0\0"..., 4096) = 2528
    [pid  2844] lseek(15, 0, SEEK_SET)      = 0
    [pid  2844] read(15, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(15, 159744, SEEK_SET) = 159744
    [pid  2844] read(15, "\17\4\23w\220\0\nk\314E\315E\316E\317M\v\0\0\0\0\0\0\0T\0\0\0\334\26\0\0"..., 4096) = 4096
    [pid  2844] lseek(15, 0, SEEK_SET)      = 0
    [pid  2844] read(15, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\26\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(15, 4096, SEEK_SET)   = 4096
    [pid  2844] brk(0x25cb000)              = 0x25cb000
    [pid  2844] lseek(15, 4096, SEEK_SET)   = 4096
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib/../lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/../lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/lib/../lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/lib/../lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/../lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/../lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/../lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/../lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/local/lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/local/lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/local/lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/local/lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/local/lib64/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/local/lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/local/lib64/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/local/lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//lib64/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//lib64/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/lib64/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/lib64/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/local/lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/local/lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/local/lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/local/lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/x86_64-linux-gnu/lib64/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/x86_64-linux-gnu/lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/x86_64-linux-gnu/lib64/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/x86_64-linux-gnu/lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/x86_64-linux-gnu/lib/libgcc_s.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/x86_64-linux-gnu/lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("//usr/x86_64-linux-gnu/lib/libgcc_s.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("//usr/x86_64-linux-gnu/lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] write(2, "/usr/bin/ld", 11) = 11
    [pid  2844] write(2, "\302\240: ne peut trouver ", 20) = 20
    [pid  2844] write(2, "-lgcc_s", 7)      = 7
    [pid  2844] write(2, "\n", 1)           = 1
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libgcc.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libgcc.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libgcc.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libgcc.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("./libgcc.a", 0x7ffff37e1620) = -1 ENOENT (No such file or directory)
    [pid  2844] open("./libgcc.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc.so", 0x7ffff37e15d0) = -1 ENOENT (No such file or directory)
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2844] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc.a", {st_mode=S_IFREG|0644, st_size=91000, ...}) = 0
    [pid  2844] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc.a", O_RDONLY) = 16
    [pid  2844] fcntl(16, F_GETFD)          = 0
    [pid  2844] fcntl(16, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(16, {st_mode=S_IFREG|0644, st_size=91000, ...}) = 0
    [pid  2844] lseek(16, 0, SEEK_SET)      = 0
    [pid  2844] read(16, "!<arch>\n/               12102321"..., 4096) = 4096
    [pid  2844] lseek(16, 4096, SEEK_SET)   = 4096
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libc.so", {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libc.so", O_RDONLY) = 17
    [pid  2844] fcntl(17, F_GETFD)          = 0
    [pid  2844] fcntl(17, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(17, {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
    [pid  2844] lseek(17, 0, SEEK_SET)      = 0
    [pid  2844] read(17, "/* GNU ld script\n   Use the shar"..., 4096) = 298
    [pid  2844] lseek(17, 298, SEEK_SET)    = 298
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libc.so", O_RDONLY) = 18
    [pid  2844] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2844] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=86016, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu/libc.so", {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
    [pid  2844] ioctl(18, TCGETS, 0x7ffff37e1560) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] fstat(18, {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
    [pid  2844] read(18, "/* GNU ld script\n   Use the shar"..., 8192) = 298
    [pid  2844] read(18, "", 4096)          = 0
    [pid  2844] read(18, "", 8192)          = 0
    [pid  2844] ioctl(18, TCGETS, 0x7ffff37e1560) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] close(18)                   = 0
    [pid  2844] lseek(17, 298, SEEK_SET)    = 298
    [pid  2844] close(17)                   = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libc.so", O_RDONLY) = 17
    [pid  2844] lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    [pid  2844] lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=86016, ...}) = 0
    [pid  2844] lstat("/usr/lib/x86_64-linux-gnu/libc.so", {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
    [pid  2844] ioctl(17, TCGETS, 0x7ffff37e1660) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] fstat(17, {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
    [pid  2844] read(17, "/* GNU ld script\n   Use the shar"..., 8192) = 298
    [pid  2844] read(17, "", 4096)          = 0
    [pid  2844] read(17, "", 8192)          = 0
    [pid  2844] ioctl(17, TCGETS, 0x7ffff37dfb10) = -1 ENOTTY (Inappropriate ioctl for device)
    [pid  2844] close(17)                   = 0
    [pid  2844] stat("/lib/x86_64-linux-gnu/libc.so.6", {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
    [pid  2844] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 17
    [pid  2844] fcntl(17, F_GETFD)          = 0
    [pid  2844] fcntl(17, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(17, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
    [pid  2844] lseek(17, 0, SEEK_SET)      = 0
    [pid  2844] read(17, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(17, 4096, SEEK_SET)   = 4096
    [pid  2844] lseek(17, 1863680, SEEK_SET) = 1863680
    [pid  2844] read(17, "arning.sys_errlist\0.gnu.warning."..., 4096) = 4096
    [pid  2844] lseek(17, 1867776, SEEK_SET) = 1867776
    [pid  2844] read(17, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200i\34\0\0\0\0\0-\0\0\0\0\0\0\0"..., 4096) = 1208
    [pid  2844] lseek(17, 1863680, SEEK_SET) = 1863680
    [pid  2844] read(17, "arning.sys_errlist\0.gnu.warning."..., 4096) = 4096
    [pid  2844] read(17, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200i\34\0\0\0\0\0-\0\0\0\0\0\0\0"..., 4096) = 1208
    [pid  2844] lseek(17, 0, SEEK_SET)      = 0
    [pid  2844] read(17, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(17, 1859584, SEEK_SET) = 1859584
    [pid  2844] read(17, "opt_top_pad\0-4@%ebp 8@8+mp_(%rip"..., 4096) = 4096
    [pid  2844] read(17, "arning.sys_errlist\0.gnu.warning."..., 4096) = 4096
    [pid  2844] lseek(17, 0, SEEK_SET)      = 0
    [pid  2844] read(17, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\t\2\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(17, 1855488, SEEK_SET) = 1855488
    [pid  2844] read(17, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(17, "opt_top_pad\0-4@%ebp 8@8+mp_(%rip"..., 4096) = 4096
    [pid  2844] lseek(17, 1863680, SEEK_SET) = 1863680
    [pid  2844] lseek(17, 1847296, SEEK_SET) = 1847296
    [pid  2844] read(17, "\0\313\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(17, 65536, SEEK_SET)  = 65536
    [pid  2844] read(17, "/\0\0\0\0\0\0\0;\0\0\0\"\0\r\0Pe\t\0\0\0\0\0\4\2\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(17, "ong\0__wctomb_chk\0getmntent\0__fre"..., 20480) = 20480
    [pid  2844] read(17, "eaddir64\0fileno\0__ivaliduser\0fli"..., 4096) = 4096
    [pid  2844] lseek(17, 12288, SEEK_SET)  = 12288
    [pid  2844] read(17, "~]\3310L\353:}\327]\31z,\316\305'\362\265E\341\n\336\367\22;\30c\254LJ*\237"..., 4096) = 4096
    [pid  2844] read(17, "!\0\0\0\0\0\0\0P\26\0\0\22\0\r\0\360\374\21\0\0\0\0\0\200\0\0\0\0\0\0\0"..., 49152) = 49152
    [pid  2844] read(17, "/\0\0\0\0\0\0\0;\0\0\0\"\0\r\0Pe\t\0\0\0\0\0\4\2\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(17, 94208, SEEK_SET)  = 94208
    [pid  2844] read(17, "\2\0\2\0\2\0\31\0\2\0\2\0\2\0\2\0\31\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0"..., 4096) = 4096
    [pid  2844] lseek(17, 98304, SEEK_SET)  = 98304
    [pid  2844] lseek(17, 90112, SEEK_SET)  = 90112
    [pid  2844] read(17, "eaddir64\0fileno\0__ivaliduser\0fli"..., 4096) = 4096
    [pid  2844] read(17, "\2\0\2\0\2\0\31\0\2\0\2\0\2\0\2\0\31\0\2\0\2\0\2\0\2\0\2\0\2\0\2\0"..., 4096) = 4096
    [pid  2844] brk(0x25ec000)              = 0x25ec000
    [pid  2844] brk(0x260d000)              = 0x260d000
    [pid  2844] brk(0x262e000)              = 0x262e000
    [pid  2844] brk(0x264f000)              = 0x264f000
    [pid  2844] brk(0x2670000)              = 0x2670000
    [pid  2844] brk(0x2691000)              = 0x2691000
    [pid  2844] brk(0x26cd000)              = 0x26cd000
    [pid  2844] brk(0x26ee000)              = 0x26ee000
    [pid  2844] brk(0x270f000)              = 0x270f000
    [pid  2844] brk(0x2730000)              = 0x2730000
    [pid  2844] stat("/usr/lib/x86_64-linux-gnu/libc_nonshared.a", {st_mode=S_IFREG|0644, st_size=21764, ...}) = 0
    [pid  2844] open("/usr/lib/x86_64-linux-gnu/libc_nonshared.a", O_RDONLY) = 18
    [pid  2844] fcntl(18, F_GETFD)          = 0
    [pid  2844] fcntl(18, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(18, {st_mode=S_IFREG|0644, st_size=21764, ...}) = 0
    [pid  2844] lseek(18, 0, SEEK_SET)      = 0
    [pid  2844] read(18, "!<arch>\n/               0       "..., 4096) = 4096
    [pid  2844] lseek(18, 4096, SEEK_SET)   = 4096
    [pid  2844] stat("/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", {st_mode=S_IFREG|0755, st_size=162632, ...}) = 0
    [pid  2844] open("/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", O_RDONLY) = 19
    [pid  2844] fcntl(19, F_GETFD)          = 0
    [pid  2844] fcntl(19, F_SETFD, FD_CLOEXEC) = 0
    [pid  2844] fstat(19, {st_mode=S_IFREG|0755, st_size=162632, ...}) = 0
    [pid  2844] lseek(19, 0, SEEK_SET)      = 0
    [pid  2844] read(19, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\f\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(19, 4096, SEEK_SET)   = 4096
    [pid  2844] lseek(19, 159744, SEEK_SET) = 159744
    [pid  2844] read(19, "0 8@%r14\0\0\0\0\10\0\0\0008\0\0\0\3\0\0\0stapsdt\0"..., 4096) = 2888
    [pid  2844] lseek(19, 162632, SEEK_SET) = 162632
    [pid  2844] lseek(19, 162632, SEEK_SET) = 162632
    [pid  2844] lseek(19, 0, SEEK_SET)      = 0
    [pid  2844] read(19, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\f\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(19, 159744, SEEK_SET) = 159744
    [pid  2844] read(19, "0 8@%r14\0\0\0\0\10\0\0\0008\0\0\0\3\0\0\0stapsdt\0"..., 4096) = 2888
    [pid  2844] lseek(19, 0, SEEK_SET)      = 0
    [pid  2844] read(19, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\f\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(19, 155648, SEEK_SET) = 155648
    [pid  2844] read(19, "p^\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0v\n\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] read(19, "0 8@%r14\0\0\0\0\10\0\0\0008\0\0\0\3\0\0\0stapsdt\0"..., 4096) = 2888
    [pid  2844] lseek(19, 151552, SEEK_SET) = 151552
    [pid  2844] read(19, "\24\0\0\0\344 \0\0He\377\377 \0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\374 \0\0"..., 4096) = 4096
    [pid  2844] lseek(19, 0, SEEK_SET)      = 0
    [pid  2844] read(19, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\f\0\0\0\0\0\0"..., 4096) = 4096
    [pid  2844] lseek(19, 4096, SEEK_SET)   = 4096
    [pid  2844] mmap(NULL, 1650688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f138182a000
    [pid  2844] munmap(0x7f138182a000, 1650688) = 0
    [pid  2844] close(19)                   = 0
    [pid  2844] close(18)                   = 0
    [pid  2844] close(17)                   = 0
    [pid  2844] close(16)                   = 0
    [pid  2844] close(15)                   = 0
    [pid  2844] close(14)                   = 0
    [pid  2844] close(13)                   = 0
    [pid  2844] close(12)                   = 0
    [pid  2844] close(11)                   = 0
    [pid  2844] close(10)                   = 0
    [pid  2844] close(9)                    = 0
    [pid  2844] close(8)                    = 0
    [pid  2844] close(7)                    = 0
    [pid  2844] close(6)                    = 0
    [pid  2844] lstat("hiku.exe", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
    [pid  2844] unlink("hiku.exe")          = 0
    [pid  2844] exit_group(1)               = ?
    [pid  2844] +++ exited with 1 +++
    [pid  2843] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2844
    [pid  2843] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2844, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
    [pid  2843] access("/usr/bin/ld.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("elf_x86_64.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("/lib64/ld-linux-x86-64.so.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("hiku.rpo", R_OK)    = -1 ENOENT (No such file or directory)
    [pid  2843] access("/usr/lib/x86_64-linux-gnu/crt1.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("/usr/lib/x86_64-linux-gnu/crti.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtbegin.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("hiku.rpo", R_OK)    = -1 ENOENT (No such file or directory)
    [pid  2843] access("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/crtend.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] access("/usr/lib/x86_64-linux-gnu/crtn.rpo", R_OK) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/tmp/ccgvN25K.ld", O_RDONLY) = 3
    [pid  2843] fstat(3, {st_mode=S_IFREG|0600, st_size=39, ...}) = 0
    [pid  2843] read(3, "/usr/bin/ld\302\240: ne peut trouver -"..., 4096) = 39
    [pid  2843] write(2, "/", 1/)            = 1
    [pid  2843] write(2, "usr", 3usr)          = 3
    [pid  2843] write(2, "/", 1/)            = 1
    [pid  2843] write(2, "bin", 3bin)          = 3
    [pid  2843] write(2, "/", 1/)            = 1
    [pid  2843] write(2, "ld", 2ld)           = 2
    [pid  2843] write(2, "\302", 1\C2)         = 1
    [pid  2843] write(2, "\240", 1\A0)         = 1
    [pid  2843] write(2, ":", 1:)            = 1
    [pid  2843] write(2, " ", 1 )            = 1
    [pid  2843] write(2, "ne", 2ne)           = 2
    [pid  2843] write(2, " ", 1 )            = 1
    [pid  2843] write(2, "peut", 4peut)         = 4
    [pid  2843] write(2, " ", 1 )            = 1
    [pid  2843] write(2, "trouver", 7trouver)      = 7
    [pid  2843] write(2, " ", 1 )            = 1
    [pid  2843] write(2, "-", 1-)            = 1
    [pid  2843] write(2, "lgcc_s", 6lgcc_s)       = 6
    [pid  2843] write(2, "\n", 1
    )           = 1
    [pid  2843] read(3, "", 4096)           = 0
    [pid  2843] close(3)                    = 0
    [pid  2843] unlink("/tmp/ccgvN25K.ld")  = 0
    [pid  2843] write(2, "collect2: ", 10collect2: )  = 10
    [pid  2843] open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
    [pid  2843] fstat(3, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
    [pid  2843] read(3, "# Locale name alias data base.\n#"..., 4096) = 2995
    [pid  2843] read(3, "", 4096)           = 0
    [pid  2843] close(3)                    = 0
    [pid  2843] open("/usr/share/locale/fr_FR/LC_MESSAGES/gcc-3.4.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2843] open("/usr/share/locale/fr/LC_MESSAGES/gcc-3.4.mo", O_RDONLY) = 3
    [pid  2843] fstat(3, {st_mode=S_IFREG|0644, st_size=556515, ...}) = 0
    [pid  2843] mmap(NULL, 556515, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe3708c4000
    [pid  2843] close(3)                    = 0
    [pid  2843] open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
    [pid  2843] fstat(3, {st_mode=S_IFREG|0644, st_size=26258, ...}) = 0
    [pid  2843] mmap(NULL, 26258, PROT_READ, MAP_SHARED, 3, 0) = 0x7fe3708bd000
    [pid  2843] close(3)                    = 0
    [pid  2843] open("/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so", O_RDONLY|O_CLOEXEC) = 3
    [pid  2843] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\6\0\0\0\0\0\0"..., 832) = 832
    [pid  2843] fstat(3, {st_mode=S_IFREG|0644, st_size=10376, ...}) = 0
    [pid  2843] mmap(NULL, 2105408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe36fe82000
    [pid  2843] mprotect(0x7fe36fe84000, 2093056, PROT_NONE) = 0
    [pid  2843] mmap(0x7fe370083000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fe370083000
    [pid  2843] close(3)                    = 0
    [pid  2843] mprotect(0x7fe370083000, 4096, PROT_READ) = 0
    [pid  2843] write(2, "ld a retourn\303\251 1 code d'\303\251tat d'"..., 42ld a retourné 1 code d'état d'exécution) = 42
    [pid  2843] write(2, "\n", 1
    )           = 1
    [pid  2843] unlink("/tmp/ccqQdk9G.c")   = 0
    [pid  2843] unlink("/tmp/ccGo5n7d.o")   = 0
    [pid  2843] open("/tmp/ccgvN25K.ld", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  2843] unlink("/tmp/ccgvN25K.ld")  = -1 ENOENT (No such file or directory)
    [pid  2843] unlink("hiku.exe")          = -1 ENOENT (No such file or directory)
    [pid  2843] exit_group(1)               = ?
    [pid  2843] +++ exited with 1 +++
    <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 2843
    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2843, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---
    exit_group(1)                           = ?
    +++ exited with 1 +++

  15. #15
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Je continue d'un autre message pour la limitation (très grande !, je suis impressionné) de caractères par message.

    De ce que je vois au début, il ouvre tout ça :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    open("/lib64/tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64/tls/x86_64", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib64/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64/tls", 0x7ffd87210b90)      = -1 ENOENT (No such file or directory)
    open("/lib64/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64/x86_64", 0x7ffd87210b90)   = -1 ENOENT (No such file or directory)
    open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/lib/x86_64-linux-gnu/tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/tls", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffd87210b90) = -1 ENOENT (No such file or directory)
    open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    Mais no such file or directory est très présent, je ne comprends pas exactement ce que cela veut dire ..

    PS : je répondrais encore demain matin mais je ne serais plus présent pendant 3 jours vu que je n'aurais pas internet donc si je ne donne pas de réponses d'ici trois jours c'est normal

  16. #16
    Expert confirmé Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 430
    Par défaut
    Essaye avec:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5:/lib64:/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

  17. #17
    Expert confirmé
    Homme Profil pro
    Développeur informatique en retraite
    Inscrit en
    Avril 2008
    Messages
    2 103
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Côtes d'Armor (Bretagne)

    Informations professionnelles :
    Activité : Développeur informatique en retraite

    Informations forums :
    Inscription : Avril 2008
    Messages : 2 103
    Par défaut
    Citation Envoyé par disedorgue Voir le message
    Essaye avec:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5:/lib64:/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
    Si jamais env | egrep '^LD_LIBRARY_PATH=' ne donne rien, il faut ajouter export LD_LIBRARY_PATH, mais normalement ça devrait déjà être fait.

  18. #18
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Bonjour, je reviens de vacances et malheureusement cela ne fonctionne toujours pas ...

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
     
    gabriel@gabriel-X756UXK:~/Scripts$ env | egrep '^LD_LIBRARY_PATH='
    LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5:/lib64:/lib/x86_64-linux-gnu:/home/gabriel/root/lib:/home/gabriel/root/lib/root:/usr/local/lib
     
    gabriel@gabriel-X756UXK:~/Scripts$ cd /usr/lib/gcc/x86_64-linux-gnu/5
    gabriel@gabriel-X756UXK:/usr/lib/gcc/x86_64-linux-gnu/5$ ls
    32           crtend.o       finclude           libatomic.so     libgcc.a         libgfortranbegin.a  libitm.so               libmpx.a           libsanitizer.spec   libtsan.so
    cc1          crtendS.o      include            libbacktrace.a   libgcc_eh.a      libgfortran.so      libitm.spec             libmpx.so          libssp_nonshared.a  libubsan.a
    cc1plus      crtfastmath.o  include-fixed      libcaf_single.a  libgcc_s_32.so   libgfortran.spec    liblsan.a               libmpx.spec        libstdc++.a         libubsan.so
    collect2     crtprec32.o    libasan.a          libcc1.so        libgcc_s.so      libgomp.a           liblsan.so              libmpxwrappers.a   libstdc++fs.a       lto1
    crtbegin.o   crtprec64.o    libasan_preinit.o  libcilkrts.a     libgcc_s_x32.so  libgomp.so          liblto_plugin.so        libmpxwrappers.so  libstdc++.so        lto-wrapper
    crtbeginS.o  crtprec80.o    libasan.so         libcilkrts.so    libgcov.a        libgomp.spec        liblto_plugin.so.0      libquadmath.a      libsupc++.a         plugin
    crtbeginT.o  f951           libatomic.a        libcilkrts.spec  libgfortran.a    libitm.a            liblto_plugin.so.0.0.0  libquadmath.so     libtsan.a           x32
    gabriel@gabriel-X756UXK:/usr/lib/gcc/x86_64-linux-gnu/5$ cd 32
    gabriel@gabriel-X756UXK:/usr/lib/gcc/x86_64-linux-gnu/5/32$ ls
    crtbegin.o   crtend.o       crtprec32.o  libasan.a          libatomic.a     libcilkrts.a   libgcc_eh.a  libgomp.a   libitm.so  libmpxwrappers.a   libquadmath.so      libstdc++fs.a    libsupc++.a
    crtbeginS.o  crtendS.o      crtprec64.o  libasan_preinit.o  libatomic.so    libcilkrts.so  libgcc_s.so  libgomp.so  libmpx.a   libmpxwrappers.so  libssp_nonshared.a  libstdc++_pic.a  libubsan.a
    crtbeginT.o  crtfastmath.o  crtprec80.o  libasan.so         libbacktrace.a  libgcc.a       libgcov.a    libitm.a    libmpx.so  libquadmath.a      libstdc++.a         libstdc++.so     libubsan.so

  19. #19
    Expert confirmé Avatar de disedorgue
    Homme Profil pro
    Ingénieur intégration
    Inscrit en
    Décembre 2012
    Messages
    4 430
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur intégration
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Décembre 2012
    Messages : 4 430
    Par défaut
    Pourrais-tu refaire la commande strace avec bien sur la dernière configuration du LD_LIBRARY_PATH ?

    Pas besoin de poster la totalité du résultat du strace, juste par exemple:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    grep -i gcc_s strace.dump
    en considérant que le fichier résultat du strace est strace.dump

  20. #20
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2015
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Novembre 2015
    Messages : 82
    Par défaut
    Pas de soucis, voilà les résultats :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    gabriel@gabriel-X756UXK:~/Scripts$ grep -i gcc_s strace.dump
    [pid  5940] stat("/usr/lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("./libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("./libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("./libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("./libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../../lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/gcc/x86_64-linux-gnu/3.4.6/../../../libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/lib/../lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/lib/../lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/lib/../lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/lib/../lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/../lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/../lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("/usr/lib/../lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("/usr/lib/../lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/local/lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/local/lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/local/lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/local/lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/lib/x86_64-linux-gnu/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/lib/x86_64-linux-gnu/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/lib/x86_64-linux-gnu/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/lib/x86_64-linux-gnu/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/local/lib64/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/local/lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/local/lib64/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/local/lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//lib64/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//lib64/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/lib64/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/lib64/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/local/lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/local/lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/local/lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/local/lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/x86_64-linux-gnu/lib64/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/x86_64-linux-gnu/lib64/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/x86_64-linux-gnu/lib64/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/x86_64-linux-gnu/lib64/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/x86_64-linux-gnu/lib/libgcc_s.so", 0x7ffc4977a8e0) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/x86_64-linux-gnu/lib/libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] stat("//usr/x86_64-linux-gnu/lib/libgcc_s.a", 0x7ffc4977a930) = -1 ENOENT (No such file or directory)
    [pid  5940] open("//usr/x86_64-linux-gnu/lib/libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
    [pid  5940] write(2, "-lgcc_s", 7)      = 7
    [pid  5939] write(2, "lgcc_s", 6lgcc_s)       = 6

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. Intel Fortran 9.1 : librairie manquante
    Par Kris42 dans le forum Fortran
    Réponses: 1
    Dernier message: 16/05/2007, 09h51
  2. Problème d'exécution (librairie manquante)
    Par dimi3 dans le forum Langage
    Réponses: 1
    Dernier message: 02/11/2006, 16h21
  3. [ADO] Librairie manquante
    Par podz dans le forum Access
    Réponses: 11
    Dernier message: 25/09/2006, 14h25
  4. problème librairie manquante
    Par youp_db dans le forum VC++ .NET
    Réponses: 3
    Dernier message: 30/08/2006, 09h59
  5. [cactus][ant] librairie manquante
    Par frouge dans le forum ANT
    Réponses: 4
    Dernier message: 09/01/2006, 16h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo