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]

Re: gcc build problem under AIX 4.3.1


On Jan 25, 2000, "Christoph Trojan" <christoph.trojan@inform-ac.com> wrote:

>     ar -X32_64 rc tmplibgcc2.a ${oname}.o; \
> ar: Not a recognized flag: X

> But my ar knows this flag :
> /usr/bin/ar -X
> Usage:  ar [-X{32|64|32_64}] [-clsvCT] [-g|o] {-h|p|t|x} [--] Archive 
> [File ...]

Maybe GCC is using a different `ar'.  Try to specify AR=/usr/bin/ar
when you run `make bootstrap'.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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