This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
building gcc trunk on ubuntu11.10
- From: Dirk Moermans <dirkmoermans at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 14 Nov 2011 11:39:46 +0100
- Subject: building gcc trunk on ubuntu11.10
Hi,
I am trying to build the gcc svn-trunk, in order to play with the
latest C++0x-features.
Since upgrading from Ubuntu 11.04, I have trouble building gcc.
The configure command below used to work:
configure --prefix=/home/dirk/local --enable-languages=c,c++,lto
With the new release I get an error-message:
/usr/bin/ld: cannot find crti.o: No such file or directory
This is caused by the new multiarch system-layout within Ubuntu/Debian.
Can anyone send me the correct ./configure or environment variables to
build the gcc-trunk on a stock Ubuntu 11.10?
Regards
Dirk Moermans