From octave-maintainers-request at bevo dot che dot wisc dot edu Wed Dec 18 12:12:34 2002 Subject: Re: Creating a standalone executable From: "John W. Eaton" To: Paul Kienzle Cc: JD Cole , octave-maintainers@bevo.che.wisc.edu Date: Wed, 18 Dec 2002 12:12:22 -0600 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