Hello<br><br>I managed to run the configure script ( after removing the HSL dir, I must say)<br><br>However, the make task was aborted due to an error &quot;error: comma at end of enumerator list &quot; in an include file /usr/include/bits/confname.h (see error message below)<br>
I checked that indeed this line contains an enum ending with a comma.<br>I found on the internet (<a href="http://stackoverflow.com/questions/1002462/gcc-is-it-possible-to-disable-the-comma-at-end-of-enumerator-list-warning-when">http://stackoverflow.com/questions/1002462/gcc-is-it-possible-to-disable-the-comma-at-end-of-enumerator-list-warning-when</a> ) that such syntax is accepted in C but not C++ <br>
<br>I&#39;m using gcc 4.4.1 on unbuntu<br><br>David<br><br>In file included from /usr/include/unistd.h:568,<br>                 from ../../../../../Ipopt/src/contrib/LinearSolverLoader/LibraryHandler.h:22,<br>                 from ../../../../../Ipopt/src/contrib/LinearSolverLoader/LibraryHandler.c:12:<br>
/usr/include/bits/confname.h:532: error: comma at end of enumerator list<br>make[2]: *** [LibraryHandler.lo] Erreur 1<br>make[2]: quittant le répertoire « /home/dgravot/Couenne/build/Ipopt/src/contrib/LinearSolverLoader »<br>
make[1]: *** [all-recursive] Erreur 1<br>make[1]: quittant le répertoire « /home/dgravot/Couenne/build/Ipopt »<br>make: *** [all-recursive] Erreur 1<br><br><br>