Hi there: <br>I have this problem when trying to install Symphony 5.3.3<br>my system is Ubuntu 10.04 LTS <br><br>I download SYMPHONY-5.3.3.zip <br>unzip to the folder SYMPHONY-5.3.3<br>./configure --with-application <br>make <br>
make install<br>make test <br>everything seems OK <br>However, when I go down to the applications <br>SYMPHONY-5.3.3/SYMPHONY/Applications/CNRP <br>this one I can build, seems OK <br><br>But then, in <br>SYMPHONY-5.3.3/SYMPHONY/Applications/MATCH <br>
make gives this error <br>...<br>/usr/bin/ld: cannot find -lSymAppl<br>collect2: ld returned 1 exit status<br>...<br><br>So, I change Makefile (in MATCH) in the same way as in CNRP. It works. But when I run <br>./match -F sample.mat <br>
I got an error saying the data file cannot be read<br><br>It turns out that sym_parse_command_line doesn&#39;t call back the function user_readparams <br><br>My guess is that USE_SYM_APPLICATION is not defined, despite my use of ./configuration --with-application <br>
<br>So, I change the code (back to what is in the manual, i.e. not relying on sym_parse_command_line to get the file name.<br><br>It works, but again, the call back function user_display_solution is never called. <br><br>
This seems to confirm that USE_SYM_APPLICATION is not defined. <br><br>Then, I delete the old installation and restart from scratch. This time, I try to make SYMPHONY  work with GLPK <br><br>./configure --with-glpk-incdir=/usr/local/include --with-glpk-lib=&quot;-L/usr/local/lib -lglpk&quot;<br>
make<br>make install <br><br>Again, everything seems OK, but then I realize later that USE_GLPMPL is not defined (same problem). So, I still can read GMPL file <br><br>Any help is very appreciated. <br>Thanks a lot<br>A. <br>
<br><br>Thank you very much <br><br><br>