help-octave
[Top][All Lists]
Advanced

[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
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]