--- rpl/src/bibliotheques_externes.c 2016/03/01 22:12:25 1.67 +++ rpl/src/bibliotheques_externes.c 2017/07/02 22:28:20 1.71 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.25 - Copyright (C) 1989-2016 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.27 + Copyright (C) 1989-2017 Dr. BERTRAND Joël This file is part of RPL/2. @@ -305,7 +305,7 @@ chargement_bibliotheque(struct_processus } dlerror(); - fonction = dlsym(descripteur_bibliotheque, "__external_symbols"); + fonction = dlsym(descripteur_bibliotheque, "___external_symbols"); if (fonction == NULL) {