[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Error trying make to build gsl on MAC OS Darwin 10.7.5
From: |
address@hidden |
Subject: |
Re: [Help-gsl] Error trying make to build gsl on MAC OS Darwin 10.7.5 |
Date: |
Sat, 28 Sep 2013 00:43:05 +0900 |
Hello Cassiano,
By far the easiest way to install things from source on OSX is by using the
homebrew project,
http://brew.sh/
It is easy to install, doesn't interfere with your system and is activity
maintained with a huge community, https://github.com/mxcl/homebrew/
To install just type "brew install gsl".
Hope that helps.
Dan
On 24 Sep 2013, at 21:45, Cassiano dos Santos <address@hidden> wrote:
> Hello people!
>
> I'm trying to compile gsl in a MAC OS Darwin 10.7.5
>
> Downloaded files, and followed the hints for MAC installation in INSTALL
> file, but having problem. ./configure with options mentioned in section
> Hints for MacOS X and PowerPC is ok.
>
> But when trying make, past about 1 minute working fine, the following
> message appears on screen:
>
> libtool: link: Waiting for /Network/Servers/
> macserver.numec.prp.usp.br/Users/caco/tmp/gsl-1.16/block/.libs/libgslblock.a.lock
> to
> be removed
>
> Already searched web but nothing.
>
> I'd appreciate some help.