Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 1995 12:48:47 +0100 (MET)
From:      grog@lemis.de (Greg Lehey)
To:        hackers@freebsd.org (FreeBSD Hackers)
Subject:   Sequence problems making world after ctm update 1333
Message-ID:  <199511141148.MAA02816@allegro.lemis.de>

next in thread | raw e-mail | index | archive | help
I've just installed the latest cvs updates, from 1329 to 1333.  I then
did a 'make all' in /usr/src, and it failed in gnu/lib/libgmp:

gcc -O -I/usr/src/gnu/lib/libgmp/../libmp -I/usr/src/gnu/lib/libgmp -Wall -Wstrict-prototypes -DLOCALE -c /usr/src/gnu/lib/libgmp/../libmp/mpz_init.c -o mpz_init.o
In file included from /usr/src/gnu/lib/libgmp/../libmp/mpz_init.c:22:
/usr/src/gnu/lib/libgmp/../libmp/gmp-impl.h:38: gmp-mparam.h: No such file or directory
*** Error code 1

I did a make -k, and then repeated it to see what was going on, and
presto! it compiled clean.  Immediately after the compilation of
gnu/lib/libgmp I had:

===> gnu/lib/libmp
gcc -O -I/usr/src/gnu/lib/libmp -I/usr/src/gnu/lib/libmp -Wall -Wstrict-prototypes -DLOCALE cre-mparam.c -o cre-mparam
./cre-mparam > tmp-gmp-mparam.h
mv tmp-gmp-mparam.h gmp-mparam.h

I don't feel like climbing in to the Makefiles, but this is obviously
something that could be improved upon.

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511141148.MAA02816>