Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] install error on Mac OS X 10.5.6

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] install error on Mac OS X 10.5.6


Chronological Thread 
  • From: Anurag Chaudhry <anuragchaudhry@yahoo.co.uk>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] install error on Mac OS X 10.5.6
  • Date: Mon, 22 Dec 2008 06:46:16 +0000 (GMT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=jENYdXjwI0eJ+QA1vGShg7my+81N/JU8Hu06PCVD4cC3PqsVgwyPFOobTL6IkwXCXCKZQuvVRG+0L8rzS/3LSpEZbYHzoJ62wpMQkz/Vv7LpxTqeiEV1e+QtLS+pBo/Gy2XftRW8P/6qtVJ3V+SgOal9OUhiPnEnO25+WRDfly0=;

Hello Dr. Beuken,

Thank you for replying to my question.

Unfortunately I do not have root privileges on the system so I cannot install the GNU coreutils.  Has someone "patched" this behavior for Mac OS X ?  

I have seen someone install the same version of ABINIT (5.6.3) on a linux cluster and it just works fine.

 regards,
Anurag


From: Jean-Michel Beuken <jean-michel.beuken@uclouvain.be>
To: forum@abinit.org
Sent: Saturday, 20 December, 2008 23:46:58
Subject: Re: [abinit-forum] install error on Mac OS X 10.5.6

Hello Anurag,
I am trying to install ABINIT 5.6.3 on a Intel Mac running OS X 10.5.6.  I have intel fortran 10.1 compilers (+ MKL 10.0) on it.


config/gnu/install-sh -c -d tmp/lib
make[4]: config/gnu/install-sh: Command not found
the problem is because of possible bug of autotools...

the autotools tries to find a GNU "mkdir" command...
the /bin/mkdir for MacOS X 10.5 is not accepted because the test is to restrictif  : only tets : "mkdir --version" rather to test the feature of the /bin/mkdir !   ( the native "mkdir" can  meanwhile make "mkdir -p"... )
then, as the configure doens't found a "good" mkdir command, it uses the "config/gnu/install-sh" but with a "relatif" path !?! (this is the possible bug...)

the workaround is to install  (by fink or MacPort) the coreutils package...

but the "mkdir" installed is named "/opt/local/bin/gmkdir" : then don't forget to make a symbolic link (gmkdir -> mkdir)  and add the /opt/local/bin in your PATH

regards

jmb








Archive powered by MHonArc 2.6.15.

Top of Page