This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Installation Help


On Jan 11, 2001, "Roland Schwarz" <roland.schwarz@chello.at> wrote:

> cd /home/rs/gcc/src
> ../gcc-2.95.2/symlink-tree ../glibc-2.2
> ../gcc-2.95.2/symlink-tree ../binutils-2.9.1
> ./gcc-2.95.2/symlink-tree ../gcc-2.94.2

Unfortunately, the unified tree doesn't support glibc builds.  This
makes the bootstrapping of a glibc-based target significantly more
difficult than that of a newlib-based target.  I don't recall the
exact details, but you have to point GCC at glibc headers using
--with-headers, build it up to the point of having libgcc, install it,
then build glibc, then go back and build libio and libstdc++.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]