Custom Query (122 matches)
Results (73 - 75 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#73 | fixed | make sure third party projects can be disabled | andreasw | andreasw |
Description |
For some of the third party projects, it does not work to specify --without-blabla to make sure that they are not compiled even when their source code is there.
|
|||
#74 | worksforme | make fails on LibraryHandler.c (confname.h) | andreasw | Pilpel |
Description |
Running make to compile Ipopt 3.7.0 (as well as 3.6.0 and 3.5.0) fails on LibraryHandler?.c when trying to include LibraryHandler?.h which in turn includes confname.h. To allow the compile to proceded I've had to edit my distro's source file located in /usr/include/bits/confname.h and remove a comma. Make then proceeds without errors. |
|||
#75 | fixed | linking with cl and ifort | andreasw | schulz |
Description |
Hy, I have configured Ipopt under cygwin: configure --enable-doscompile=msvc using cl (MSVS 9.0) and ifort successfully, but the linking step seems to take forever. I stopped it after roughly 12 hours. I would like to know if i miss to set any additional flags? Regards Christian |