On 2012-01-04 14:02-0700 Orion Poplawski wrote: > Hmm, examples build okay now, but I still have the rpaths.
Hi Orion: Just to review, rpath should be set for all languages and all examples, libraries, and dlls in the build tree regardless of the value of USE_RPATH. In contrast rpath should be/not be set for all languages and all examples, libraries, and dlls in the install tree depending on whether the cmake option USE_RPATH is set to ON or OFF. That option is usally left at the default value (ON) but package maintainers normally use -DUSE_RPATH=OFF to leave rpath unset for the install tree. It appeared from your original e-mail that rpath was being set for two of the ocaml components in the install tree (dllplplot_stubs.so and dllplplott_stubs.so). Also, I am virtually positive you are using -DUSE_RPATH=OFF, but will you confirm that? If so, then obviously there is an rpath problem here, but it will be quite a while until I can deal with such an issue because I have exhausted the simple possibilities, and I am tied up with three other time-consuming projects at the moment. 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 __________________________ ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
