[scilab-Users] Troubling compiling Scilab 5.1.1 on Apple Xserve Cluster

Antony Jepson antonyat at gmail.com
Thu Dec 3 20:27:17 CET 2009


On 2009-11-27 18:47, Sylvestre Ledru wrote:
> Le vendredi 27 novembre 2009 à 18:46 -0500, Antony Jepson a écrit :
>> I am having difficulty compiling Scilab (5.1.1) from source on our Apple
>> Xserve Cluster.
>>
>> The configure script exits with the error message:
>> "checking for PVM3 library... configure: error: check for PVM library
>> failed."
> The PVM detection has been redesign in the current beta 1 of Scilab 5.2 among other Mac OS X issues.
> This problem is probably fixed. You should give a try!

I was having difficulty compiling 5.2b1 (due to HDF5 problems) so I am 
attempting to install Scilab 4.1.2 but I am running into a strange issue.

$ cd ~/Downloads/scilab-4.1.2
$ PREFIX=/common/local
$ ./configure --prefix=$PREFIX \
--with-gcc --with-gfortran \
--with-fftw-include=$PREFIX/include \
--with-fftw-library=$PREFIX/lib \
--with-blas-library=$PREFIX/lib \
--with-lapack-library=$PREFIX/lib \
--with-x \
CC=/common/local/bin/gcc F77=/common/local/bin/gfortran

[...]

$ make all
[...]
Makefile:24: Makefile.darwin: No such file or directory
make: *** No rule to make target `Makefile.darwin'. Stop.

Even if I supply $SCILABDIR/config/Makefile.darwin I still have problems:

make[1]: Nothing to be done for `all'.
make: *** No rule to make target `all1', needed by `all'. Stop.

I cannot seem to resolve this issue. Do you have any advice for 
completing the compilation?
-- 
Sincerely,

Antony Jepson / <antonyat at gmail.com> / GPG Key: 0xFA10ED80



More information about the users mailing list