This is a discussion on gcc 3.4.3 installation problem on AIX within the AIX Operating System forums, part of the Unix Operating Systems category; --> while trying to build gcc using source make bootstrap is taking too much time . AIX VERSION : 5.1 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| shankha wrote: > while trying to build gcc using source make bootstrap is taking too > much time . > > AIX VERSION : 5.1 > steps i did : > src_dir/configure --prefix=present_dir > make bootstrap > .. i am running my commands under C shell > Try installing bash and run: CONFIG_SHELL=/usr/local/bin/bash; export $CONFIG_SHELL before the configure. Regards, Frank |
| |||
| shankha wrote: > while trying to build gcc using source make bootstrap is taking too > much time . Yeah, well, it takes awhile. If you don't want to bootstrap it, try downloading the binaries from one of the PDS sites. > > AIX VERSION : 5.1 > steps i did : > src_dir/configure --prefix=present_dir > make bootstrap > .. i am running my commands under C shell > |
| ||||
| can you give me the link of the site from where i can download gcc 3.4.3 binaries for AIX base60 wrote: > shankha wrote: > > while trying to build gcc using source make bootstrap is taking too > > much time . > > Yeah, well, it takes awhile. > > If you don't want to bootstrap it, try downloading the binaries > from one of the PDS sites. > > > > > AIX VERSION : 5.1 > > steps i did : > > src_dir/configure --prefix=present_dir > > make bootstrap > > .. i am running my commands under C shell > > |