From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13991 invoked by alias); 18 Nov 2015 10:59:44 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 13977 invoked by uid 89); 18 Nov 2015 10:59:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 18 Nov 2015 10:59:43 +0000 Received: by wmww144 with SMTP id w144so66458511wmw.0 for ; Wed, 18 Nov 2015 02:59:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=EqxJielQ7YpCzPvKv32I37DdQlEA13Yr0luxowCdnUQ=; b=U20sFb+SiQ5JMH9AHySLqgPLWat6cPjcPBJshDMkg8yszbMYHcnMiaVqtHBjFadWqz PpaHyMthddnpXcrdLj/TbDm7Ly01ME49qmGJ8m+Dp6/Btnh5jcOYolMxeQ/NJLIsLEMJ YRgFWt8Tpk/e+U4rLDp7tUEieFni8pMJhJ0sM3HrQi8X0W/onbPqowJ28WGjWYLregUJ HxKOEd1CX4X32iEInSGErpoMxM8fsR2wvuRYeZXCTTWgIlSg1IvD1ba73/PFiycJteAk 4GEJrT/GsMhvfpT+UJJVnAMvyzu8KIbaNZGgiod+7HhLH7vkB8WoP3xtNqz+HM9mlq3w HDHQ== X-Gm-Message-State: ALoCoQn2hwAVNikFbS7JCLWw7bHed3pd6DtVLneFBgJVLZdeETqSw50VOUC/PEqyayOg1YW3zaOM X-Received: by 10.28.10.13 with SMTP id 13mr8230966wmk.8.1447844379852; Wed, 18 Nov 2015 02:59:39 -0800 (PST) Received: from ?IPv6:2001:470:6c46:1:12c3:7bff:fe9d:8df0? ([2001:470:6c46:1:12c3:7bff:fe9d:8df0]) by smtp.googlemail.com with ESMTPSA id d66sm28551578wma.21.2015.11.18.02.59.38 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Nov 2015 02:59:39 -0800 (PST) From: Alexey Sokolov X-Enigmail-Draft-Status: N1110 To: cygwin-apps@cygwin.com Subject: Perl and crypt.h Message-ID: <564C5A1A.1070001@asokolov.org> Date: Wed, 18 Nov 2015 10:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00049.txt.bz2 Hi Achim, I think perl package should depend on libcrypt-devel on x86_64. Otherwise, here's error while embedding perl: > In file included from /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/op.h:635:0, > from /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/perl.h:3736, > from /home/q/KVIrc/src/modules/perlcore/libkviperlcore.cpp:68: > /usr/lib/perl5/5.22/x86_64-cygwin-threads/CORE/reentr.h:104:26: fatal error: crypt.h: No such file or directory > # include > ^ It seems to works without libcrypt-devel on i686 though.