From help-octave-request at bevo dot che dot wisc dot edu Wed May 3 16:15:56 2000 Subject: Re: standalone applications From: "Arturo Galvan Rdz." To: Etienne Grossmann , help-octave@bevo.che.wisc.edu 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 : > > etienne at anonimo: g++ -I ../liboctave/ -c scratch.cc > etienne at anonimo: 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 -----------------------------------------------------------------------