octave-maintainers
[Top][All Lists]
Advanced

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

Re: Creating a standalone executable


From: JD Cole
Subject: Re: Creating a standalone executable
Date: Wed, 18 Dec 2002 11:18:03 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827

This may be a C++ ignorant question, but, what was the motivation behind installing operators/types "manually" rather than having them instantiated in the type class?

JD

John W. Eaton wrote:

On 13-Dec-2002, Paul Kienzle <address@hidden> wrote:

| The '+' operator is looked up in a three dimensional array of op x
| type x type.
| | You will want to go into octave.cc and look at the octave_main function. | | Depending on what you are doing, you will need to include various pieces from
| there, in this case install_ops().

Maybe we should try to fix this so the operator installation happens
automatically?

jwe



reply via email to

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