Re: [lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread Ken Moffat
On Mon, Mar 25, 2013 at 02:26:14AM +0430, سید احمد حسینی wrote: > tnk Thanks for the tipsI am using version 7.3 (Page 38) > My OS is Ubuntu 12.04config command :../gcc-4.7.2/configure > \--target=$LFS_TGT \--prefix=/tools \--with-sysroot=$LFS \--with-newlib > \--without-headers \--with-local-pref

Re: [lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread Armin K.
Link tests are not allowed after GCC_NO_EXECUTABLES. > make[2]: *** [configure-stage1-target-libstdc++-v3] Error 1 > make[1]: *** [stage1-bubble] Error 2 > make: *** [all] Error 2 > > > > > Date: Sun, 24 Mar 2013 20:21:02 + > > From: zarniwh...@ntlworld.com

Re: [lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread سید احمد حسینی
r: Link tests are not allowed after GCC_NO_EXECUTABLES.make[2]: *** [configure-stage1-target-libstdc++-v3] Error 1make[1]: *** [stage1-bubble] Error 2make: *** [all] Error 2 > Date: Sun, 24 Mar 2013 20:21:02 + > From: zarniwh...@ntlworld.com > To: lfs-support@linuxfromscratch.org &

Re: [lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread Ken Moffat
On Sun, Mar 24, 2013 at 03:04:28PM -0500, Bruce Dubbs wrote: > سید احمد حسینی wrote: > > Hi FriendsI came across this error while compiling linux: > > checking for a BSD-compatible install... > > > > > Please guide me > > Your post is unreadable. Send messa

Re: [lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread Bruce Dubbs
سید احمد حسینی wrote: > Hi FriendsI came across this error while compiling linux: > checking for a BSD-compatible install... > Please guide me Your post is unreadable. Send messages in text mode. -- Bruce -- http://linuxfromscratch.org/mailman/list

[lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread سید احمد حسینی
Hi FriendsI came across this error while compiling linux: checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... mawkchecking whether make sets $(MAKE)... yeschecking fo

[lfs-support] gcc compile error in lfs 7.3

2013-03-24 Thread سید احمد حسینی
Hi FriendsI came across this error while compiling linux: checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... mawkchecking whether make sets $(MAKE)... yeschecking fo

Re: [lfs-support] gcc compile error

2012-12-20 Thread Thomas de Roo
  -Oorspronkelijk bericht- Van: Yusuf Yılmaz Verzonden: do 20-12-2012 12:36 Onderwerp: [lfs-support] gcc compile error Bijlage: inline.txt Aan: lfs-support@linuxfromscratch.org; i'm new started to be interested in lfs. when i compiling glibc i got error after "make instal

[lfs-support] gcc compile error

2012-12-20 Thread Yusuf Yılmaz
i'm new started to be interested in lfs. when i compiling glibc i got error after "make install" command: /usr/bin/install -c /home/yusuf/İndirilenler/glibc-build/posix/getconf /tools/bin/getconf.new mv -f /tools/bin/getconf.new /tools/bin/getconf LC_ALL=C GETCONF_DIR=/dev/null \ /home/y

[lfs-support] LFS V7.2 gcc compile error

2012-09-04 Thread Michael Niehren
Hi together, i try to compile LFS V7.2 on an actual Centos V6.3 (i686) System. If i try to compile gcc V4.7.1 for the temporary system, everythin set as described in the Book, i get the following error: Checking multilib configuration for libstdc++-v3...

RE: GCC Compile Error (Pass 1)

2011-01-26 Thread Pat Barnhill
Behalf Of Ken Moffat Sent: Wednesday, January 26, 2011 3:14 PM To: LFS Support List Subject: Re: GCC Compile Error (Pass 1) On Wed, Jan 26, 2011 at 12:03:20PM -0500, Pat Barnhill wrote: > Hello, > > I'm trying to compile the first pass of gcc. However, I'm getting the > foll

Re: GCC Compile Error (Pass 1)

2011-01-26 Thread Ken Moffat
On Wed, Jan 26, 2011 at 12:03:20PM -0500, Pat Barnhill wrote: > Hello, > > I'm trying to compile the first pass of gcc. However, I'm getting the > following error: > > /mnt/lfs/sources/gcc-build/./gcc/xgcc -B/mnt/lfs/sources/gcc-build/./gcc/ > -B/tools/i686-lfs-linux-gnu/bin/ -B/tools/i686-lfs-li

GCC Compile Error (Pass 1)

2011-01-26 Thread Pat Barnhill
Hello, I'm trying to compile the first pass of gcc. However, I'm getting the following error: /mnt/lfs/sources/gcc-build/./gcc/xgcc -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/i686-lfs-linux-gnu/bin/ -B/tools/i686-lfs-linux-gnu/lib/ -isystem /tools/i686-lfs-linux-gnu/include -isystem /tools/i686

Re: gcc compile error

2010-10-20 Thread Bruce Dubbs
Nolan wrote: > I reran the make command and it completed without error, and used sudo > make install, If you follow the book, sudo is never needed. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the abo

Re: gcc compile error

2010-10-20 Thread Nolan
On 10/20/2010 01:25 PM, Andrew Benton wrote: On Wed, 20 Oct 2010 11:47:19 -0700 Nolan<4030...@gmail.com> wrote: checking for suffix of object files... configure: error: in `/mnt/lfs/gcc-build/i686-lfs-linux-gnu/libgcc': configure: error: cannot compute suffix of object files: cannot compil

Re: gcc compile error

2010-10-20 Thread Ken Moffat
On Wed, Oct 20, 2010 at 09:25:42PM +0100, Andrew Benton wrote: > On Wed, 20 Oct 2010 11:47:19 -0700 > Nolan <4030...@gmail.com> wrote: > > > checking for suffix of object files... configure: error: in > > `/mnt/lfs/gcc-build/i686-lfs-linux-gnu/libgcc': > > configure: error: cannot compute suffix

Re: gcc compile error

2010-10-20 Thread Andrew Benton
On Wed, 20 Oct 2010 11:47:19 -0700 Nolan <4030...@gmail.com> wrote: > checking for suffix of object files... configure: error: in > `/mnt/lfs/gcc-build/i686-lfs-linux-gnu/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > make

gcc compile error

2010-10-20 Thread Nolan
make[2]: Leaving directory `/mnt/lfs/gcc-build/gcc' Checking multilib configuration for libgcc... mkdir -p -- i686-lfs-linux-gnu/libgcc Configuring in i686-lfs-linux-gnu/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-com

Re: gcc compile error part 1

2010-09-18 Thread Neal Murphy
On Saturday 18 September 2010 12:53:42 Pablo Ontivero wrote: > I resolve the problem, the situations is, because i don't read good, the > problem is i don't put the mfpr and pmg folder into the gcc source code, i > compile both separathly, so that's the problem. 40 lashes with a wet noodle. :) And

Re: gcc compile error part 1

2010-09-18 Thread Pablo Ontivero
I resolve the problem, the situations is, because i don't read good, the problem is i don't put the mfpr and pmg folder into the gcc source code, i compile both separathly, so that's the problem. El 18/09/2010, a las 18:29, Bruce Dubbs escribió: > Pablo Ontivero wrote: >> Hi, i'm trying to d

Re: gcc compile error part 1

2010-09-18 Thread Bruce Dubbs
Pablo Ontivero wrote: > Hi, i'm trying to do an LFS with the 6.6 version of the book. > > I'm now on this page: > http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html > > My system host is a debian lenny. > > Well i recibe this error message http://pastebin.com/f6zhGfWm > >

gcc compile error part 1

2010-09-18 Thread Pablo Ontivero
Hi, i'm trying to do an LFS with the 6.6 version of the book. I'm now on this page: http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html My system host is a debian lenny. Well i recibe this error message http://pastebin.com/f6zhGfWm And this is my config.log http://pastebin

gcc compile error pass 1

2009-08-19 Thread Justin Solarski
On 08/19/2009 06:10 PM, Justin Solarski wrote: >* I have been having an some trouble trying to compile gcc-4.3.2 on *>* chapter 5.5.1 *>* i followed the directions but with this config *>* CC="gcc -B/usr/bin/" ../gcc-4.3.2/configure \ *>* --prefix=/tools --with-local-prefix=/tools --disable-nl

Re: gcc compile error pass 1

2009-08-19 Thread G W
rom: Chris Staub To: lfs-support@linuxfromscratch.org Sent: Wednesday, August 19, 2009 3:20:08 PM Subject: Re: gcc compile error pass 1 On 08/19/2009 06:10 PM, Justin Solarski wrote: > I have been having an some trouble trying to compile gcc-4.3.2 on > chapter 5.5.1 > i followed the direc

Re: gcc compile error pass 1

2009-08-19 Thread Chris Staub
On 08/19/2009 06:10 PM, Justin Solarski wrote: > I have been having an some trouble trying to compile gcc-4.3.2 on > chapter 5.5.1 > i followed the directions but with this config > CC="gcc -B/usr/bin/" ../gcc-4.3.2/configure \ > --prefix=/tools --with-local-prefix=/tools --disable-nls \ >

gcc compile error pass 1

2009-08-19 Thread Justin Solarski
I have been having an some trouble trying to compile gcc-4.3.2 on chapter 5.5.1 i followed the directions but with this config CC="gcc -B/usr/bin/" ../gcc-4.3.2/configure \ --prefix=/tools --with-local-prefix=/tools --disable-nls \ --disable-shared --disable-libssp --enable-languages=c it c

Re: GCC compile error.

2009-07-22 Thread RaptorX
tarballs went to .used for reuse in case needed... unpacked source folder deleted as the book says... On Thu, Jul 23, 2009 at 1:25 AM, Chris Staub wrote: > RaptorX wrote: > > > > hahaha > > > > thats exactly what i meant, but the source package not the extracted ones > > > Huh? I have no idea

Re: GCC compile error.

2009-07-22 Thread Chris Staub
RaptorX wrote: > > hahaha > > thats exactly what i meant, but the source package not the extracted ones > Huh? I have no idea what you mean here. Are you referring to the source tarball, or the unpacked source directory? If you mean that you only moved the tarballs elsewhere, then what did you

Re: GCC compile error.

2009-07-22 Thread RaptorX
hahaha thats exactly what i meant, but the source package not the extracted ones On Thu, Jul 23, 2009 at 1:16 AM, Chris Staub wrote: > RaptorX wrote: > > > > the thing is that according to the book: "After installing each package, > > delete its source and build directories, unless specifically

Re: GCC compile error.

2009-07-22 Thread Chris Staub
RaptorX wrote: > > the thing is that according to the book: "After installing each package, > delete its source and build directories, unless specifically instructed > otherwise. Deleting the sources prevents mis-configuration when the same > package is reinstalled later." > > what i did is th

Re: GCC compile error.

2009-07-22 Thread RaptorX
you are right... the thing is that when i did this: tar -jxf ../mpfr-2.3.2.tar.bz2 mv mpfr-2.3.2 mpfr tar -jxf ../gmp-4.2.4.tar.bz2 mv gmp-4.2.4 gmp I assumed that it was extracted in ../ but actually was extracted in the current directory... the thing is that according to the book: "After insta

Re: GCC compile error.

2009-07-22 Thread Chris Staub
RaptorX wrote: > Im in the second pass of the GCC compilation... book LFS 6.4 chapter 5.12... > > and im getting > > > */checking for correct version of gmp.h... no > configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+. > Try the --with-gmp and/or --with-mpfr options to specify thei

GCC compile error.

2009-07-22 Thread RaptorX
Im in the second pass of the GCC compilation... book LFS 6.4 chapter 5.12... im issuing this command *../gcc-4.3.2/configure --prefix=/tools \ --with-local-prefix=/tools --enable-clocale=gnu \ --enable-shared --enable-threads=posix \ --enable-__cxa_atexit --enable-languages=c,c++ \

Re: gcc compile error

2007-11-09 Thread Marius Meinert
I had the same error in pass 1. I solved it by not patching gcc in this pass, the final gcc can be build with the patches, but without bootstrap, in a later chapter. Marius On Nov 8, 2007, at 11:13 PM, jasin wrote: > I have searched for a couple hours now with no answer to fix my > problem.

gcc compile error

2007-11-08 Thread jasin
I have searched for a couple hours now with no answer to fix my problem. When I issue the command 'make bootstrap' to compile gcc 4.12 I keep getting this error /lib/libc.so.6: file not recognized: File format not recognized collect2: ld returned 1 exit status make[3]: *** [libgcc_s.so] Error 1

Re: Gcc compile error.

2006-09-16 Thread dave
Tnx, i think the best solution is to try to reinstall my corrupted box, cause i made mistakes on my host sys (LFS mod.). Now i'm just doing experimental work, expetially i would just create some binary packages BP (like tbz2). My idea was: - Create the new-root dir. - Cre

Re: Gcc compile error.

2006-09-15 Thread Dan Nicholson
On 9/15/06, Ken Moffat <[EMAIL PROTECTED]> wrote: On Fri, Sep 15, 2006 at 12:50:49PM +0200, dave wrote: > In file included from ../../gcc-4.0.3/gcc/crtstuff.c:64: > ../../gcc-4.0.3/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory > ../../gcc-4.0.3/gcc/tsystem.h:93:23: error: sys/ty

Re: Gcc compile error.

2006-09-15 Thread Ken Moffat
On Fri, Sep 15, 2006 at 12:50:49PM +0200, dave wrote: > > gcc (GCC) 3.4.6 > Inconsistency detected by ld.so: rtld.c: 1303: dl_main: Assertion > `_rtld_local._dl_rtld_map.l_prev->l_next == _rtld_local._dl_rtld_map.l_next' > failed! > No idea. This is the host compiler ? Does it cause a probl

Gcc compile error.

2006-09-15 Thread dave
Hy, How could i solve these errors? From where do they came from? Tnx, regards. -- Upper reality >oftware. Dave - Skp Core (skp-it.eu). gcc (GCC) 3.4.6 Inconsistency detected by ld.so: rtld.c: 1303: dl_main: Assertion `_rtld_local._dl_rtld_map.l_prev->l_next == _rtld_local._dl_