From owner-freebsd-ports@freebsd.org Mon Apr 11 00:03:42 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 6DAE1B0BD34 for ; Mon, 11 Apr 2016 00:03:42 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33D6710D1 for ; Mon, 11 Apr 2016 00:03:42 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi0-x22a.google.com with SMTP id w85so190000684oiw.0 for ; Sun, 10 Apr 2016 17:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=fZ1WKpxuP7JwLY0eYnwQEJsGyTHSw1hhovu2qCnG5gE=; b=xnZiMQoyCv5lrgK82s3O7TXbeTci+VghpQ8MPuFVAXi8s8hyLT+LyMiScMK969xcmQ LfFRTlY2xEkDmkVdQjeSBTuE1KIJvpBKJpFIS5tjkHoGjmUWBAqIkWX3E1xo/wCrSe6O 2ZNeBifgsT/3j8mts7nXwxteYGOoGYp4doZSep39WoxGNMUtqshZKkBlHLTGi8cWQXG+ ULsKkjWIOB7SL21gJi5I2Fp/fcLP+c/WI8ZKB7FKkUlPElpixWMb7MQ/JWqyQxWr9O+g nIUFnFZT3uinaM0CkQ5+kwAoAk5MAMZDZK+79r0vZVCf40k5sF8DTGV0FAdeJ3OiasE6 dz7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=fZ1WKpxuP7JwLY0eYnwQEJsGyTHSw1hhovu2qCnG5gE=; b=MVMe/wYhXYf4+Ly2/I4xLB9TUSaqKIxKJqiGKaCpcgH3W46pyBBjJkWDWPp8oJr+d0 HFV7V5anFp7pOKmVSjses/2O2WeIlTwqfGpm8lwJfC1OwLRtrJuOUAsDjV+IGlfDnhK3 z5B+kCMnjHU0X9qBcCBUv92Fqs+hbQ8Kb9eQcxuNORKgJuag0EIZ2ntuzLuo6d4WcBz8 9Au3u7cXzkqPnwiE+KCjsDzQcBbi5UUzkKy2tFdB1rQAwP8vS4OYJK25klJXkKwsYtXt GMCsuDnThZgHMcUErj8PfTQZ/SKXX8fj2e2JEnNxcGDIYIBe+rRnMUXi/LcUXlUfTT72 loZw== X-Gm-Message-State: AD7BkJII8azPdl1gVVY8ZEV61n2PzSrusIYn+TGhd67QGfAQXC5ARzuk+etxseZzwwBvbgHVMDzJqvRKAuyUjQ== MIME-Version: 1.0 X-Received: by 10.202.98.133 with SMTP id w127mr7652842oib.136.1460333021416; Sun, 10 Apr 2016 17:03:41 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Sun, 10 Apr 2016 17:03:41 -0700 (PDT) In-Reply-To: <570AE735.2060606@hiwaay.net> References: <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> Date: Sun, 10 Apr 2016 17:03:41 -0700 Message-ID: Subject: Re: 'porting' AMD compiler suite From: Mehmet Erol Sanliturk To: "William A. Mahaffey III" Cc: "FreeBSD ports list !!!!" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 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:03:42 -0000 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