SYSTEM: SunOS zorn.math.purdue.edu 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-280R AMANDA: 2.6.1p1
When I run configure I get the following error. | ; | return 0; | } configure:53701: error: in `/pkgs/src/amanda-server/amanda-2.6.1p1': configure:53704: error: cannot compute sizeof (size_t) See `config.log' for more details. Any ideas what might be causing this? Is this a know problem that needs a patch? Here is my local.configure "local.configure" 28 lines, 651 characters #! /bin/sh ## # AMANDAVERSION="amanda-2.6.1p1" # ## GCCVERSION="gcc-3.4.3" #CC=/pkgs/$GCCVERSION/bin/gcc #export CC ./configure \ CC=/pkgs/$GCCVERSION/bin/gcc \ MT=/opt/csw/bin/mt \ MTF="-f" \ MTX=/opt/csw/sbin/mtx \ PERL=/opt/csw/bin/perl \ --prefix=/local/Amanda/$AMANDAVERSION \ --with-user=amanda \ --with-group=operator \ --with-gnutar=/opt/csw/bin/gtar \ --with-gnutar-listdir=/var/amanda/gnutar-lists \ --with-includes=/opt/csw/include \ --with-libraries=/opt/csw/lib \ --with-index-server=zorn \ --with-smbclient=/pkgs/samba/bin/smbclient \ --with-tape-device=/dev/rmt/1bn \ --with-changer-device=/dev/changer/1 _____________________________________________________________________ Robert P. McGraw, Jr. Manager, Computer System EMAIL: [email protected] Purdue University ROOM: MATH-807 Department of Mathematics PHONE: (765) 494-6055 150 N. University Street West Lafayette, IN 47907-2067
