On 07/19/2015 10:33 PM, Dennis Zheleznyak wrote:

I've download the required packages from OpenCSW and ran cmake:

    [...]

However, I still get the same error when running gmake all:

    bash-3.2# gmake all
    Linking C shared library ../../Bin/Release/libmmatch.so
    ld: fatal: unrecognized option '--'


   This is a classic porting problem, with the double-hyphen likely
coming from the configuration of a dependency.  To find this, go into
the directory where the build first fails and open the Makefile in an
editor and search for "--".  Figure out what it does, replace it
with the single-hyphen option that will do the job, and if it works,
report it to the team as a porting bug.

   I'm the guy who handles Solaris ports/packaging for Icinga-1, but
my hardware is modest (read "ancient") enough that it lacks the proper
resources to compile Icinga-2.  What sort of hardware are you using?

   Cheers!

_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to