Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. R Marcel$ R CMD INSTALL --configure-args="PKG_CFLAGS='-m64 -fPIC' PKG_CPPFLAGS=-I/Users/Marcel/Applications/CPLEX_Studio129/cplex/include/ilcplex PKG_LIBS='-L/Users/Marcel/Applications/CPLEX_Studio129/cplex/lib/x86-64_osx/static_pic -lcplex -lm -m64 -lpthread -framework CoreFoundation -framework IOKit'" Rcplex
  2. * installing to library ‘/Users/Marcel/Library/R/3.5/library’
  3. * installing *source* package ‘Rcplex’ ...
  4. ** Paket ‘Rcplex’ erfolgreich entpackt und MD5 Summen überprüft
  5. checking for gcc... clang
  6. checking for C compiler default output file name... a.out
  7. checking whether the C compiler works... yes
  8. checking whether we are cross compiling... no
  9. checking for suffix of executables...
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether clang accepts -g... yes
  13. checking for clang option to accept ANSI C... none needed
  14. checking how to run the C preprocessor... clang -E
  15. checking for egrep... grep -E
  16. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  17. rm: conftest.dSYM: is a directory
  18. no
  19. checking for sys/types.h... yes
  20. checking for sys/stat.h... yes
  21. checking for stdlib.h... yes
  22. checking for string.h... yes
  23. checking for memory.h... yes
  24. checking for strings.h... yes
  25. checking for inttypes.h... yes
  26. checking for stdint.h... yes
  27. checking for unistd.h... yes
  28. checking ilcplex/cplex.h usability... no
  29. checking ilcplex/cplex.h presence... no
  30. checking for ilcplex/cplex.h... no
  31. configure: error: CPLEX header cplex.h not found
  32. ERROR: configuration failed for package ‘Rcplex’
  33. * removing ‘/Users/Marcel/Library/R/3.5/library/Rcplex’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement