bug-gnu-utils
[Top][All Lists]
Advanced

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

make failed assertion


From: victor prupis
Subject: make failed assertion
Date: Fri, 13 Oct 2000 13:36:05 -0700 (PDT)

Please find attached a protocol of a session demonstrating
the assertion failure.

Victor                                    [This space intentionally left right]
victor-pc:vp[1025]> script
Script started, file is typescript
victor-pc:vp[1001]> ls
Makefile    foo.c       typescript
victor-pc:vp[1002]> cat Makefile
CC      = gcc

.INTERMEDIATE: foo.o

(%.o): %.o
        ar rv $@ $*.o

-lfoo: libfoo.a(foo.o)
        ranlib libfoo.a
victor-pc:vp[1003]> cat foo.c
int     foo()
{
        return 0;
}
victor-pc:vp[1004]> make
gcc    -c foo.c -o foo.o
ar rv libfoo.a foo.o
a - foo.o
ranlib libfoo.a
rm foo.o
victor-pc:vp[1005]> ls
Makefile    foo.c       libfoo.a    typescript
victor-pc:vp[1006]> make
make: file.c:232: file_hash_enter: Assertion `oldfile != file' failed.
Aborted (core dumped)
victor-pc:vp[1007]> make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <address@hidden>.

victor-pc:vp[1008]> exit
exit
Script done, file is typescript


reply via email to

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