X-Recipient: archive-cygwin@delorie.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:date:from:to:subject:message-id:in-reply-to
	:references:mime-version:content-type:content-transfer-encoding;
	 q=dns; s=default; b=QrfJH0jPMlLjOkm6ve01fpmrNAB8AU7lunmhaNnUVsc
	zYCeHgSa2h3a/M46gHJbZAZ1NYBXJf/f0yLhfQHKbSmDew9h9zX+SRMy/cElGHqn
	EXEJrV+g357DMEAxBKgo0xYly5Rwj6k6/U4teCQTFymbfRtvT3L2yvVaVK89O2yU
	=
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:date:from:to:subject:message-id:in-reply-to
	:references:mime-version:content-type:content-transfer-encoding;
	 s=default; bh=BZxc4KebLmC159VjlosL9H1HknA=; b=Au09eBhmulUS0BtZB
	W+zUpAGZQO5+9IKkAv0R5UCqZbzsCBxKIVc+Pb6+rhXYHYu71ZqnZXv3lB2Uld4F
	88lOd1/v66nKb88L+Eq/kvaq4YY4X0W6elZbzLW/ln86wqGSP5D1dAM2RPniQjv4
	STzS0jLJcO18T+K2AViv2oG+eo=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_20,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=H*r:authenticated, HX-Spam-Relays-External:Sendmail, H*RU:Sendmail, H*F:D*ne.jp
X-HELO: conssluserg-05.nifty.com
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com 00FA8arV031487
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp;	s=dec2015msa; t=1579082916;	bh=IeD61hr8awL4DrkgeAbC7jZ6zl81Xg7T2b9hbo4dlJ0=;	h=Date:From:To:Subject:In-Reply-To:References:From;	b=24N+6Q23Wj3DY9JTjuSEAmCq+Ujj023JYOweixYodPBbLyOW0ZUAS6TfR5R4qG13I	 Sgk++hyWftFaDS29JnA4lMWZWBG7qd/2rZ7zuGyiU78ZB/F4QUkPy5VAs+m0sbJtn3	 iDJv0Gw17Xe7U0ZOOczCFMsyFWmUTCu+xlTG33EhOr1SKdUBO6Ywx68Z1VYz4rtwoE	 l1vtkXLxBszRbwoSbxnGkyJ9Vq1wWIRx85dCWzoqKHlJmrqSP/XZFkYw6d1yWVHX8o	 rqsxVqCrQyGe9HMV9JONxYVO3F/kf5KEEkibtPmXFDnW/0MHFJB7sjcX5vSZWSPZ3D	 njrFreFpn3lnQ==
Date: Wed, 15 Jan 2020 19:08:39 +0900
From: Takashi Yano <takashi.yano@nifty.ne.jp>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: octave-5.1.0-1
Message-Id: <20200115190839.20c9104734968c17690830a9@nifty.ne.jp>
In-Reply-To: <announce.5c701841-cb0b-bbec-5eca-2aa0723654cd@gmail.com>
References: <announce.5c701841-cb0b-bbec-5eca-2aa0723654cd@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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 Yano <takashi.yano@nifty.ne.jp>

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

