Displaying 1 result from an estimated 1 matches for "cplex_include_path".
2011 May 16
0
Problem installing Rcplex in ubuntu
...tu 64 bit machine, and have not been
successful.
After installing cplex latest version from ibm's website (everything as
standard, except
had it installed unto ~/ (the home directory) rather than the default
directory).
i type (from inside the directory where Rcplex_0.3-0.tar.gz is):
>CPLEX_INCLUDE_PATH=~/ILOG/CPLEX/cplex
>CPLEX_INCLUDE_PATH=~/ILOG/CPLEX/cplex/examples/x86-64_sles10_4.1/static_pic
>R CMD INSTALL \
--configure-args="--with-cplex-include=$CPLEX_INCLUDE_PATH \
--with-cplex-cflags=-fPIC \
--with-cplex-lib='-L$CPLEX_LIB_PATH/static_pic \
-lcplex -lm -lpt...