Index: Modules/ld_so_aix =================================================================== --- Modules/ld_so_aix (revision 71404) +++ Modules/ld_so_aix (working copy) @@ -181,7 +181,10 @@ # Perform the link. #echo $CC $CCOPT $CCARGS $CC $CCOPT $CCARGS +retval=$? # Delete the module's export list file. # Comment this line if you need it. rm -f $expfile + +exit $retval