[SCIP] Error in zimpl Makefile

Robert Schütz robert.schuetz at stud.uni-heidelberg.de
Thu Jun 29 15:04:02 CEST 2017


Hey all,

in the zimpl Makefile zimpl-3.3.4/make/make.linux.x86.gnu.opt, I found
the following lines:

    #ifeq ($(LINK),static)
    LDFLAGS         +=      -static
    #endif

I'm wondering why the if statement is commented out. On my platform
(NixOS), this causes the build to fail if I do not disable zimpl, since
I do not have static libraries for zlib etc.
I haven't looked into other Makefiles, but it's possible that this is
wrong on other platforms too.

Yours, Robert


More information about the Scip mailing list