Home > source directory > error source directory already configured

Error Source Directory Already Configured

Contents

Tags Search LQ Wiki Search Tutorials/Articles Search HCL Search Reviews Search ISOs Go to Page... LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

Source Directory Already Configured Gcc

> Linux From Scratch [SOLVED] Binutils error: Source directory already configured; run configure error source directory already configured run make distclean there first make distclean there first?! User Name Remember Me? Password Linux From Scratch This Forum is for the discussion of

Gcc Source Directory Already Configured Run Make Distclean There First

LFS. LFS is a project that provides you with the steps necessary to build your own custom Linux system. Notices Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today! Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links: Site Howto | Site FAQ | Sitemap | Register Now If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here. Having a problem logging in? Please visit this page to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. Click Here to receive this Complete Guide absolutely fr

Fwd: Re: GCC-4-3.2 Build /Possible configuration problems From: Franklyn Simon To: gcc-help at gcc dot gnu dot org Cc: kai dot ruottu at wippies dot com Date: Mon, 26 Jan 2009 08:49:03 -0500 Subject: Fwd: Re: GCC-4-3.2 Build /Possible configuration problems Hi, This is what I did: I. Unpacked sources 1. # mkdir /opt/gcc-4.3.2 2. Under /opt/gcc-4.3.2, I unpacked the gcc sources 3. Both gmp, mpfr. And binutils are unpacked under /opt/gcc-4.3.2 II. Build and configure * build and configure binutils under /opt/build_binutils using /usr/local/gcc-4.3.2 http://www.linuxquestions.org/questions/linux-from-scratch-13/binutils-error-source-directory-already-configured%3B-run-make-distclean-there-first-744040/ as prefix * build and configure gmp and mpfr in their directory /opt/gcc-4.3.2/gmp and /opt/gcc-4.3.2/mpfr using /usr/local/gcc-4.3.2 as prefix III. GCC-4.3.2 * Configure and build in /usr/local/gcc-4.3.2 as follows * # cd /usr/local/gcc-4.3.2 * /usr/local/gcc-4.3.2 # /opt/gcc-4.3.2/configure ?prefix=/usr/local/gcc-4.3.2 etc 4. /usr/local/gcc-4.3.2 # make --- this went it failed My understanding: The prerequisites for GCC indicate that both gmp and https://gcc.gnu.org/ml/gcc-help/2009-01/msg00248.html mpfr will be built together with GCC if they are subdirectories of the GCC sources. I tried that but had problems since gcc did not know where to get gmp.h amd mpfr.h and their libraries. However, when I configured and compiled both of them it their source directories using /usr/local/gcc-4.3.2 as prefix, I did not have that problem. Both gmp and mpfr have information about how to configure and build which do not seem to be in parallel with the gcc instllation found on http://gcc.gnu.org/install/. I do not think a really understand about building gmp and mpfr together with gcc. Please further advise me of what I am doing wrong. Thanks to all X-Originating-IP: [195.156.147.13] Date: Mon, 26 Jan 2009 14:05:15 +0200 From: Kai Ruottu User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) To: Franklyn Simon Subject: Re: GCC-4-3.2 Build /Possible configuration problems Franklyn Simon wrote: Here is the attached config.log file and output from make -j1 It appears that configuration was okay, but I cannot get to build. After looking at the config.log file its indicat

source directory already configured; run "make distclean" there http://archive.linuxfromscratch.org/mail-archives/lfs-support/2012-December/044340.html first Messages sorted by: [ date ] [ https://www.tug.org/pipermail/tex-live/2010-May/025852.html thread ] [ subject ] [ author ] Hi, all: Hi, all: LFS GCC Build ( http://www.linuxfromscratch.org/lfs/view/development/chapter06/gcc.html) command *make * brings me the following error messagesL *configure: error: source directory already configured; source directory run "make distclean" there first* *make[1]: *** [configure-gmp] Error 1* *make[1]: Leaving directory `/sources/gcc-build'* *make: *** [all] Error 2* *make distclean* gives me the following error messages: rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile rm -f texinfo/doc/Makefile texinfo/po/POTFILES rmdir texinfo/doc texinfo/info texinfo/intl source directory already texinfo/lib 2>/dev/null make: [local-distclean] Error 1 (ignored) rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null make: [local-distclean] Error 1 (ignored) rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null make: [local-distclean] Error 1 (ignored) find . -name config.cache -exec rm -f {} \; \; 2>/dev/null make: [local-distclean] Error 1 (ignored) Did anybody meet the same issue? Cheers -- Pei JIA Email: jp4work at gmail.com cell: +1 604-362-5816 Welcome to Vision Open http://www.visionopen.com -------------- next part -------------- An HTML attachment was scrubbed... URL: Previous message: [lfs-support] LFS SVN Next message: [lfs-support] configure: error: source directory already configured; run "make distclean" there first Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] More information about the lfs-support mailing list

Installin Emerald.sty Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hello, After exec the ./Build command i have been the following output, ------------------------------------------ ... checking for dlfcn.h... yes configure: error: source directory already configured; run "make distclean" there first real 5.8 user 1.2 sys 1.8 + echo 1 + 1> exitstatus.txt find: cannot stat /home/huber/texlive/src/trunk/Build/source/inst/bin ./Build: Build failed, no executables under /home/huber/texlive/src/trunk/Build/source/inst/bin. done Thu May 20 09:49:54 SAT 2010 ... ----------------------------------------- Either when i did "make distclean", had the same output. so i tried with ./configure, and after with make, but i had this problem. ------------------------------------ ... checking for png.h... yes cat: Cannot open /home/huber/texlive/src/trunk/Build/source/libs/freetype2/ft-includes: No such file or directory cat: Cannot open /home/huber/texlive/src/trunk/Build/source/libs/freetype2/ft-libs: No such file or directory checking for FT_Init_FreeType... no configure: error: libfreetype2 not found === configuring in gd failed make[2]: *** [sublibs] Error 1 make[2]: Leaving directory `/home/huber/texlive/src/trunk/Build/source/libs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/huber/texlive/src/trunk/Build/source/libs' make: *** [all-recursive] Error 1 ... ----------------------------------- I dont know if i will be find out the ft-includes an ft-libs directories, or disable build freetype library, please help me. Best regards, Huber Paul Gilt López _________________________________________________________________ ¿Quieres conocer trucos de Windows 7? ¡Los que ya lo usan te los cuentan! http://www.sietesunpueblodeexpertos.com/index_window

 

Related content

cmake error the source directory does not exist

Cmake Error The Source Directory Does Not Exist table id toc tbody tr td div id toctitle Contents div ul li a href Cmake Source Directory a li li a href Cmake Error The Source Directory Does Not Appear To Contain Cmakelists Txt a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us relatedl Learn more about Stack Overflow the company Business Learn more about hiring cmake error the source directory is a

cmake error the source directory does not match

Cmake Error The Source Directory Does Not Match table id toc tbody tr td div id toctitle Contents div ul li a href Cmake Error The Source Directory Is A File Not A Directory a li li a href Cmake Error The Source Directory Output variable Doesn t Exist a li li a href Cmake Add Source Directory a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn relatedl more about Stack

cmake error the source directory

Cmake Error The Source Directory table id toc tbody tr td div id toctitle Contents div ul li a href Cmake Error The Source Directory Output variable Doesn t Exist a li li a href Cmake Ubuntu a li li a href Cmake Add Source Directory a li li a href Cmake Current Source Directory a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss relatedl the workings and policies of this site About Us cmake error the source directory does not

gcc error source directory already configured

Gcc Error Source Directory Already Configured p p p Tutorials Articles Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Distributions Linux From Scratch SOLVED Binutils error relatedl Source directory already configured run make distclean there first User Name Remember Me Password Linux From Scratch This Forum is for the discussion of LFS LFS is a project that provides you with the steps necessary to build your own custom Linux system Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our