On 12/10/12 11:49 AM, Rodrigo Bitzer wrote:
> Dear Sir,
> I have had problems while installing GNUOctave using Fink package manager.
> The following message has been generated:
> 

<snip>

> #!/bin/bash -ev
>  set +x
>  if [ -e /usr/local/lib/libgmp.a ] || [ -e /usr/local/lib/libgmp.dylib
> ]; then
>     echo "-----WARNING-----WARNING-----WARNING-----"
>     echo "You seem to have GMP installed in /usr/local."
>     echo "This is known to cause gcc47 to fail to build."
>     echo "Please move aside /usr/local and try again."
>     echo "-----WARNING-----WARNING-----WARNING-----"
>     exit 1
>  fi
> -----WARNING-----WARNING-----WARNING-----
> You seem to have GMP installed in /usr/local.
> This is known to cause gcc47 to fail to build.
> Please move aside /usr/local and try again.
> -----WARNING-----WARNING-----WARNING-----

<snip>

> I thank you very much in advance for any support.
> Rodrigo Bitzer
> 
> 

Did you try what the output from the gcc47 build process specifically
indicated for you to do?  In more detail:

        sudo mv /usr/local /usr/local.moved

        fink install octave # or whatever variant

        sudo mv /usr/local.moved /usr/local

Depending on why you have GMP libraries in in /usr/local, this may
temporarily disrupt other applications that you have installed.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to