X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=g833oCGzI3C7zDR7MmTS6QWHmcKCQ +ytEFi6UJH5BrgS+ytMbrzsBPbwKugGFtyP+RIEvUHSccmLP5nydqhi+nP802LZC VSHjiIST7h+8v9GQXqnB56kxyhDayLEx9mtNg835CSeqmWawUlLLoe1B1U411yc4 QZiZPCCoa30Rt4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=hTnSTYIj55vPw1w9oWhmz9bTeJE=; b=AI6 Cm7wuofj29IWL5If3EptpGBnDBssFqi3q6nIlxj2n7uZRBQkjlWs6hfiukCix341 Mn7oE3VlCDUMarpPvuPk7mOBlwC4kty0/msCdVRt1JMfFswlZGo6sNvlSelcUCNI 67GgX2ALwF5UUtFAurMR9CR3U8SDpMNnh//gwiMo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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, 3 Oct 2019 16:57:43 -0400 Message-ID: Subject: I am trying to build imagemagick with heic support To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes 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