From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 13:52:19 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 A90B89A; Wed, 3 Dec 2014 13:52:19 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (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 60398B62; Wed, 3 Dec 2014 13:52:19 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id i57so7045794yha.26 for ; Wed, 03 Dec 2014 05:52:18 -0800 (PST) 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:content-type; bh=r4iRGxaj1VQ/n86cql5JLkr0AvINQ3l02+ncT7M4/4E=; b=Uzf8T8ACoRW2/rZraDMSP+BSnLOKNzYI2+cC3jKnT3G12fUoT33eeEqx3vOetg5Fde vmFQZU4ncn7TaPeAx95Rzyn8tqNuczP5xcZ0RMQJ5j8hbrMJ2zA540bZLhjZzYWPqd4w 21oF9oL7xzVkhLAxM02633ezFyJ9PvgqQOJcqnH2gHejiaPjVpamjv/vEiPvqQbyV7uW gwjiH96RCRGqM20t+w5LNo0CWT871azKufIsG7TV44wG4WjOphAFkiZVriBoUKiVGL1u LcLfeJ3ROrkEeUIdhGFD88jRkbpO5V6hkg8lm3XSptpKNvpXiT0cXdCbhKlu2oupkPnx Vhag== MIME-Version: 1.0 X-Received: by 10.170.198.150 with SMTP id p144mr6450846yke.33.1417614738663; Wed, 03 Dec 2014 05:52:18 -0800 (PST) Received: by 10.170.90.131 with HTTP; Wed, 3 Dec 2014 05:52:18 -0800 (PST) In-Reply-To: References: Date: Wed, 3 Dec 2014 05:52:18 -0800 Message-ID: Subject: Re: How to manually compile on FreeBSD 10.x From: Mehmet Erol Sanliturk To: Odhiambo Washington Content-Type: text/plain; charset=UTF-8 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:52:19 -0000 On Wed, Dec 3, 2014 at 5:37 AM, Odhiambo Washington wrote: > > On 3 December 2014 at 16:33, Mehmet Erol Sanliturk < > m.e.sanliturk@gmail.com> 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." > http://en.wikipedia.org/wiki/Build_automation http://en.wikipedia.org/wiki/List_of_build_automation_software http://en.wikipedia.org/wiki/Category:Build_automation If a suitable software exists for you in the Ports/Packages you may use it , otherwise it may be necessary to download related sources of your selected software and compile and use it . For some projects supplying tarballs , they may also supply a Version Control Facility such as Subversion or Git which you may continuously upgrade your system incrementally by using a clone of their Version Control Facility. Thank you very much . Mehmet Erol Sanliturk