>> I just compiled GMP 4.2.1 on a P4 using
    >> 
    >> $ CFLAGS="" CC=gcc ./configure
    >> $ gmake; gmake check
    >> 

    casevh> You must use "gmake". "make" fails during "make check"

Very weird:

    piggy:% make -v
    GNU Make 3.80
    Copyright (C) 2002  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.
    piggy:% gmake -v
    GNU Make 3.80
    Copyright (C) 2002  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.

Nevertheless, using "gmake" instead of "make" did indeed work.  Thanks for
the hint.

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to