Changeset 15298


Ignore:
Timestamp:
2013-02-25T01:16:30+01:00 (11 years ago)
Author:
adrpo
Message:
  • attempt to fix Windows simulations (always link with -llapack-mingw -ltmglib-mingw -lblas-mingw for runtime)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/runtime/config.h

    r15031 r15298  
    5252#endif
    5353
    54 #define LDFLAGS_RT " -static-libgcc -luuid -lole32 -lws2_32 -lsundials_kinsol -lsundials_nvecserial -llapack-mingw"
     54#define LDFLAGS_RT " -static-libgcc -luuid -lole32 -lws2_32 -lsundials_kinsol -lsundials_nvecserial -llapack-mingw -ltmglib-mingw -lblas-mingw"
    5555#define CONFIG_EXE_EXT ".exe"
    5656#define CONFIG_DLL_EXT ".dll"
Note: See TracChangeset for help on using the changeset viewer.