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: Building gcc on x86_64


Hi Sergei,

It appears you are either running configure in the SAME directory as the GCC source (./configure), or in a SUBDIRECTORY of the GCC source (../configure).

As documented <http://gcc.gnu.org/install/configure.html>, neither is supported.

If you get either to work, that would be interesting.  I've never been able to get either to work.

The above may-or-may-not be relevant to the specific problem you encountered.

HTH,
--Eljay


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