LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Evans, Michael (Michael.Evans_at_[hidden])
Date: 2005-03-09 10:53:10


I am running Solaris 8 with the Studio 8 set of compilers and gnumake 3.8.
Upon running make I get the following error in one of the programs:

Making all in config
make[1]: Entering directory `/opt/lam-7.1.1/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/lam-7.1.1/config'
Making all in doc
make[1]: Entering directory `/opt/lam-7.1.1/doc'
Making all in install
make[2]: Entering directory `/opt/lam-7.1.1/doc/install'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/lam-7.1.1/doc/install'
Making all in user
make[2]: Entering directory `/opt/lam-7.1.1/doc/user'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/lam-7.1.1/doc/user'
make[2]: Entering directory `/opt/lam-7.1.1/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/opt/lam-7.1.1/doc'
make[1]: Leaving directory `/opt/lam-7.1.1/doc'
Making all in share
make[1]: Entering directory `/opt/lam-7.1.1/share'
Making all in include
make[2]: Entering directory `/opt/lam-7.1.1/share/include'
make all-recursive
make[3]: Entering directory `/opt/lam-7.1.1/share/include' Making all in
mpi2cxx
make[4]: Entering directory `/opt/lam-7.1.1/share/include/mpi2cxx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/opt/lam-7.1.1/share/include/mpi2cxx'
make[4]: Entering directory `/opt/lam-7.1.1/share/include'
make[4]: Leaving directory `/opt/lam-7.1.1/share/include'
make[3]: Leaving directory `/opt/lam-7.1.1/share/include'
make[2]: Leaving directory `/opt/lam-7.1.1/share/include' Making all in args
make[2]: Entering directory `/opt/lam-7.1.1/share/args' source='all_opt.c'
object='all_opt.lo' libtool=yes \ depfile='.deps/all_opt.Plo'
tmpdepfile='.deps/all_opt.TPlo' \ depmode=none /bin/bash
../.././config/depcomp \
/bin/bash ../../libtool --mode=compile
/apps/unix/cen/cae/compilers/SUNWspro/bin/CC -DHAVE_CONFIG_H -I. -I.
-I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT
-O -c -o all_opt.lo all_opt.c
 /apps/unix/cen/cae/compilers/SUNWspro/bin/CC -DHAVE_CONFIG_H -I. -I.
-I../../share/include -I../../share/include -DLAM_BUILDING=1 -D_REENTRANT -O
-c all_opt.c -o all_opt.o "all_opt.c", line 603: Error: Cannot assign void*
to char**. 1 Error(s) detected.
make[2]: *** [all_opt.lo] Error 1
make[2]: Leaving directory `/opt/lam-7.1.1/share/args'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/lam-7.1.1/share'
make: *** [all-recursive] Error 1

Can anyone help with this?

Michael Evans