[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
building from CVS
From: |
John W. Eaton |
Subject: |
building from CVS |
Date: |
Tue, 23 May 2000 18:25:15 -0500 (CDT) |
On 23-May-2000, Ben Sapp <address@hidden> wrote:
| I can compile from the CVS archive on IRIX with the following commands:
|
| cd octave
| cd glob ; autoconf ; autoheader ; cd ../
| cd readline/ ; autoconf ; autoheader ; cd ../
| cd kpathsea/ ; autoconf ; autoheader ; cd ../
| cd scripts/ ; autoconf ; autoheader ; cd ../
| autoconf ; autoheader
| ./configure
FYI, the bleeding-edge releases have a script called autogen.sh that
will do all of the above for you.
| gmake
|
| I tried for the first time to do this on a Linux machine. It will
| compile every thing with the exception of lex.cc. Oddly enough, if I
| use the bleeding-eadge releases where lex.cc is made from lex.l for me I
| have no problems. I thought it must be that my flex was out of date but
| this does not seem to be the case.
What happens if you cd to the src directory and type
make lex.cc
?
The octave-maintainers list is probably a better place to report
problems with the bleeding-edge releases.
Thanks,
jwe
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------