Am 4.3.2012 um 21:48 schrieb Dominique Dhumieres:

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

Try to insert into the INFO file the line

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

before configure and make are invoked, i.e., instead of the empty line, #117.

The -fopenmp comes from your /sw/lib/pkgconfig/ImageMagick.pc file, which 
you've built with GCC 4.2. The configure script finds this option in the found 
PC file and uses it. So to compile Inkscape GCC 4.2 has to be used as well. 
(And maybe more packages that rely on ImageMagick...)


(I might be able to perform tests in a few days when GCC 4.6.3 will have been 
built.)

--
Greetings

  Pete

The next generation of interesting software will be done on the Macintosh, not 
the IBM PC.
                                – Bill Gates, Nov 1984)


------------------------------------------------------------------------------
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