Hi All,
I would like to install LAM7.0 on my cluster of FreeBSD4.8 computers. I have downloaded
lam-7.0.tar.gz lamtests-7.0.tar.gz
and untared them into their own respective directories.
Then I types ./configure followed by make. However, there is a type mismatch problem and I have included the error below. I would appreciate if anyone knows of this problem and can refer me to a solution.
Regards,
~koroush
> make
Making all in config
Making all in doc
Making all in install
Making all in user
Making all in share
Making all in include
make all-recursive
Making all in mpi2cxx
Making all in args
Making all in boot
Making all in etc
source='getinetaddr.c' object='getinetaddr.lo' libtool=yes depfile='.deps/getinetaddr.Plo' tmpdepfile='.deps/getinetaddr.TPlo' depmode=gcc /usr/local/bin/bash ../.././config/depcomp /usr/local/bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/usr/local/etc\"" -DLAM_PREFIX="\"/usr/local\"" -DLAM_CONFIGURE_USER="\"koroush\"" -DLAM_CONFIGURE_HOST="\"sat36\"" -DLAM_CONFIGURE_DATE="\"Mon Sep 22 12:12:08 PDT 2003\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -pthread -O3 -c -o getinetaddr.lo `test -f 'getinetaddr.c' || echo './'`getinetaddr.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/usr/local/etc\" -DLAM_PREFIX=\"/usr/local\" -DLAM_CONFIGURE_USER=\"koroush\" -DLAM_CONFIGURE_HOST=\"sat36\" "-DLAM_CONFIGURE_DATE=\"Mon Sep 22 12:12:08 PDT 2003\"" -I../../share/ssi/include -I../../share/include -DLAM_BUILDING=1 -pthread -O3 -c getinetaddr.c -Wp,-MD,.deps/getinetaddr.TPlo -o getinetaddr.o
In file included from getinetaddr.c:34:
/usr/include/netinet/in.h:233: syntax error before `in_addr_t'
/usr/include/netinet/in.h:285: syntax error before `u_char'
In file included from /usr/include/netinet/in.h:467,
from getinetaddr.c:34:
/usr/include/netinet6/in6.h:122: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:144: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:149: syntax error before `u_int32_t'
/usr/include/netinet6/in6.h:612: syntax error before `*'
/usr/include/netinet6/in6.h:614: syntax error before `*'
/usr/include/netinet6/in6.h:614: warning: data definition has no type or storage class
/usr/include/netinet6/in6.h:615: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:616: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:631: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:636: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:638: syntax error before `u_int8_t'
*** Error code 1
Stop in /usr/home/koroush/LAM/lam-7.0/share/etc.
*** Error code 1
Stop in /usr/home/koroush/LAM/lam-7.0/share.
*** Error code 1
Stop in /usr/home/koroush/LAM/lam-7.0.
|