Hi,
Hiromichi Watari a écrit, Le 02/10/2009 08:19 PM:
> Hi Guilhem,
> Thank you for your suggestion of using BUILD/compile-pentium-debug and here is what I
> got, am I missing something here ?
>
>
>
> BUILD/check-cpu: Oops, could not find out what kind of cpu this machine is using.
> + make -k maintainer-clean
> make[2]: warning: -jN forced in submake: disabling jobserver mode.
> make[2]: warning: -jN forced in submake: disabling jobserver mode.
> .
> .
> .
> make[1]: warning: -jN forced in submake: disabling jobserver mode.
> make[1]: warning: -jN forced in submake: disabling jobserver mode.
> safemalloc.c: In function ‘_mymalloc’:
> safemalloc.c:162: warning: format ‘%ld’ expects type ‘long
> int’, but argument 2 has type ‘size_t’
> make[1]: warning: -jN forced in submake: disabling jobserver mode.
> troff: fatal error: can't find macro file m
> troff: fatal error: can't find macro file m
> make[1]: [user.ps] Error 1 (ignored)
> make[1]: [user.t] Error 1 (ignored)
This is just an error when building the postscript and troff version of
the manual of the dbug library, it happens sometimes, it's ignored
anyway (you can see "Error 1 (ignored)") so don't worry about it.
What matters is if "make" returned 0 (which means all is fine) or not.
Try this:
make
echo $?
If it prints "0" your compilation was successful.