Originally posted by: SystemAdmin
[konakabk said:]
When try to compile an example using make, I have the following error
> make lpex1
make: *** No rule to make target `usr/ilog/cplex102/examples/src/lpex1.c', needed by `lpex1.o'. Stop.
The is beggining of my Makefile. Does anyone know how to solve this problem. Thanks. Abdullah Konak
SYSTEM = ia64_sles10.0_4.1
LIBFORMAT = static_pic
#------------------------------------------------------------
#
# When you adapt this makefile to compile your CPLEX programs
# please copy this makefile and set CPLEXDIR and CONCERTDIR to
# the directories where CPLEX and CONCERT are installed.
#
#------------------------------------------------------------
CPLEXDIR = usr/ilog/cplex102
CONCERTDIR = usr/ilog/concert24
# ---------------------------------------------------------------------
# Compiler selection
# ---------------------------------------------------------------------
CCC = g++
CC = gcc
JAVAC = javac
#CPLEXOptimizers#DecisionOptimization