From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 15:04:19 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6DA1813 for ; Wed, 3 Dec 2014 15:04:19 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51180637 for ; Wed, 3 Dec 2014 15:04:19 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id hs14so8067112lab.11 for ; Wed, 03 Dec 2014 07:04:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rScr2qWsYXhFTmWHMIPFnEHS/UhtP123XS/I7+wxfLk=; b=eK+wyAdc8sdyccFqWvk64+QyBeU96CODmz9CEHk0RfUyhF1rB30+4sM9qTCBHodnHE 3eXVlu/RRTE8pnMOXCQ/rH2T7fpm49Ltguj3pVlQPIK9MdeEl3jwxhPe83j20lpi9luL NPolQoGaqEwYjk36swGCy3qD6XadcREngqtrkGa3jIUnKAprPtLPrUUIelFCdFA4LHgj q+175uMgjvUPutLvEvHx6q7WnDnwsf5QBUCW8FY2C0j46Q0m3utRBueV4VW/bkJxFn4j jJw/atmnM/iBXO0uBqV1IpIHCeFroa3gaThFxPRPNPO7pnQIN3m1KJ887Bvr2+6FS6OX LMcg== X-Received: by 10.152.5.67 with SMTP id q3mr4570602laq.73.1417619057440; Wed, 03 Dec 2014 07:04:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.53.72 with HTTP; Wed, 3 Dec 2014 07:03:37 -0800 (PST) In-Reply-To: <20141203153108.3135c226895c2724871330e9@yahoo.es> References: <20141203153108.3135c226895c2724871330e9@yahoo.es> From: Odhiambo Washington Date: Wed, 3 Dec 2014 18:03:37 +0300 Message-ID: Subject: Re: How to manually compile on FreeBSD 10.x To: Eduardo Morras Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: User Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 15:04:20 -0000 On 3 December 2014 at 17:31, Eduardo Morras wrote: > On Wed, 3 Dec 2014 14:09:31 +0300 > Odhiambo Washington wrote: > > > Hi guys, > > > > What do I need to install on FreeBSD 10 to enable me compile stuff by > > hand? > > > > [root@admin ~/Exim/exim-4.85_RC2]# uname -a > > FreeBSD admin.cnet.co.za 10.0-RELEASE-p12 FreeBSD 10.0-RELEASE-p12 > > #0: Tue Nov 4 04:15:03 UTC 2014 > > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > > i386 > > > > > > > > [root@admin ~/Exim]# cp Makefile-Exim-4.85x.txt exim-4.85_RC2/L > > LICENCE LICENSE.opendmarc Local/ > > [root@admin ~/Exim]# cp Makefile-Exim-4.85x.txt > > exim-4.85_RC2/Local/Makefile [root@admin ~/Exim]# cd exim-4.85_RC2 > > [root@admin ~/Exim/exim-4.85_RC2]# make > > /bin/sh scripts/source_checks > > > > >>> Creating links to source files... > > >>> Creating lookups/Makefile for building dynamic modules > > >>> New Makefile & lookups/Makefile installed > > >>> Use "make makefile" if you need to force rebuilding of the > > >>> makefile > > > > */bin/sh ../scripts/Configure-os.h* > > */bin/sh ../scripts/Configure-os.c* > > *gcc buildconfig.c* > > *make[1]: exec(gcc) failed (No such file or directory)* > > **** Error code 1* > > > > Stop. > > make[1]: stopped in /root/Exim/exim-4.85_RC2/build-FreeBSD-i386 > > *** Error code 1 > > > > Stop. > > make: stopped in /root/Exim/exim-4.85_RC2 > > FreeBSD 10 has a new make, bmake, before we used pmake and both use a > different syntax to gnu make. Try using gmake instead make. > > If gmake isn't installed, go to /usr/ports/devel/gmake as root, and type > 'make install' to install it. > [root@admin ~/Exim/exim-4.85_RC2]# make clean *** "make clean" just removes all .o and .a files *** Use "make makefile" to force a rebuild of the makefile cd build-${build:-`/bin/sh scripts/os-type`-`/bin/sh scripts/arch-type`}; /bin/rm -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a routers/*. o routers/*.a transports/*.o transports/*.a pdkim/*.o pdkim/*.a [root@admin ~/Exim/exim-4.85_RC2]# gmake /bin/sh scripts/source_checks `Makefile' is up to date. gmake[1]: Entering directory '/root/Exim/exim-4.85_RC2/build-FreeBSD-i386' Makefile:44: *** missing separator. Stop. gmake[1]: Leaving directory '/root/Exim/exim-4.85_RC2/build-FreeBSD-i386' Makefile:29: recipe for target 'all' failed gmake: *** [all] Error 2 So that is NOT helping still.. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler."