Am 4.3.2012 um 21:48 schrieb Dominique Dhumieres:

> cc1plus: error: unrecognized command line option "-fopenmp"

In an attempt to check whether packages can be installed to work with a more 
up-to-date ImageMagick 6.7.x I also tried Inkscape. Of course it did not like 
that I deactivated the dependency to boost, but at least I could see that g++ 
version 4.2 was reset by Fink to version 4.0 via its 
/sw/var/lib/fink/path-prefix-g++-4.0 shell script.

I have Xcode 3.1.4, I think, installed and set outside of Fink the sym-links 
/usr/bin({cc,gcc,g++,etc.} to the 4.2 versions. To avoid the Fink mechanism I 
am using this statement before configure is invoked:

        if [ `sw_vers -productVersion|cut -f2 -d.` == 5 ] ; then export 
CC=gcc-4.2 CXX=g++-4.2 ; fi

This sets the compilers used to names which Fink does not manipulate – on 
Leopard only where GCC 4.0 and 4.2 co-exist. And it makes sure that a version 
of GCC is used that understands OpenMP.

In the near future, I think, I'll have boost compiled – to first try the 
original Inkscape build.

--
Greetings

  Pete

Imbecility, n.:
        A kind of divine inspiration, or sacred fire affecting censorious 
critics of this dictionary.
                                – Ambrose Bierce: _The Devil's Dictionary_


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
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