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:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=Re+dAVt UIejq0guOUemr5RSfx5kUAc3Bi/OvLFgslBfk/2DDe0tbTGIAdOJV2IECdIaEnpK drXCh8FBvDT7Sq1L1Igm+FRTNWMg0J4y8USAQw97QYhfP1s2sHiHw3RJfHEW2h/P 21lKKqesOwSb1x7DjbDowiQ4KICXJJ7Gu+Qc= 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:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=/4L45P6T3L89S F0W48hofvhX3nM=; b=cc8a2w8s54Wd2R5KlGsl/xD68ewInFbIY028/CQ1qkzKb 2emAC2JMUw2FkB5Rb1TdeiimErfDiDCIcKLHsNdfPHgs/coaHBf8SDTctz9SVJK2 ImudzgDHhUQUFV4jZZheaaf0HkRwT054AMgdLQnSsZgvt9Zidd9zxAglybSCCk= 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.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*f:sk:announc, octave-doc, upgrading, octavedoc X-HELO: mail-io1-f41.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=JhUXNJQGhfvsgQKDo0De9qN3Sw/FLgk7nX876Ygst5Q=; b=Ya3r8NHn7adW1swUHQVC0uY0jvVoGvB0xEtqurHixeUOrqm+1XfAAhbR7M7BP52nd6 CeRE6FgWmRWTB8t90NRVPwlRX9zg+4McSvkkeGbSjNJ1YUNH7YvicHt+Ut3pHw+Ad8I8 Q5NNAUyT8WrxTBLXmpwPsmgUhWPdS0tkKLcPs3j1tiaA5vc1i67rb5MrjPaYbi7bwOin g095+Dl7HoaRRW/0JGYGKjnoyxaY0Wi69Yahra7xonR0R8+vP+ahxPdlNTGEqQUQZDM4 TWwjEOoOEoK6Bch71Rv7FW1J6IIaC0LpW+DXaVbMYLvuawRxd2YqH+uLI239z2mFiPkI BifA== MIME-Version: 1.0 References: <20200115190839 DOT 20c9104734968c17690830a9 AT nifty DOT ne DOT jp> In-Reply-To: <20200115190839.20c9104734968c17690830a9@nifty.ne.jp> From: marco atzeri Date: Wed, 15 Jan 2020 11:36:15 +0100 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: octave-5.1.0-1 To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Wed, 15 Jan 2020, 11:09 Takashi Yano, wrote: > On Mon, 13 Jan 2020 21:02:46 +0100 > Marco Atzeri wrote: > > New versions 5.1.0-1 of > > octave > > octave-devel > > octave-doc > > are available in the Cygwin distribution: > > After upgrading octave and octave-devel to 5.1.0-1, > mkoctfile stopped working with error: > /usr/lib/gcc/i686-pc-cygwin/7.4.0/../../../../i686-pc-cygwin/bin/ld: > cannot find -loctinterp > /usr/lib/gcc/i686-pc-cygwin/7.4.0/../../../../i686-pc-cygwin/bin/ld: > cannot find -loctave > collect2: error: ld returned 1 exit status > > It seems that option -L/usr/lib/octave/5.1.0, which should be added > by default, is missing. > > If -L option is added manually, it works as expected. > > -- > Takashi > This is an upstream change, it was a surprise also for me the first time. You can use pkg-config for a proper settings of LDFLAGS and use it in your makefiles. Most forge packages were modified to handle this change. 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