Hi all:<br>Sorry, I don&#39;t know how to continue the same thread, so I send another email to clarify the question I sent yesterday. <br>My problem is that while configure my installation by <br>./configure --with-application <br>
when I make  the application MATCH the results look like USE_SYM_APPLICATION is not defined as no call backs functions are called. <br>However, I did verify that the flag was set properly. Finally, this error is caused by:<br>
In the file <br>SYMPHONY-5.3.3/SYMPHONY/Applications/Makefile.Applications<br>as  COIN_HAS_PKGCONFIG = true <br>match will be linked the library determined by <br>LIBS += `PKG_CONFIG_PATH=/home/thuy/SYMPHONY-5.3.3/lib/pkgconfig: /usr/bin/pkg-config --libs symphony`<br>
However, the package config file symphony.pc will lead to libSym instead of libSymAppl <br><br>As a quick fix, I duplicate the file symphony.pc to symphonyappl.pc and change libSym to libSymAppl in the new config.<br>Then in Makefile.Applications, the config file will be symphonyappl instead of symphony<br>
<br>The issue with USE_GLPMPL is not fixed yet. <br>Thanks<br>A. <br>