From owner-freebsd-ports@freebsd.org Mon Apr 11 00:24:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20F86B0A7FD for ; Mon, 11 Apr 2016 00:24:02 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8F721B79 for ; Mon, 11 Apr 2016 00:24:01 +0000 (UTC) (envelope-from wam@hiwaay.net) Received: from kabini1.local (user-24-214-48-39.knology.net [24.214.48.39]) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id u3B0Nxhb012075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 10 Apr 2016 19:24:00 -0500 Subject: Re: 'porting' AMD compiler suite References: <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> Cc: FreeBSD ports list !!!! From: "William A. Mahaffey III" Message-ID: <570AEE9F.10704@hiwaay.net> Date: Sun, 10 Apr 2016 19:29:29 -0453.75 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 00:24:02 -0000 On 04/10/16 19:09, Mehmet Erol Sanliturk wrote: > On Sun, Apr 10, 2016 at 4:50 PM, William A. Mahaffey III > wrote: > >> On 04/10/16 18:09, Peter Jeremy wrote: >> >>> On 2016-Apr-10 17:09:04 -0453, "William A. Mahaffey III" >>> wrote: >>> >>>> configure process completed OK, but created a Makefile w/ what seems to >>>> be a bunch of linuxisms in conditionals to allow compilation for >>>> different architectures, see attached orig-Makefile. >>>> >>> Have you tried using gmake, rather than the base make? >>> >>> >> OK, I tried gmake & got the attached, lotta '#include malloc.h' all over >> the place, I'll have to handle that file-by-file :-/ .... >> >> -- >> >> William A. Mahaffey III >> >> ---------------------------------------------------------------------- >> >> "The M1 Garand is without doubt the finest implement of war >> ever devised by man." >> -- Gen. George S. Patton Jr. >> >> >> _______________________________________________ >> >> > > Important problem here is the following : > > > In make files , there are other references to "make" commands , means , > even you started from gmake , at the next make invocation , it will invoke > the FreeBSD make . > > Therefore , you need to use a jail and replace the FreeBSD make with gmake > , or , by traversing all of the make files , replace "make" invocations by > "gmake" . > > > Mehmet Erol Sanliturk > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Or set the (g)make variable 'MAKE' to gmake & let it propogate .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr.