octave-maintainers
[Top][All Lists]
Advanced

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

Re: Compiling questions


From: Jordi Gutiérrez Hermoso
Subject: Re: Compiling questions
Date: Tue, 15 May 2012 09:37:29 -0400

On 15 May 2012 05:04, Wei Jin <address@hidden> wrote:
> I am trying to add few preconditioner to octave, maybe ilut,iluc, or arms.
>
> After building the whole program, I add new .cc file to the source,
> and then I need to compile whole program again, it cost too much time.
>
> Is there better way to compile after I add new .cc file, I don't want
> recompile the part I didn't change.

What file are you modiffying? Do you need to modify Octave itself or
can you create an oct file to do what you want?

If you are modifying Octave itself, there's no way around it: you will
spend a long time rebuilding, and the deeper in the build dependencies
you patch, the longer you'll spend rebuilding.

- Jordi G. H.


reply via email to

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