From: Alan W. I. <ir...@be...> - 2015-03-30 18:47:25
|
On 2015-03-30 14:26-0000 Arjen Markus wrote: > Hello Hiro, > > > > I am not an expert on pkg-config, but I guess that the problem is due to you specifying two keywords for it. Could you try: > > > > export PKG_CONFIG_PATH="/Users/hiro/Desktop/plplot_ifort/lib/pkgconfig > /usr/bin/ifort x00f.f90 -o x00f `pkg-config --cflags plplotd-f95` `pkg-config --libs plplotd-f95` -lplf95demolibd > > (I moved the setting of PKG_CONFIG_PATH to a separate command for convenience.) > > That way pkg-config is called twice, once for the cflags property and once for the libs property (or whatever it is called ;)). @Arjen: In my experience running pkg-config twice like that with the separate options should give exactly the same result as running it once with the two options. @Hiro: We are desperate here to find a solution to this extremely puzzling issue so by all means try any experiment you can think of including this one suggested by Arjen or the one I suggested previously to cut and paste pkg-config results so that your hand-crafted build command doesn't use pkg-config directly. 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); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); 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 __________________________ |