On Wednesday 30 June 2010 02:57:32 P Kishor wrote: > I couldn't begin to tell ya. I am used to ./configure, and the ability > to specify options such as ---with-png --with-jpeg, etc. I don't know > how to provide options to cmake, which doesn't seem to take such > options (although it does take many other options, most seemingly > irrelevant to this issue).
Did you try using ccmake? (it seems to be an interactive version of cmake). I can see a few options named "PDL_png(cairo|qt)?" which are off by default and whose description say "enable png device". (To see them, you should go to the plplot-5.9.6 directory and call "ccmake .", then press t to enter the advanced mode). Piero _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
