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]

Re: problem building 4.0.0


Hi Bryan,

>- build was configured in the standard way, i.e. cd gcc-4.0.0; mkdir objdir; cd objdir; ../configure --prefix=.....

That "configured in the standard way" is not supported by GCC 4.x or 3.x or 2.x.

Do not configure in the same directory as the source.

Do not configure in any subdirectory of the source.

HTH,
--Eljay


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