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]
Other format: [Raw text]

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


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