Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2005 09:15:08 -0400
From:      "John W. Eaton" <jwe@bevo.che.wisc.edu>
To:        Joan Picanyol i Puig <lists-octave@biaix.org>
Cc:        Sebastian Schulze Struchtrup <seb@struchtrup.com>
Subject:   Re: issues compiling octave-2.1.69 on FreeBSD 5.4
Message-ID:  <17002.19036.510308.824361@devzero.bogus.domain>
In-Reply-To: <20050423120822.GD5434@grummit.biaix.org>
References:  <42674D94.7070108@gmail.com> <20050421155406.GB86490@grummit.biaix.org> <16999.53351.603626.223836@devzero.bogus.domain> <20050421191441.GB9754@grummit.biaix.org> <16999.65302.366221.91861@devzero.bogus.domain> <20050422130841.GB40624@grummit.biaix.org> <42691073.6070106@struchtrup.com> <17001.4818.589089.94780@devzero.bogus.domain> <8742.146.232.65.6.1114199399.squirrel@mail.struchtrup.com> <17001.22789.235339.188320@devzero.bogus.domain> <20050423120822.GD5434@grummit.biaix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23-Apr-2005, Joan Picanyol i Puig <lists-octave@biaix.org> wrote:

| I've started a binary search to find out when octave broke, but I need
| some help. Apparently the breakage happened somewhere between 2.1.63 and
| 2.1.69. Unfortunately I haven't found the tarballs on-line, and I'm a
| little bit lost regarding octave's CVS branches. I've cheked out
| ss-2-1-67 and will report that, but the process is tedious and long, so
| any guidance will be most welcome (particular dates to try, or the old
| tarballs).

You could do this using CVS.  If you have ss-2-1-67 checked out, you
should be able to just run

  cvs update -r ss-2-1-68
  ./autogen.sh
  ./configure ... options ...
  make
  cvs update -r ss-2-1-69
  ...

Or, if you'd prefer using the tar files, they are still on the
ftp.octave.org site in the pub/octave/bleeding-edge directory (all the
way back to 2.1.0).

jwe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17002.19036.510308.824361>