On 2007-10-29 08:49+0900 Hiroyasu Yasuda wrote:

> Alan:
>
> Since I could not access svn server due to error messages as follows:
>
> $ svn co https://plplot.svn.sourceforge.net/svnroot/plplot plplot
> svn: PROPFIND request failed on '/svnroot/plplot'
> svn: PROPFIND of '/svnroot/plplot': could not connect to server 
> (https://plplot.
> svn.sourceforge.net)
>
> I have never use svn command, so I may mistake something. My svn version is 
> as follows:
>
> svn, version 1.4.5 (r25188)
>   compiled Sep 19 2007, 23:10:31
>
> If I setup svn or run something command before run svn co https://..., please 
> let me know how to do that. Or is that my network connection issue ?

I see nothing wrong with what you did above (except that you failed to
append /trunk to the URL as suggested by the directions.  Without the
/trunk, i.e., the above command you are going to get a huge download if/when
it works.)

I suppose you might have a network issue.  You might try

ping plplot.svn.sourceforge.net

to make sure you can reach that location.


>
> Anyway, for above the reason I tried to build plplot of 5.8.0-RC1,

That is a good compromise.  That should have up-to-date fortran support,
and the fixes you are missing in the svn version concern dynamic drivers
and you have turned those off so 5.8.0-RC1 should be okay.

> but I can 
> not use still plplot from fortran on Cygwin as attached error reports. When I 
> ran make command in f77 folder, make shows the error message as follows:
>
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot 
> find -lplplotf77d
> collect2: ld returned 1 exit status
> make: *** [x01f.exe] Error 1

Please run the command that determines the compile flags and link flags, i.e.,

PKG_CONFIG_PATH=/home/yasu/plplot-5.8.0-RC1/b001/install/lib/pkgconfig \
pkg-config --cflags --libs plplotd-f77

and let us know the results.  It is always possible that command is not
giving you the correct compile and link flags.  However, that seems unlikely
since it worked in both the C and C++ cases.  Another possibility is you
might have some incompatibility between g77 which requires and old version
of gcc and your actual version of gcc.

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); PLplot scientific plotting software
package (plplot.org); 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
__________________________

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to