From: Scott H. <smh...@gm...> - 2007-07-18 14:21:34
|
Hello, I am trying to get PLplot installed onto three different platforms, Windows, SunOS, and Linux. My goal is to be able to compile the same random programs on each of the three platforms. I have succesfully built on all three but now I am trying to optimize my builds so that I am using the same flags and as few flags as possible during compilation on all three platforms. Because of the project I am working on I am hard coding the flags in order to get PLplot to work in conjunction with other programs that I am running. Basically I want to only build PostScript files as my output on all three platforms. When building on Linux and Unix I disable all but the postscript driver and when I configure it I get an error indicating that it is expecting at least 6 arguments. My question is, what are the bare essentials I need to get PLplot to build only requiring PostScript output. I am hoping that I don't need the GD, freetype, xwin, etc libraries. I am using cmake to build plplot and must build it with only static libraries. I appreciate any advice and assistance. Regards, Scott |