OSR 5.0.2 whoops
Bill Walker
bw@student.ecok.edu
Tue Nov 11 13:51:00 GMT 1997
Jeffrey A Law writes:
>
>
> In message < m0xVLpT-0001RrC@student.ecok.edu >you write:
> > When I tried to build the same thing under SCO 3.2v5.0.2 I found that the
> > definition of "va_list" was not right for some reason. I managed to
> > compile the whole thing, mostly by using a "-Dva_list=char*", and twiddling
> At what point did you have to tweak stuff?
>
> If it was during the stage1 build, then this would indicate a problem
> with whatever compiler you're using for the first stage build.
>
> If it was the second or third stage, then it's a egcs problem that we'll
> have to fix. Note that egcs should be using its own stdarg.h and not
> the system one once you get to the stage2 build.
>
I configured at the top level, then changed directory to gcc.
There, I
make CFLAGS="" LANGUAGES=c
make stage1
make CC="stage1/xgcc -Bstage1/" CFLAGS=""
all of which was successful.
I then changed directory back to the top level, and typed
make CFLAGS=""
That is when I got the complaint about va_list. Looks like it
was trying to build the g++ libraries at the time. I had trouble in
libraries/libio specifically, and in a couple of other places.
Bill
--
Bill Walker Ph.D.
Chairman, Dept. of Computer Science
East Central University
Ada, Oklahoma 74820-6899
e-mail: bw@cs.ecok.edu
phone: 580 332 8000 ext. 594
FAX: 580 332 4616
More information about the Gcc
mailing list