help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building octave 2.0.14 comments


From: John W. Eaton
Subject: building octave 2.0.14 comments
Date: Tue, 11 May 1999 19:09:06 -0500 (CDT)

On 11-May-1999, Himanshu Gohel <address@hidden> wrote:

| So I'm rebuilding octave 2.0.14 on my SGI IRIX 6.5.2f system,
| and I notice the sequence going something like this:
| 
| ...
| 
| so it's compile-archive-compile-archive-...  Just wondering,
| would it not be better to call 'ar' just once at the end of
| compilation of all the objects instead of invoking ar about
| a hundred (or more) times for each library archive?

But at least the rules are correct, so that if you modify a source
file it will be recompiled and added to the archive correctly.

This used to be done more or less as you suggest, but there were
problems with the libcruft library, which has source files split
across several subdirectories.

If you can suggest a rule that will work correctly for all of Octave's
libraries using the current directory structure, please submit a patch.

Thanks,

jwe



reply via email to

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