From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: bensammy2@yahoo.co.uk Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e17ceaa0 for ; Wed, 13 Jun 2018 23:10:00 +0000 (UTC) Received: from sonic303-21.consmr.mail.ir2.yahoo.com (sonic303-21.consmr.mail.ir2.yahoo.com [77.238.178.202]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 071700d3 for ; Wed, 13 Jun 2018 23:10:00 +0000 (UTC) Date: Wed, 13 Jun 2018 23:13:54 +0000 (UTC) From: Ben Edmunds To: "Jason A. Donenfeld" Message-ID: <489114848.8341590.1528931634334@mail.yahoo.com> In-Reply-To: References: Subject: Re: Building the android apk on osx (case sensitive) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8341589_350415213.1528931634331" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_8341589_350415213.1528931634331 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for that, ive switched the makefile to use gln and it all works now= . On Wednesday, 13 June 2018, 23:08:30 BST, Jason A. Donenfeld wrote: =20 =20 > ln: illegal option -- r > > usage: ln [-Ffhinsv] source_file [target_file] > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 ln [-Ffhinsv] source_file ... target_dir > >=C2=A0 =C2=A0 =C2=A0 =C2=A0 link source_file target_file The makefile uses options from coreutil's ln, which aren't available on macOS. Use Linux to build the app. If Mac support in the build system is really important to you and you have something useful you'd like to contribute, I suppose I can futz with the makefile to use simpler options to ln. Are you able to use Linux for development? =20 ------=_Part_8341589_350415213.1528931634331 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Thanks for that, ive switched the makefile to use gln and it all works now.

On Wednesday, 13 June 2018, 23:08:30 BST, Jason A. Donenfeld <Jason@zx2c4.com> wrote:


> ln: illegal option -- r
>
> usage: ln [-Ffhinsv] source_file [target_file]
>
>        ln [-Ffhinsv] source_file ... target_dir
>
>        link source_file target_file

The makefile uses options from coreutil's ln, which aren't available
on macOS. Use Linux to build the app. If Mac support in the build
system is really important to you and you have something useful you'd
like to contribute, I suppose I can futz with the makefile to use
simpler options to ln. Are you able to use Linux for development?
------=_Part_8341589_350415213.1528931634331--