public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Can't compile gcc-3.3.1
@ 2003-09-14  9:50 Christian H. Kuhn
  2003-09-21  9:30 ` Christian H. Kuhn
  2003-09-21  9:31 ` Christian H. Kuhn
  0 siblings, 2 replies; 5+ messages in thread
From: Christian H. Kuhn @ 2003-09-14  9:50 UTC (permalink / raw)
  To: gcc Mailing List

Hi,

I'm using Linux for years but now i want to know the details. So i
tried to compile it myself following the instructions on
www.linuxfromscratch.org in the cvs version.

When compiling gcc-3.3.1, i encountered the first problem. I extracted
the complete tarball and made an extra directory for building gcc
(from gcc-directory: ../gcc-build). Following lfs instructions, i
prepared for compilation with

../gcc-3.3.1/configure --prefix=/tools \
    --with-local-prefix=/tools \
    --disable-nls --enable-shared \
    --enable-languages=c

I could not see any errors, but there are a lot of config.log files,
and perhaps i did not see through the one i need.

Then i compiled with

 make BOOT_LDFLAGS="-static" bootstrap

and got

[...]
Cleaning up unneeded directories:
fixincludes is done
cp: cannot crate regular file `include/syslimits.h': No such file or
directory
chmod failed to get attributes of `include/syslimits.h': No such file
or directory
make[2]: *** [stmp-fixinc] Error 1
make[2]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
make: *** [bootstrap] Error 2

There is no file syslimits.h neither in gcc-3.3.1 nor in
gcc-build. But anywhere i found a gsyslimits.h, and i think i remeber
that i have read in a posting anywhere else that that file is
copied. But it seems it doesn't work. What am i doing wrong?

The host system is a debian testing. gcc-3.2.3 is used for
compiling. A problem might be the necessarity of autoconf-2.13. Debian
has a version number of 2.54 and a additional package autoconf2.13
which should provide the necessary compatibility, but i'm not sure now
that it can ...

TIA
Chris
-- 
Ein OE Benutzer trägt quasi ein Schild um den Hals. "Mir ist doch egal,
ob andere Probleme mit meinen Postings haben, Hauptsache ist, ich kann
mal eben rumklicken". OE erfüllt für den geneigten Leser damit dieselbe
Aufgabe wie die Glocke eines mittelalterlichen Leprotikers. (RSS)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't compile gcc-3.3.1
  2003-09-14  9:50 Can't compile gcc-3.3.1 Christian H. Kuhn
@ 2003-09-21  9:30 ` Christian H. Kuhn
  2003-09-21  9:31 ` Christian H. Kuhn
  1 sibling, 0 replies; 5+ messages in thread
From: Christian H. Kuhn @ 2003-09-21  9:30 UTC (permalink / raw)
  To: gcc Mailing List

Hi,

Some days ago, i asked the question below. I got no answer and no
flame so i do not know if the mail reached the list. Could anyone send
a private answer (NOT to the list) even if he/she knows no help for
the prob?


& Christian H. Kuhn <qno-gcc@qno.de> [2003-09-14 11:54]:
> Hi,
> 
> I'm using Linux for years but now i want to know the details. So i
> tried to compile it myself following the instructions on
> www.linuxfromscratch.org in the cvs version.
> 
> When compiling gcc-3.3.1, i encountered the first problem. I extracted
> the complete tarball and made an extra directory for building gcc
> (from gcc-directory: ../gcc-build). Following lfs instructions, i
> prepared for compilation with
> 
> ./gcc-3.3.1/configure --prefix=/tools \
>     --with-local-prefix=/tools \
>     --disable-nls --enable-shared \
>     --enable-languages=c
> 
> I could not see any errors, but there are a lot of config.log files,
> and perhaps i did not see through the one i need.
> 
> Then i compiled with
> 
>  make BOOT_LDFLAGS="-static" bootstrap
> 
> and got
> 
> [...]
> Cleaning up unneeded directories:
> fixincludes is done
> cp: cannot crate regular file `include/syslimits.h': No such file or
> directory
> chmod failed to get attributes of `include/syslimits.h': No such file
> or directory
> make[2]: *** [stmp-fixinc] Error 1
> make[2]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
> make: *** [bootstrap] Error 2
> 
> There is no file syslimits.h neither in gcc-3.3.1 nor in
> gcc-build. But anywhere i found a gsyslimits.h, and i think i remeber
> that i have read in a posting anywhere else that that file is
> copied. But it seems it doesn't work. What am i doing wrong?
> 
> The host system is a debian testing. gcc-3.2.3 is used for
> compiling. A problem might be the necessarity of autoconf-2.13. Debian
> has a version number of 2.54 and a additional package autoconf2.13
> which should provide the necessary compatibility, but i'm not sure now
> that it can ...
> 
> TIA
> Chris
> -- 
> Ein OE Benutzer trägt quasi ein Schild um den Hals. "Mir ist doch egal,
> ob andere Probleme mit meinen Postings haben, Hauptsache ist, ich kann
> mal eben rumklicken". OE erfüllt für den geneigten Leser damit dieselbe
> Aufgabe wie die Glocke eines mittelalterlichen Leprotikers. (RSS)
> 

-- 
> Hm, gibt es in OjE eigentlich einen Button "Einmal zum Deppen machen"?
Er ist mit "Senden" beschriftet.
               (J.Grivolla antwortet H. Gahrig in d.c.s.m.)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't compile gcc-3.3.1
  2003-09-14  9:50 Can't compile gcc-3.3.1 Christian H. Kuhn
  2003-09-21  9:30 ` Christian H. Kuhn
@ 2003-09-21  9:31 ` Christian H. Kuhn
  1 sibling, 0 replies; 5+ messages in thread
From: Christian H. Kuhn @ 2003-09-21  9:31 UTC (permalink / raw)
  To: gcc Mailing List

Hi,

Some days ago, i asked the question below. I got no answer and no
flame so i do not know if the mail reached the list. Could anyone send
a private answer (NOT to the list) even if he/she knows no help for
the prob?


& Christian H. Kuhn <qno-gcc@qno.de> [2003-09-14 11:54]:
> Hi,
> 
> I'm using Linux for years but now i want to know the details. So i
> tried to compile it myself following the instructions on
> www.linuxfromscratch.org in the cvs version.
> 
> When compiling gcc-3.3.1, i encountered the first problem. I extracted
> the complete tarball and made an extra directory for building gcc
> (from gcc-directory: ../gcc-build). Following lfs instructions, i
> prepared for compilation with
> 
> ./gcc-3.3.1/configure --prefix=/tools \
>     --with-local-prefix=/tools \
>     --disable-nls --enable-shared \
>     --enable-languages=c
> 
> I could not see any errors, but there are a lot of config.log files,
> and perhaps i did not see through the one i need.
> 
> Then i compiled with
> 
>  make BOOT_LDFLAGS="-static" bootstrap
> 
> and got
> 
> [...]
> Cleaning up unneeded directories:
> fixincludes is done
> cp: cannot crate regular file `include/syslimits.h': No such file or
> directory
> chmod failed to get attributes of `include/syslimits.h': No such file
> or directory
> make[2]: *** [stmp-fixinc] Error 1
> make[2]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
> make: *** [bootstrap] Error 2
> 
> There is no file syslimits.h neither in gcc-3.3.1 nor in
> gcc-build. But anywhere i found a gsyslimits.h, and i think i remeber
> that i have read in a posting anywhere else that that file is
> copied. But it seems it doesn't work. What am i doing wrong?
> 
> The host system is a debian testing. gcc-3.2.3 is used for
> compiling. A problem might be the necessarity of autoconf-2.13. Debian
> has a version number of 2.54 and a additional package autoconf2.13
> which should provide the necessary compatibility, but i'm not sure now
> that it can ...
> 
> TIA
> Chris
> -- 
> Ein OE Benutzer trägt quasi ein Schild um den Hals. "Mir ist doch egal,
> ob andere Probleme mit meinen Postings haben, Hauptsache ist, ich kann
> mal eben rumklicken". OE erfüllt für den geneigten Leser damit dieselbe
> Aufgabe wie die Glocke eines mittelalterlichen Leprotikers. (RSS)
> 

-- 
> Hm, gibt es in OjE eigentlich einen Button "Einmal zum Deppen machen"?
Er ist mit "Senden" beschriftet.
               (J.Grivolla antwortet H. Gahrig in d.c.s.m.)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't compile gcc-3.3.1
  2003-09-21  9:30 Christian H. Kuhn
@ 2003-09-21 12:38 ` Alex J. Dam
  0 siblings, 0 replies; 5+ messages in thread
From: Alex J. Dam @ 2003-09-21 12:38 UTC (permalink / raw)
  To: Christian H. Kuhn, gcc-help


  Hi,

  I'm an LFS user. I built my system some months ago and now I use it as my 
primary system. I have 2 versions of GCC installed (3.2, with which I 
compiled most of the software I use, and 3.3.1).
  The best advice I can give you is to try again. At a minimum, try to 
recompile GCC from scratch ; ) Sometimes we forget a step, sometimes we don't 
set up $LFS and use it...
   I can't tell you whether any version of Debian is suitable for building an 
LFS system. I compiled mine on Mandrake 9.1 (the buggiest Mandrake release 
I've ever seen) and I didn't find much trouble along the way.
   You can also ask for help at the LFS mailing lists. Maybe some LFS user 
have already built LFS on Debian.

   Regards
   Alex

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't compile gcc-3.3.1
@ 2003-09-21  9:30 Christian H. Kuhn
  2003-09-21 12:38 ` Alex J. Dam
  0 siblings, 1 reply; 5+ messages in thread
From: Christian H. Kuhn @ 2003-09-21  9:30 UTC (permalink / raw)
  To: gcc-help

Hi,

Some days ago, i asked the question below. I got no answer and no
flame so i do not know if the mail reached the list. Could anyone send
a private answer (NOT to the list) even if he/she knows no help for
the prob?


& Christian H. Kuhn <qno-gcc@qno.de> [2003-09-14 11:54]:
> Hi,
> 
> I'm using Linux for years but now i want to know the details. So i
> tried to compile it myself following the instructions on
> www.linuxfromscratch.org in the cvs version.
> 
> When compiling gcc-3.3.1, i encountered the first problem. I extracted
> the complete tarball and made an extra directory for building gcc
> (from gcc-directory: ../gcc-build). Following lfs instructions, i
> prepared for compilation with
> 
> ./gcc-3.3.1/configure --prefix=/tools \
>     --with-local-prefix=/tools \
>     --disable-nls --enable-shared \
>     --enable-languages=c
> 
> I could not see any errors, but there are a lot of config.log files,
> and perhaps i did not see through the one i need.
> 
> Then i compiled with
> 
>  make BOOT_LDFLAGS="-static" bootstrap
> 
> and got
> 
> [...]
> Cleaning up unneeded directories:
> fixincludes is done
> cp: cannot crate regular file `include/syslimits.h': No such file or
> directory
> chmod failed to get attributes of `include/syslimits.h': No such file
> or directory
> make[2]: *** [stmp-fixinc] Error 1
> make[2]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
> make: *** [bootstrap] Error 2
> 
> There is no file syslimits.h neither in gcc-3.3.1 nor in
> gcc-build. But anywhere i found a gsyslimits.h, and i think i remeber
> that i have read in a posting anywhere else that that file is
> copied. But it seems it doesn't work. What am i doing wrong?
> 
> The host system is a debian testing. gcc-3.2.3 is used for
> compiling. A problem might be the necessarity of autoconf-2.13. Debian
> has a version number of 2.54 and a additional package autoconf2.13
> which should provide the necessary compatibility, but i'm not sure now
> that it can ...
> 
> TIA
> Chris
> -- 
> Ein OE Benutzer trägt quasi ein Schild um den Hals. "Mir ist doch egal,
> ob andere Probleme mit meinen Postings haben, Hauptsache ist, ich kann
> mal eben rumklicken". OE erfüllt für den geneigten Leser damit dieselbe
> Aufgabe wie die Glocke eines mittelalterlichen Leprotikers. (RSS)
> 

-- 
> Hm, gibt es in OjE eigentlich einen Button "Einmal zum Deppen machen"?
Er ist mit "Senden" beschriftet.
               (J.Grivolla antwortet H. Gahrig in d.c.s.m.)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-21 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-14  9:50 Can't compile gcc-3.3.1 Christian H. Kuhn
2003-09-21  9:30 ` Christian H. Kuhn
2003-09-21  9:31 ` Christian H. Kuhn
2003-09-21  9:30 Christian H. Kuhn
2003-09-21 12:38 ` Alex J. Dam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).