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: Jean-Michel Beuken <jean-michel.beuken@uclouvain.be>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] install error on Mac OS X 10.5.6
  • Date: Sun, 21 Dec 2008 08:46:58 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=uclouvain.be; h=message-id:date: from:mime-version:to:subject:references:in-reply-to:content-type; q= dns; s=selucl; b=Fzn2VhPDQNVmhZ4QRToek+yAz2DEy1gRkGjzw3BLzN2WIOB WAGCk0YqQV6v3KuAlCQxsixjjmvqpf99miCn2zyItJdhJUr+t+Inh5QK8Z1op+M2 19SvQRflR1vF6izgLtkQvDHLbcgQyF9WvYIvFxLW33mJJQ1Wi3gu/9kbK82Y=
  • Organization: Université catholique de Louvain

Hello Anurag,
831664.66715.qm@web24207.mail.ird.yahoo.com" type="cite">
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