From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17360 invoked by alias); 3 Oct 2019 20:57:59 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 17309 invoked by uid 89); 3 Oct 2019 20:57:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-lj1-f182.google.com Received: from mail-lj1-f182.google.com (HELO mail-lj1-f182.google.com) (209.85.208.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Oct 2019 20:57:57 +0000 Received: by mail-lj1-f182.google.com with SMTP id v24so4287141ljj.3 for ; Thu, 03 Oct 2019 13:57:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=4N5um+CgUZdNKyJIpNeY1FTuZYjrnD/LOaFVp1CnWzk=; b=eufq46n1AMGmpWbNhw32JRfGlg3rd+KHh/gC2WxWnxaqe2aUv/Sd9yMiQSyxr/T8UL ziEphfb91o5UFwUYRmW+W4GdRqJeeNIGY0BVeuH3VhI4GuaBFjEBalfO9KgQcdbmGnHP x0Rr3Wj3EmtpO2AuRa1FNEGrwzdu6wL8iWGjuCk9eormvsUx84yyKi6sb2XNGiqhbDnM RmhSTU2jEgD+xo0TOdAHsp71QpYkqZzKI4F0Lz2rjiUCqEbmleAZRhuzXUm5uzUhjODZ AfMqZwEBC+4YChA7xzkiGqdr+wHUjN3mvILJO9rxKnI8QagVEfNhCzOInPLfKGgjPNzx DYdA== MIME-Version: 1.0 From: Cary Lewis Date: Thu, 03 Oct 2019 20:57:00 -0000 Message-ID: Subject: I am trying to build imagemagick with heic support To: "cygwin@cygwin.com" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00017.txt.bz2 I downloaded libheif and when I configured it and built with the --enable-shared option, it didn't build a .dll The /usr/lib/libheif.la doesn't contain a library: # libheif.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.6 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='' # Names of this library. library_names='' # The name of the static archive. old_library='libheif.a' # Linker flags that cannot go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' /usr/lib/libde265.la -lpthread' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libheif. current=6 age=5 revision=0 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/lib' When imagemagick tries to link, I get this error: *** Warning: This system cannot link to static lib archive /usr/lib/libheif.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. Has anyone successfully built ImageMagick with heic support on Cygwin? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple