Skip to content
Prev 4189 / 63424 Next

R-devel Aug-09 1.2.0 build on hpux10.20

On Fri, 11 Aug 2000, U-E59264-Osman F Buyukisik wrote:

            
That might well be a problem. R-devel has been undergoing major
changes recently.  You should be able to use

  --with-blas             use specified BLAS library

to avoid atlas.  But BLAS configuration was changed in two steps,
and you may just have caught the middle.
Well, there is one (in R_ext/RS.h), *and* it is documented in `Writing R
Extensions'. (It seems pretty unlikely that something which has been in
R releases for a year or so would be wrong in a way like that.)

Making changes like that in the dark is not usually a good idea.  It is
likely that modreg.sl is  missing some blas libs, since you I suppose did
not change etc/Makeconf too.
Is the error message correct?  It says the shared library cannot be
opened. Does it exist?  How helpful those messages are is OS-dependent.

I would take a look at your shared libraries with nm -g to see what
symbols are unsatisfied, as that is usually enough clue.