RE: problem on building gcc 3.3.1 on AIX5.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> ,----[ http://gcc.gnu.org/install/configure.html ]
> | First, we highly recommend that GCC be built into a separate directory
> | than the sources which does not reside within the source tree. This is
> | how we generally build GCC; building where srcdir == objdir should
> | still work, but doesn't get extensive testing; building where objdir
> | is a subdirectory of srcdir is unsupported.
> `----
> 
> So, try 
> 
> tar -zxvf gcc-3.3.1.tar.gz
> mkdir gccobj
> cd gccobj
> ../gcc-3.3.1/configure [...]
Thank you for your information.
I made GCC according to your suggestion, but same problem occured too.

Thanks
Tsutomu Miyashita


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux