From octave-maintainers-request at bevo dot che dot wisc dot edu Wed Dec 18 13:06:16 2002 Subject: Re: Creating a standalone executable From: JD Cole To: "John W. Eaton" CC: octave-maintainers at bevo dot che dot wisc dot edu, Paul Kienzle Date: Wed, 18 Dec 2002 11:18:03 -0800 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 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 > >