<div>Hello,</div><div> </div><div>I have a question about CBC and GMPL. I want to use GLPK as a parser for CBC. I work on Ubuntu 10.04 LTS. I follow the steps and execute get.Glpk in the ThirdParty folder. It seems to execute fine. I get the glpk subfolder. Then I configure CBC according to the instructions:</div>
<div> </div><div>mkdir build</div><div>cd build</div><div>../configure</div><div>make</div><div>make test</div><div>make install</div><div> </div><div>I get the build folder for CBC with cbc and clp inside. Also, inside the build folder I get the ThirdParty folder with GLPK. I did some tests and cbc can solve mps files just fine. However, when I try to solve GMPL (cbc model.mod%data.dat)  files it tells me:</div>
<div> </div><div>GMPL not being used</div><div>Aborted</div><div> </div><div>I am wondering if I do something wrong. I would really appreciate it if someone could tell me if there are other configuration setting that should be done. I am not very profecient in Linux.</div>
<div> </div><div>Thank you</div><div>Iliya</div>