Subject: gmp
To: None <netbsd-help@netbsd.org>
From: Andy Ball <ball@cyberspace.org>
List: netbsd-help
Date: 10/21/2004 14:47:26
Hello,

While trying to make gmp (from a fresh pkgsrc, on NetBSD-1.6.2/sparc)
I get...

    Making all in mpn
    /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
    -D__GMP_WITHIN_GMP -I..  -DOPERATION_cho dive_1 | sed 's/_$//'
    -O2 -c -o dive_1.lo est -f dive_1.c || echo './'ive_1.c
    gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -DOPERATION_dive_1
    -O2 -c dive_1.c  -fPIC -DPIC -o .libs/dive_1.o
    In file included from dive_1.c:28:
    ../longlong.h:26: unbalanced #endif'
    *** Error code 1

...this just a few minutes after I built the same package successfully
on an i386 machine.

- Andy Ball.