Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  make file does not work in LINUX -64 bit

    Posted 10/15/08 06:33 PM

    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


  • 2.  Re: make file does not work in LINUX -64 bit

    Posted 10/16/08 08:53 AM

    Originally posted by: SystemAdmin


    [MaryFenelon said:]

    The make error message is telling you that it can't find the example lpex1.c source file.  My guess is that you need a "/" to start the path declaration, that is

      /usr/ilog/cplex102
    #CPLEXOptimizers
    #DecisionOptimization