Re: ranlib requirement in upcc installation

jcduell_at_lbl_dot_gov
Date: Thu May 06 2004 - 17:09:57 PDT

  • Next message: P Mehta: "Re: ranlib requirement in upcc installation"
    On Thu, May 06, 2004 at 03:32:07PM -0600, P Mehta wrote:
    > Here you go.
    > 
    > On Thu, 6 May 2004 jcduell_at_lbl_dot_gov wrote:
    > 
    > > On Wed, May 05, 2004 at 03:11:02PM -0600, P Mehta wrote:
    > > > Hello,
    > > >
    > > >   I am trying to install your UPC compiler (1.1.0) on an SGI Origin 2100
    > > > running SGI IRIX 6.5.  Unfortunately, IRIX lacks ranlib, which appears to
    > > > be required for configuration and subsequent installation of the compiler.
    > > > I believe that 'ar' can accomplish the same task, but I am unsure how to
    > > > alter the script to use ar instead of ranlib.
    
    Paras:
    
    It turns out that our automated fix for systems with missing 'ranlib'
    did not make it into our 1.1.0 release.  So there are two different ways
    you can work around this:
    
    1) Download and build the 'stable' version of the runtime instead (I'd
       recommend this: there are a lot of other bugfixes in the stable
       version)
    
    2) run your ./configure with the environment variable $RANLIB set to
       'touch', i.e.:
    
            RANLIB=touch ./configure ....
    
    Either of these should fix your problem.
    
    Keep us posted if you run into any other issues.
    
    -- 
    Jason Duell             Future Technologies Group
    <jcduell_at_lbl_dot_gov>       Computational Research Division
    Tel: +1-510-495-2354    Lawrence Berkeley National Laboratory
    

  • Next message: P Mehta: "Re: ranlib requirement in upcc installation"