XMLWordPrintable

    • Sprint 11, Sprint 12
    • 1

      There is a conflict with newer libtools and automake regarding default flags, resulting in linker warnings:

      Making all in src
      Making all in libs
      Making all in zbxcrypto
      ar: `u' modifier ignored since `D' is the default (see `U')
      Making all in zbxcommon
      ar: `u' modifier ignored since `D' is the default (see `U')
      Making all in zbxlog
      ar: `u' modifier ignored since `D' is the default (see `U')
      Making all in zbxalgo
      ar: `u' modifier ignored since `D' is the default (see `U')
      Making all in zbxnix
      ar: `u' modifier ignored since `D' is the default (see `U')
      Making all in zbxconf
      ar: `u' modifier ignored since `D' is the default (see `U')
      ...
      

      The warnings could be avoided by forcing ARFLAGS to cr

      Index: configure.ac
      ===================================================================
      --- configure.ac	(revision 69570)
      +++ configure.ac	(working copy)
      @@ -31,6 +31,9 @@
       
       AC_CANONICAL_HOST
       
      +dnl Silence warning: ar: 'u' modifier ignored since 'D' is the default
      +AC_SUBST(ARFLAGS, [cr])
      +
       dnl *****************************************************************
       dnl *                                                               *
       dnl *                     Checks for programs                       *
      

            Unassigned Unassigned
            wiper Andris Zeila
            Team A
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: