This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] gnuplot: A command-line driven interactive functionplotting utility


>>>>> "Harold" == Harold L Hunt, <Harold> writes:

    Harold> Volker,
    Harold> Okay, I got it, but it fails to build still (I thought my first
    Harold> download was incomplete):

    Harold> Making all in tutorial
    Harold> make[2]: Entering directory
    Harold> `/home/harold/x-devel/4.3/ports/gnuplot/gnuplot-3.8j.0/.build/tutorial'
    Harold> gnuplot: not found
    Harold> make[2]: *** [eg1.tex] Error 127
    Harold> make[2]: Leaving directory
    Harold> `/home/harold/x-devel/4.3/ports/gnuplot/gnuplot-3.8j.0/.build/tutorial'
    Harold> make[1]: *** [all-recursive] Error 1
    Harold> make[1]: Leaving directory
    Harold> `/home/harold/x-devel/4.3/ports/gnuplot/gnuplot-3.8j.0/.build'
    Harold> make: *** [all] Error 2


    Harold> Looks like it is a doing a test for "gnuplot" when the file is
    Harold> actually called "gnuplot.exe"  ?

The problem was it's doing the test in the source directory and not in the build
directory. Also in my case it worked because if it cannot find gnuplot in that
directory it just calls gnuplot along the path and I already had gnuplot installed
under /usr/local/bin. Maybe it's a good idea when building packages to not include
/usr/local/bin and friends in the path.

Please fetch new versions as usual.

-------------------------------- cut here ------------------------------------

#!/bin/bash

mkdir gnuplot
cd gnuplot

wget http://de.geocities.com/vzell1/cygwin/setup.hint.gnuplot-3.8j.0-1.zip
mv setup.hint.gnuplot-3.8j.0-1.zip setup.hint

wget http://de.geocities.com/vzell1/cygwin/gnuplot-3.8j.0-1-src.tar.zip
mv gnuplot-3.8j.0-1-src.tar.zip gnuplot-3.8j.0-1-src.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/gnuplot-3.8j.0-1.tar.zip
mv gnuplot-3.8j.0-1.tar.zip gnuplot-3.8j.0-1.tar.bz2

-------------------------------- cut here ------------------------------------


    Harold> Harold

Ciao
  Volker



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]