This is the mail archive of the gcc-bugs@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]

[Bug other/28298] Problem compiling gcc 4.1.1



------- Comment #5 from sebastian dot forsman at gmail dot com  2006-08-15 17:09 -------
Ok "fixed" with:

<download and unpack sources>
mkdir mybuild
cd mybuild
../gcc-4.1.1/configure --enable-threads=posix --enable-languages=c,c++,java
make bootstrap
make install

Pierre you probably tried to configure/make directly from the source directory
as I did. Don't know about the gcc internals why this fails and too lazy to
crawl the docs but I guess there's a good reason ;)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28298


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