Skip to content

Instantly share code, notes, and snippets.

@uricamic
Created August 17, 2012 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uricamic/26c4137b5516d04a4b03 to your computer and use it in GitHub Desktop.
Save uricamic/26c4137b5516d04a4b03 to your computer and use it in GitHub Desktop.
configure.log check for mosek
============ Checking for Mosek support ============
#include <mosek.h>
int main(int argc, char **argv)
{
MSKenv_t m_env;
MSK_makeenv(&m_env, NULL, NULL, NULL, NULL);
}
c++ -I/home/uricamic/mosek/6/tools/platform/linux64x86/h -I/usr/include/json -I/usr/include/libxml2 -I/usr/include/atlas -fPIC -g -Wall -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse -march=native -mtune=native -pthread ./configure-12757-19652.cpp -o ./configure-24196-19652.o -L/home/uricamic/mosek/6/tools/platform/linux64x86/bin -liomp5 -lmosek64 -lm -pthread -ljson -lxml2 -llapack -lcblas -llapack_atlas
/home/uricamic/mosek/6/tools/platform/linux64x86/bin/libiomp5.so: undefined reference to `pthread_atfork'
collect2: ld returned 1 exit status
no object file created
Result is: no
##########################################
@uricamic
Copy link
Author

============ Checking for Mosek support ============

include <mosek.h>

int main(int argc, char **argv)
{
MSKenv_t m_env;
MSK_makeenv(&m_env, NULL, NULL, NULL, NULL);
}

c++ -I/home/uricamic/mosek/6/tools/platform/linux64x86/h -I/usr/include/json -I/usr/include/libxml2 -I/usr/include/atlas -fPIC -g -Wall -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse -march=native -mtune=native -pthread ./configure-4299-21927.cpp -o ./configure-21621-21927.o -L/home/uricamic/mosek/6/tools/platform/linux64x86/bin -liomp5 -lmosek64 -lpthread -lm -pthread -ljson -lxml2 -llapack -lcblas -llapack_atlas
/home/uricamic/mosek/6/tools/platform/linux64x86/bin/libiomp5.so: undefined reference to `pthread_atfork'
collect2: ld returned 1 exit status
no object file created

Result is: no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment