Changeset 1ee46da in OpenModelica


Ignore:
Timestamp:
2021-01-20T13:17:25+01:00 (3 years ago)
Author:
Martin Sjölund <martin@…>
Parents:
03da1b5
Message:

Link omc with libffi

Location:
OMCompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/boot/Makefile.omdev.mingw

    rf1678de r1ee46da  
    4545-L../../3rdParty/lpsolve/build/lib \
    4646-lgfortran -ltre -lomniORB420_rt -lomnithread40_rt \
    47 -lzmq \
     47-lzmq -lffi \
    4848$(OMENCRYPTIONLIBS) \
    4949$(LDFLAGS_CURL) \
  • OMCompiler/configure.ac

    r98a5550 r1ee46da  
    9393AC_SUBST(BOOTSTRAP_STATIC)
    9494AC_SUBST(LIBDL)
    95 AC_SUBST(LIBDL)
    9695AC_SUBST(BOOST_INCLUDE)
    9796AC_SUBST(LDFLAGS_LIBSTDCXX)
     
    602601
    603602fi
     603
     604AC_CHECK_HEADERS(ffi.h,[],[AC_MSG_ERROR([ffi.h not found])])
     605LIBS=""
     606AC_CHECK_LIB(ffi,ffi_call,[],[AC_MSG_ERROR([libffi not found])])
     607OMC_LIBS=$LIBS
    604608
    605609OMC_AC_LAPACK(RequireFound)
Note: See TracChangeset for help on using the changeset viewer.