Thanks Richard,
I re-configure the stuff by adding the compiler flags "-LANG.std", it seems
part of the problem solved. And still I have no complain from the
configuration step. However, the "make" stage was stuck with the following
errors:
source='show_version.c' object='show_version.lo' libtool=yes \
depfile='.deps/show_version.Plo' tmpdepfile='.deps/show_version.TPlo' \
depmode=sgi /bin/sh ../.././config/depcomp \
/bin/sh ../../libtool --mode=compile
cc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/usr/
local/etc\"" -DLAM_PREFIX="\"/usr/local\"" -I../../share/ssi/include -I../
../share/include -DLAM_BUILDING=1 -D_REENTRANT -O -LANG.std -c -o
show_version.lo show_version.c
cc -DHAVE_CONFIG_H -I. -I. -I../../share/include
"-DLAM_SYSCONFDIR=\"/usr/local/etc\""
"-DLAM_PREFIX=\"/usr/local\"" -I../../share/ssi/include -I../../share/includ
e -DLAM_BUILDING=1 -D_REENTRANT -O -LANG.std -c
show_version.c -Wp,-MDupdate,.deps/show_version.TPlo
No such feature exists (-5,116:2) No such file or directory
/bin/sh ../../libtool --mode=link cc -O -LANG.std -o liblametc.la
T.lo all_array.lo all_hash.lo all_list.lo all_queue.lo all_shash.lo
all_slist.lo all_squeue.lo atos.lo blktype.lo bootsockio.lo combine.lo
f2cstring.lo fail.lo few.lo fork.lo getinetaddr.lo getworkdir.lo ieee.lo
itoa.lo kill.lo kiproc.lo lam_gethostby.lo lam_gethostname.lo
lam_getpid.lo lamcommdebug.lo lamdebug.lo lamlog.lo lamunix.lo ldtimer.lo
mempool.lo memucmp.lo microsleep.lo mpiformout.lo mpitr_com.lo
mpitr_dtprint.lo mpitr_dtype.lo mrw.lo nmsgconv.lo nodespin.lo panic.lo
pathsearch.lo prime.lo pty.lo registry.lo rev.lo show_help.lo
show_version.lo snprintf.lo socket.lo srfd.lo stoi.lo strncpy.lo terror.lo
trdrain_mpi.lo ttime.lo vctable.lo vsnprintf.lo -lmpi -lpthread
../../libtool[1572]: ANG.std: not found
libtool: link: cannot determine absolute directory name of `ANG.std'
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
**************end of attachment***********
Thanks,
nancy
----- Original Message -----
From: "Richard Hadsell" <hadsell_at_[hidden]>
To: "General LAM/MPI mailing list" <lam_at_[hidden]>
Sent: Thursday, August 19, 2004 7:19 AM
Subject: Re: LAM: (no subject)
> Nancy Deng wrote:
>
> >Dear All,
> >
> >I'm trying to compile MPI V7.0.6 on IRIX6.5 and stuck at the "make" step.
The errors are pasted as following and I appreciate any of your suggestion
to help me out:
> >
> >*************************error message attachment*************
> >
> > cc-1035 CC: WARNING File = /usr/include/CC/iostream, Line = 18
> > #error directive: This header file requires the -LANG:std option
> >
> > #error This header file requires the -LANG:std option
> > ^
> >
> >
> It seems that this version of LAM requires you to use the new (standard)
> iostreams. With the MipsPro compiler you must be using, you get the old
> iostreams, unless you add the option -LANG:std. Apparently the config
> for this compiler doesn't add that option for you. If you don't know
> how to add compiler flags, check the installation docs.
>
> --
> Dick Hadsell 914-259-6320 Fax: 914-259-6499
> Reply-to: hadsell_at_[hidden]
> Blue Sky Studios http://www.blueskystudios.com
> 44 South Broadway, White Plains, NY 10601
>
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|