On 08/10/2012 20:31, David Dreisigmeyer wrote: > This seems to work for x86_64_macosx: > > if [ -z $GCCLIBDIR ]; then > GCCLIBDIR="." > fi > > I get many errors along the lines of: > > Eplex error: Could not find any of the solver interfaces: > [ list, of, things, that, were, not, found ] > > How can I avoid these? You can ignore these, they occur as a side effect of the makefile trying to precompile libraries that are using library(eplex), and the latter doesn't load because no LP/MIP solvers are available. If you are building Eclipse 6.1, you could disable the Makefile.in in the Eplex subdirectory by changing the install-rule to empty: install: If you are building 6.0, it's not so easy - the Eplex stuff shares a makefile with other libraries that you probably want. In this case, just ignore the messages. -- JoachimReceived on Tue Oct 09 2012 - 00:40:48 CEST
This archive was generated by hypermail 2.2.0 : Tue Oct 09 2012 - 06:14:37 CEST