bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.75 test suite failures HP-UX C and "cc a.c b.c"


From: Albert Chin-A-Young
Subject: Re: 1.75 test suite failures HP-UX C and "cc a.c b.c"
Date: Wed, 13 Nov 2002 18:07:01 -0600
User-agent: Mutt/1.2.5i

On Wed, Nov 13, 2002 at 03:50:54PM -0800, Paul Eggert wrote:
> > From: Albert Chin-A-Young <address@hidden>
> > Date: Wed, 13 Nov 2002 14:48:42 -0600
> 
> > (HP-UX 10.20, 11.00, 11i)...
> > 38. headers.at:81: testing export YYLTYPE...
> > headers.at:108: bison --defines -o input.c input.y
> > headers.at:126: $CC $CFLAGS $CPPFLAGS caller.c input.c -o caller
> > stderr:
> > 0a1,2
> > > caller.c:
> > > input.c:
> > 38. headers.at:81: FAILED near `headers.at:126'
> 
> I assume that this is because:
> 
>       cc caller.c input.c -o input
> 
> outputs the messages:
> 
>       caller.c:
>       input.c:

Correct.

> What do the following commands output?  If they don't output anything,
> then we can use them instead.
> 
>       cc -c caller.c -o caller.o
>       cc -c input.c -o input.o
>       cc caller.o input.o -o input

The above works fine.

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]