Changeset 25121


Ignore:
Timestamp:
06/23/20 08:50:50 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: better handling of MATLAB's mex problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r25067 r25121  
    371371                                        MEXLIB=$(cat conftest.tmp | grep LINKLIBS | sed -e "s/LINKLIBS ://g")
    372372                                        MEXEXT=$(cat conftest.tmp | grep LDEXT | sed -e "s/LDEXT ://g" | awk '{print $[1]}')
     373                                        if test -z "${MEXEXT}"; then
     374                                         cat conftest.tmp
     375                                        fi
    373376                                        rm -f conftest.tmp
    374377                                fi
     
    381384                AC_MSG_RESULT([done])
    382385                if test -z "${MEXEXT}"; then
    383                         AC_MSG_ERROR([Couldn't find mex... check your installation of MATLAB])
     386                        AC_MSG_ERROR([Couldn't use MATLAB's mex... check manual compilation with MATLAB or error message above])
    384387                fi
    385388
Note: See TracChangeset for help on using the changeset viewer.