Re: problem on building gcc 3.3.1 on AIX5.2

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

 



On Thu, Sep 04, 2003 at 05:53:30PM +0900, Tsutomu Miyashita wrote:
> Dear members
> 
> I met the problem on building gcc3.3.1 on AIX5.2. This problem occurs on
> the GCC version after 3.1 not on 3.0.
> I welcom any information about this.
> 
> [environment]
> OS		AIX5.2 maintenance level 1
> compiler	VisualAgeC++ 6.0.0.4
> bison		1.875
> flex		2.5.4
> GCC		3.1 - 3.3.1
> 
> [error message]
> #> tar -zxvf gcc-3.3.1.tar.gz
> #> cd gcc-3.3.1
> #> mkdir gccobj
> #> cd gccobj

,----[ 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 [...]

-- 
Claudio Bley                                 ASCII ribbon campaign (")
Debian GNU/Linux user                         - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/                     & vCards / \


[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