From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34370 invoked by alias); 18 Nov 2017 16:24:36 -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 34250 invoked by uid 89); 18 Nov 2017 16:24:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:523, HContent-Transfer-Encoding:8bit X-HELO: mail-qk0-f171.google.com Received: from mail-qk0-f171.google.com (HELO mail-qk0-f171.google.com) (209.85.220.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 18 Nov 2017 16:24:14 +0000 Received: by mail-qk0-f171.google.com with SMTP id p7so2917365qkd.7 for ; Sat, 18 Nov 2017 08:24:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=h9nnViheeTI+lyepRXGxS39JlozPGRjoKHBzCMyeqcg=; b=DbXw/XJ95Sr0Amcx8nj9rhWp6mLlEazpiwdEVL6ads8rv9a0KDQ8o/ACCcS6bmVjbI Mex5ca6xeooGwE8+iJuCwaLY0m4igBCr1/XUdJQMFULVIcfUNA6APRj0qejhePW/z7NP k/tryE91Auo7ljy7AW3/eIHLTJ9y3DBdqgVb8RMovuU5PoBVlQM8uRh2BPH6fKbaBl6C iqGifSCCT2Q4kuC2vmcU5et8NNsVae3MUPzn7AZ1N4JI21O67UThJsXnlgyYrqMQXF8A hWq9f0Um/Re6jTy5zGf77HNG4edvc2fMpYKklnNr+w3EDryOXfHIVTEmt1+58EIkfSxC Arbw== X-Gm-Message-State: AJaThX4Fdcr3nTzRcUg8XrWd/l0mzo1payHSVY7ivGUpc6qqAPa689Kq GMzUGTByudUbuSIlfVdShhWBQg3C X-Google-Smtp-Source: AGs4zMbzE6xYFnMTPTE3Dbt3yRraiDKNINB2MSnNQGpRLhW+hetVbaoUEZpNDx0KniIzLGvIOwsAvg== X-Received: by 10.55.140.193 with SMTP id o184mr14703095qkd.293.1511022244148; Sat, 18 Nov 2017 08:24:04 -0800 (PST) Received: from [192.168.1.186] (nat-gw-1-mrst-228.ecs.umass.edu. [128.119.87.35]) by smtp.gmail.com with ESMTPSA id h20sm3908616qke.95.2017.11.18.08.24.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 18 Nov 2017 08:24:03 -0800 (PST) To: cygwin@cygwin.com From: Constantinos Zekios Subject: undefined reference to LAPACKE_*** Message-ID: Date: Sat, 18 Nov 2017 16:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00217.txt.bz2 Hello everybody!  I recently installed cygwin trying to compile my cpp code (it is build under linux) under windows. I am using LAPACKE (the c wrapper to run all the lapack libraries) in my code, but it seems that I am not able to install the packages in cygwin. I have installed lapack, as well as blas. Does anybody know how to install liblapacke.a, liblapacke.dll.a? The errors that I am getting are of the form: undefined reference to 'LAPACKE_zlange'. Regards,  Constantine -- 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