From owner-freebsd-ports@freebsd.org Mon Apr 11 00:08:06 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 33D57B0BF15 for ; Mon, 11 Apr 2016 00:08:06 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (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 F0FD61215 for ; Mon, 11 Apr 2016 00:08:05 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ig0-x231.google.com with SMTP id f1so49149570igr.1 for ; Sun, 10 Apr 2016 17:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=UCX5+6IS0dusCC7CyLND8Vm7gIaj62o6sMfK74TE3zU=; b=je//vTlqbBrX4Y0YSiK+QT5rXpLfeqCYm6FCK4GCCd7cI49PYKH8UMbK5shIJUBVDi er34EglLKgvvT33xMwRhn2vf7KL1pXYwueLgDv5YITDg3r/mBHUhQMgRJwLQfMPvfwH6 BZhShSyr4UMvnN1yHJ006dqpR4yd1nPqGHX/vNuCi0a6ysDSgQQHXTO69pAJ1BJDhbA5 N9vn0n4cQRbaT/hPsAOBQKd7Mr3GlIR2fSgLcVuT7Nxcy1gusKnmI5Zg5oF5DzRHB3fl 9YHjHlgxqp7WHorzCSldRpa3e2CD4be212A7ezBbioeXjRLYg8hwxpcXIcpfIoUyG4vY TMrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=UCX5+6IS0dusCC7CyLND8Vm7gIaj62o6sMfK74TE3zU=; b=abo29diOoMvIngoJSXnEfyit8wNED3aSUFGLuPB9aVlw/dQ/K38PS+mCHxx6hLYcbQ AJbq0LwjaQoe6tA7XPauu9uYTeIp6HR7sM/ckAywz58whJ3LPklKuuG7l/g003Gh2F99 N5fQQdGoy1R+rjHEDnGX+brczdiIes95vKS+0PGdJoIv/1fHQ54JAhMRgtMI73AJrHM0 Wq+vqZU4fTo6EynJB3kcDx+vAzkAsg4cTZGJeiLB091JPgazABqwda+Oy1mISzeAiND3 ToQdMeU/WoYzPM8zYk/UEa1+wKvF3dD23afeX4Id/r3DOowydvZkg+EACZOQGI/jbpr5 8RJw== X-Gm-Message-State: AD7BkJKA1CcY3Da6RaRs0YCOSDg1wHldtLhCvfNrCc2njpAp0cNIPDK+7S0lhoa+tqLZOOjxhqy6LGAWTfuvFg== MIME-Version: 1.0 X-Received: by 10.50.109.138 with SMTP id hs10mr15332258igb.76.1460333285426; Sun, 10 Apr 2016 17:08:05 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.79.35.33 with HTTP; Sun, 10 Apr 2016 17:08:05 -0700 (PDT) In-Reply-To: References: <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> Date: Sun, 10 Apr 2016 17:08:05 -0700 X-Google-Sender-Auth: 0zGMqgQB_ofr3Jbj-yStyfK31R0 Message-ID: Subject: Re: 'porting' AMD compiler suite From: Kevin Oberman To: Mehmet Erol Sanliturk Cc: "William A. Mahaffey III" , "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:08:06 -0000 On Sun, Apr 10, 2016 at 5:03 PM, Mehmet Erol Sanliturk < m.e.sanliturk@gmail.com> 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" < > wam@hiwaay.net> > >> 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 > Or just alias make to gmake in the build environment. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683