This is the mail archive of the gcc-bugs@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: EGCS 1.1.2 on AIX 4.2


On Jul 27, 2000, "Vasudeva Upadhya" <kvu@cfdrc.com> wrote:

> /usr/vac/bin/cc -c  -DIN_GCC    -O2 -O   -DHAVE_CONFIG_H -DHAIFA    -I. -I..
> /../egcs-1.1.2/gcc -I../../egcs-1.1.2/gcc/config
> ../../egcs-1.1.2/gcc/genattr.c
> 1506-507 (W) No licenses available. Contact your program supplier to add
> additional users.  Compilation will proceed shortly.

This is not related with GCC at all, it's the compiler you're using to
bootstrap that caused this problem.

> /usr/vac/bin/cc  -DIN_GCC    -O2 -O   -DHAVE_CONFIG_H -DHAIFA -Wl,-bbigtoc -
> o genattr  genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*)
> echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` `
> case "" in ?*) echo  ;; esac `   ` case "" in ?*) echo  ;; esac ` ` case ""
> in ?*) echo  ;; esac ` -lld
> ld: 0711-317 ERROR: Undefined symbol: .alloca

Did you try to proceed an interrupted bootstrap that was already
building stage2 with the stage1 compiler?  In this case, do it with
`make bootstrap2'.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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