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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=wgz Xh/QoEivvWq0mnpliQVtarqfpHVM3LdisMGlf91p33hQutFMgYgQaiHXN+jy1k9K 2HOnpESGyAVOYNbHse6biC7I4LCr5qq09nrpdCKG4sVZcNIEcvzYQ9g2q07efdWW tV+uXs8mJ2q6PoZP1O64gHHfWS1DWvfuhEetGGwI= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=VIjVoZpvd bJdHubwpraUMtbBiFU=; b=jlXEC3URNRjDEyK4QbzuLSDFR88tq9DJOLg5wJfju UFsvf0JxKH7ZSofTqoZmlkNW9jJ1A5tvwP8rFY2H/u8mt8xHkTF0HqDK6VmkzOuF 2+eTQxBuQ8oO8rvZeOQWogZh+i3ZEtdqkb7ml5kBIXvW/9gxvemSNLKAbUf5oFYF ao= 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-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 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) To: cygwin AT cygwin DOT com From: Constantinos Zekios Subject: undefined reference to LAPACKE_*** Message-ID: Date: Sat, 18 Nov 2017 11:24:02 -0500 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 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