Hi 
 I've been having trouble to install Octave 3.2.4 on a server that runs SuSE
Linux Enterprise Server 9; the Linux kernel version is 2.6.5-7.244-sn2
running on the ia64 chipset.  I have past the configure step some on
recommended me using syntax "./configure F77=gfortran" it worked with few
warning messages. However when uses "./make" it wouldn't compile. It stops
around 1 hour or so and pops out tons of information and ends with 
"undefined reference to `MPI_Attr_delete'
../src/liboctinterp.so: undefined reference to `MPI_Group_range_excl'
../src/liboctinterp.so: undefined reference to `MPI_Pack_size'
../src/liboctinterp.so: undefined reference to `MPI_Type_contiguous'
../src/liboctinterp.so: undefined reference to `MPI_Group_incl'
../src/liboctinterp.so: undefined reference to `MPI_Send_init'
../src/liboctinterp.so: undefined reference to `MPI_Get_elements'
../src/liboctinterp.so: undefined reference to
`PMPI::Request::ignored_status'
../src/liboctinterp.so: undefined reference to `MPI_Pack'
../src/liboctinterp.so: undefined reference to `MPI_Start'
collect2: ld returned 1 exit status
make[2]: *** [octave] Error 1
make[2]: Leaving directory `/root/octave/octave-3.2.4/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/root/octave/octave-3.2.4'
make: *** [all] Error 2" 

I checked all the programs the messages recommended me to upgrade, they were
all latest version. So how should I install it? Is there a similar argument
like the one I used on "./configure" to make this work?

-- 
View this message in context: 
http://old.nabble.com/Installing-Octave-on-Itanium-Core-tp28555888p28555888.html
Sent from the octave-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to