--- rpl/scripts/mkrplso.in 2016/03/08 10:00:13 1.9 +++ rpl/scripts/mkrplso.in 2016/03/08 10:12:24 1.10 @@ -133,10 +133,10 @@ if [ $COMPILATION_SEULE = "VRAI" ]; then -D_d_version_rpl=\"@VERSION@\" -std=gnu99 $RPLC_MAIN else echo +++Linker for RPL/2 version @VERSION@ - gfortran -x c $ARGUMENTS_G77 -shared -fPIC -Wall -DRPLCONFIG $OPTIONS \ + gfortran $ARGUMENTS_G77 -shared -fPIC -Wall -DRPLCONFIG $OPTIONS \ $CFLAGS\ -I$(which $0 | cut -d '/' -f -$(($P-1)))/include -funsigned-char\ - -D_d_version_rpl=\"@VERSION@\" -std=gnu99 $RPLC_MAIN + $RPLC_MAIN fi test $PRESENCE_OPTION_STRIP = VRAI && strip -s $FICHIER_SORTIE