[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mkoctfile: Problems sometimes during linking of text file
From: |
Stephen Eglen |
Subject: |
Re: mkoctfile: Problems sometimes during linking of text file |
Date: |
Thu, 20 Apr 2000 09:01:53 +0100 (BST) |
>
> On my system, that don't allow to overwrite the file of a running
> process, this don't work, as one can't remove the file of a running
> process. By `file' I mean the executable object disk file. Sorry, no
> computer scientist here...
John's suggestion worked for me, but if it is not universal, perhaps
the `rm' lines should just be commented out in the mkoctfile along
with a little note, something like:
## Uncomment these lines if you get `Text file busy' errors
## from ld. This may happen if the .oct file is currently running
## while you are trying to recompile it.
## $dbg "rm -f $octfile"
## rm -f $octfile
Stephen
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------
- mkoctfile: Problems sometimes during linking of text file, Stephen Eglen, 2000/04/19
- Re: mkoctfile: Problems sometimes during linking of text file, John W. Eaton, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file, Teemu Ikonen, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file, Kai Habel, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file, Stef Pillaert, 2000/04/20
- Re: mkoctfile: Problems sometimes during linking of text file, John W. Eaton, 2000/04/25
- Re: mkoctfile: Problems sometimes during linking of text file, Joao Cardoso, 2000/04/26