Don wrote:

> Alan,

> I do have gfortran and tried exporting FC=gfortran. I also, tried using
-DENABLE_f77=OFF, but apparently without success. Listings of my latest
cmake.out, make.out (using the -k option) and make_install.out are attached.

Your make.out reveals problems with the f95, wxwidgets, and aqt components
of PLplot.  cmake allows you to drop any or all of those using the
-DENABLE_f95=OFF, -DPLD_aqt=OFF, and -DPLD_wxwidgets=OFF and that should
allow you a clean build and access to the PLplot components (e.g., core
C library and C++ bindings to that library) that still work.  However, if
you need a component that doesn't build (e.g., f95), then read on.

Common themes in the error messages in make.out seem to be "file is not of
required architecture" and "missing required architecture x86_64"

I have no access to Mac OS X (or any special knowledge about that platform),
but if you do a google search for "file is not of required architecture"
(including the quotes) there are a lot of hits on help forums about how to
straighten out your build environment.  One of those seemed to imply that
you have the wrong type of libraries for your build environment.

If you do a google search for "missing required architecture x86_64" (again
including the quotes) then one
of the first hits had this to say:

"Definitely, Carbon IS NOT 64-bit capable. Only Cocoa is, and this is not
going to evolve in 10.6 Snow Leopard. Carbon is now considered legacy by
Apple, the new developments will focus on Cocoa. So, as long as softwares
rely on Carbon, they will be 32-bit only. This also includes WxWidgets, for
example, until WxCocoa is out."

So my guess is you don't have the correct build environment set up for your
hardware type for the above nonworking components.  What is your hardware
type (Intel or PPC) and is it 32-bit or 64-bit?

I cannot help you further because I have come to the end of my knowledge,
but once you give that information, I hope those here with build experience
on Mac OS X will take over this thread and give the correct advice about the
right thing to do for your hardware type for whichever of the non-working
components you still need (if any).

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to