From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 13:38:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 729DD5E0; Wed, 3 Dec 2014 13:38:09 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (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 DDC108D1; Wed, 3 Dec 2014 13:38:08 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id z11so12049266lbi.24 for ; Wed, 03 Dec 2014 05:38:07 -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=/4yfYi7H0DFgvLxcGcOMA6o0ekieN9AqxPTfZDX4Ghk=; b=MItG8mVqoeYw8YxWqx4nFai8UiGsnXNSWeC12OmLnHdBH+KfoaCQItYUyLrsVqWB/S dUlyguLj0uvj7BKTRdzHgVo8FsU1wBKTpYMx4RC6XnqJLj9nHs8t4lMFZREn8YUZBTto FrOnpEqtA1otetP4A/wOYfb8gq81NN8zLTmsrX7GOpX0bIoJa8A6hSuvxHeVKt1znBGa xzUlNucgvnE5MQYKxqHzZ/+c3hIYs7plhwDFuEmPA+laCJ0v9GmC4Ik/TuK76kxekXcq TKkSfzfqYiKRi8E5W982kl2vufiL1qJ5jCWWcFyg4vBIUGWQ0sUxkP3A/pA8mgyjP9tY OwaQ== X-Received: by 10.112.167.200 with SMTP id zq8mr4265970lbb.61.1417613886799; Wed, 03 Dec 2014 05:38:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.53.72 with HTTP; Wed, 3 Dec 2014 05:37:26 -0800 (PST) In-Reply-To: References: From: Odhiambo Washington Date: Wed, 3 Dec 2014 16:37:26 +0300 Message-ID: Subject: Re: How to manually compile on FreeBSD 10.x To: Mehmet Erol Sanliturk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: questions , 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 13:38:09 -0000 On 3 December 2014 at 16:33, Mehmet Erol Sanliturk wrote: > On Wed, Dec 3, 2014 at 3:09 AM, 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 > > > > > > > > -- > > Best regards, > > Odhiambo WASHINGTON, > > Nairobi,KE > > +254733744121/+254722743223 > > "I can't hear you -- I'm using the scrambler." > > > > > What does > > "compile stuff by hand" > > mean ? > > Download tarball Extract tarball ./configure --with-your-favorite-opts make make install > -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler."