This is the mail archive of the gcc@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: OSR 5.0.2 whoops


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



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