Hi Jerry,

> I've changed the paths in my build script (below) to accommodate the  
> new compiler. cmake sees it. The build goes OK until it hits a linking  
> problem. Here is the problem encountered when linking to a qt library.  
> FWIW, my Qt installation is the OS binary from 
> http://qt.nokia.com/downloads/mac-os-cpp/ 
> .

I'm not 100% sure, but if you have the Carbon version of qt, this might
not work with a 64bit compiler (since Carbon is 32bit). You need the
Cocoa version of Qt which can be used with 64 bit compilers (as well
with 32 bit). This can be downloaded on the same page
http://qt.nokia.com/downloads/mac-os-cpp/  but you need to select the
cocoa version below.

HTH,
Werner

-- 
Dr. Werner Smekal
Institut fuer Angewandte Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10/134
A-1040 Wien
Austria
DVR-Nr: 0005886

email: sme...@iap.tuwien.ac.at  (GPG: EDCAF4A79)
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
       +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to