delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/11/18/13:36:48

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=Nms4kxFaNzZVTLtH
fI0w2+YtlKRU6qhJwT4ES5WqFhaWNxAlvvBb7pUmOBNuF97xBNpLZC9r+GZbeHmS
uO+Z9ZDXIo5YlQatWyEi1wmOWdu9jvavdvswdnEw7m6juhvqrXb9dOBdBC5zPPz5
FUcF66Vu2H/3/26rk43uiLqilvY=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=mupkDMPxrmvM8Y+424Kl//
Efjpo=; b=IBSnCVb/4u2hso69KX9doCrx2NBq/+2JtMMsY9vdFM9choOKppeJIi
vv7wo/JhtHKARxfWenvslkae8N4qxku5xi6BWBtlRWmi5ncKgfQP0aeOhjKL+CAN
RwiITzVAAQ5DfkCP7p0lmuIgEDJRIaAWfeOZK4ew8eQuSl6FdrMdI=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Marco, Hx-languages-length:690, constantine, Constantine
X-HELO: mail-wm0-f42.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=MpZcEEaqbX1+8qPP5uoSgJLu78AyQw+Z6A27GN3Slx4=; b=J7Q+PO9YCuUIO/sAJ7KpYxFOZayOViNHmubLGc1PaajEkUZJhZrydLKxVyUbvTeClp WJDPdutUaHMiF39piRO46t1rRvzAao0OFtuGQD8YsL0qyEj/ftOyzcfnMEqhXs0lKjc5 ttCswekCSRnNZ2GxbvByf49xoTru+i/H8wsP7t/RD/KgKap9ndVmMvBvLriF/8GdxtZ8 6/n7sOF3pqahwDeZ5vO4CKWS/MPsYVn2E0Pl1jqeUHg0kGRG2Ts6MWGW016K82axLgFH 5Ljyu7ku1RZ6aISqBVZlPen50owHFeNh/zw+USUKbka2KwyEtTW+nlOBFpuLj/gzVKTw 0nGw==
X-Gm-Message-State: AJaThX5FctpvDhSyREMv7reTSyo68/fVF1VNDW1XolfcN3NaSrjXRuyw mwgfi+UfT5Qk9vSMy50heOLgnA==
X-Google-Smtp-Source: AGs4zMa8+5x1LKhkBCNjOxwz9psvJFXQxGY+sl67aIGJbW8z4+jaag17CBtGxW9e/oHkoOcozOpSlA==
X-Received: by 10.80.181.49 with SMTP id y46mr12272332edd.29.1511030193422; Sat, 18 Nov 2017 10:36:33 -0800 (PST)
Subject: Re: undefined reference to LAPACKE_***
To: cygwin AT cygwin DOT com
References: <fa614009-30e2-64da-f012-7bbcc5c5d3cb AT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <27c89606-36e7-542b-31e3-c46b3c4bede9@gmail.com>
Date: Sat, 18 Nov 2017 19:36:27 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
MIME-Version: 1.0
In-Reply-To: <fa614009-30e2-64da-f012-7bbcc5c5d3cb@gmail.com>
X-IsSubscribed: yes

On 18/11/2017 17:24, Constantinos Zekios wrote:
> 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
> 

lapacke interface is not provided in the cygwin package,
only lapack one.

Regards
Marco


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019