Originally posted by: SystemAdmin
[EdKlotz said:]
> I just started working with ILOG CLPEX and I wanted to run some examples to have a > better understanding. "make" works and I can see "object" files being created, but
> when I want to run for example:
> ilolpex1 -r
> -bash: ilolpex1: command not found
The most likely reasons are either that the make command didn't create the ilolpex1
executable due to a linker error after the object files were created, or that the
directory from which you issued the command is not on the path. So, check your
path variable, and verify that the current directory (i.e. the '.' directory) appears on your
path.
#CPLEXOptimizers#DecisionOptimization