[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: standalone applications
From: |
Arturo Galvan Rdz. |
Subject: |
Re: standalone applications |
Date: |
Wed, 3 May 2000 16:11:07 -0500 |
Hi
I managed to solve the problem. It seems that the kpathsea library I was
using (the one included in the (debian) tetex-dev package) does not include the
kpse_clear_dir_cache function. I downloaded the octave source, compiled the
library and installed it in /usr/lib/octave-2.0.36. Everything seems to be
working fine now.
Thanks
Arturo.
On Wed, 03 May 2000, Etienne Grossmann wrote:
> in the octave-2.1.19 source tree, I could put a 'scratch' directory, in
> which I put your 'scratch.cc' file, and I could compile it with :
>
> address@hidden: g++ -I ../liboctave/ -c scratch.cc
> address@hidden: g++ scratch.o -L. -L../liboctave/ -L../libcruft/
> -L../kpathsea/ -L../readline/ -loctave -lcruft -lf2c -lkpathsea -lreadline -o
> scratch
>
> Do you have a running octave? From binary or source?
>
> Cheers,
>
> Etienne
>
>
>
> -----------------------------------------------------------------------
> 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
> -----------------------------------------------------------------------
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------