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: Paul Eggert
Subject: Re: 1.75 test suite failures HP-UX C and "cc a.c b.c"
Date: Wed, 13 Nov 2002 15:50:54 -0800

> 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:

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




reply via email to

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