Hi guys
I managed to make plplot working. I run:
______________________________________________________
cd c:"\Program Files\plplot\share\plplot5.9.5\examples"
cmake -G "MinGW Makefiles"
cd c:"\Program Files\plplot\share\plplot5.9.5\examples\f77"
make
__________________________________________________



It compiled almost all the examples. It gave me an error for x19f.f
What I am after now is a command to compile my files with gcc.
I tried:


__________________________________________________
C:\Program Files\plplot\share\plplot5.9.5\examples\f77>gcc -o test x01f.f `pkg-c
onfig --libs --cflags glib-2.0`
gcc: `pkg-config: No such file or directory
gcc: glib-2.0`: No such file or directory
f771.exe: error: unrecognized command line option "-flibs"
f771.exe: error: unrecognized command line option "-fcflags"
__________________________________________________

Could you help me with that?
Thanks for all the help so far
Vince

2010/3/22 Arjen Markus <[email protected]>:
> Hello Vince,
>
> in addition to what Alan has told you, for Windows you may
> use either the MSYS environment to run the tests or use
> the winbash utility to provide a bash that "make test" can
> use (for the latter: http://win-bash.sourceforge.net/)
>
> Regards,
>
> Arjen
>
> On 2010-03-21 18:30, Alan W. Irwin wrote:
>
>>
>> I think it is a good idea to move this back to plplot-general so I have
>> done so.
>>
>> Building and linking all our examples is an inherent part of testing
>> PLplot
>> so for general background help on your question above, please read
>> http://www.miscdebris.net/plplot_wiki/index.php?title=Testing_PLplot.
>>
>> Those comments were written by me and are necessarily Unix-oriented (since
>> I
>> have no experience with Windows), but the new testing framework (available
>> in our svn trunk version and soon to be released as part of 5.9.6)
>> _should_
>> work on all Windows platforms both in the build tree and install tree.  I
>> believe Arjen is right in the middle of evaluating that new test framework
>> on several Windows platforms.
>>
>
> ...
>
>> I hope these general comments and overview help you and everybody else
>> here with "how to build" questions.  I assume that Arjen will add
>> more Windows specifics here and on the Wiki once his Windows platform
>> tests have been completed.
>>
>
> Regards,
>
> Arjen
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to