Hi there
 I have a problem on compiling openmpi (1.0.1rc4) on an SGI origin.
My configure command looks like this

./configure --prefix=/scratch/hlphysik/k353443 --disable-mpi-f77 
--disable-mpi-f90 --enable-io-romio --enable-cxx-exceptions

a subsequent make funs for a while and breaks with 

Making all in gpr
Making all in base
        depbase=`echo gpr_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
        if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc 
-DHAVE_CONFIG_H  -I. -I. -I../../../../include -I../../../../include   
-I../../../../include -I../../../.. -I../../../.. -I../../../../include 
-I../../../../opal -I../../../../orte -I../../../../ompi  -D_REENTRANT   -O3 
-DNDEBUG -fno-strict-aliasing   -MT gpr_base_open.lo -MD -MP -MF "$depbase.Tpo" 
-c -o gpr_base_open.lo gpr_base_open.c; \
        then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; 
exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include 
-I../../../../include -I../../../.. -I../../../.. -I../../../../include 
-I../../../../opal -I../../../../orte -I../../../../ompi -D_REENTRANT -O3 
-DNDEBUG -fno-strict-aliasing -MT gpr_base_open.lo -MD -MP -MF 
.deps/gpr_base_open.Tpo -c gpr_base_open.c  -DPIC -o .libs/gpr_base_open.o
gpr_base_open.c: In function `orte_gpr_notify_data_construct':
gpr_base_open.c:143: `SIZE_MAX' undeclared (first use in this function)
gpr_base_open.c:143: (Each undeclared identifier is reported only once
gpr_base_open.c:143: for each function it appears in.)
gpr_base_open.c: In function `orte_gpr_subscription_construct':
gpr_base_open.c:186: `SIZE_MAX' undeclared (first use in this function)
gpr_base_open.c: In function `orte_gpr_trigger_construct':
gpr_base_open.c:222: `SIZE_MAX' undeclared (first use in this function)
gpr_base_open.c: In function `orte_gpr_notify_message_construct':
gpr_base_open.c:258: `SIZE_MAX' undeclared (first use in this function)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)

Has anyone an idea whats going on here?

thanks 
 Eugen

-- 
--------------------------------------------
|                                          | 
| Dipl.- Ing. Eugen Wintersberger          |
|                                          |
| Department of semiconductor physics      |
| Johannes Kepler University               |
| Altenbergerstr. 69                       |
| A-4040 Linz, Austria                     |
|                                          |
| Tel.: +43 732 2468 9605                  |
| Mobil: +43 664 311 286 1                 |
|                                          |
| mail: eugen.wintersber...@jku.at         |
|       eugen.wintersber...@gmx.net        |
|                                          |
--------------------------------------------

Reply via email to