From bug-octave-request Wed May 5 09:18:53 1993 Subject: Re: Problems in installing Octave From: John Eaton To: eekongm at uxmail dot ust dot hk (Cheung Kong Man) Cc: bug-octave Date: Wed, 05 May 93 09:18:49 EDT : I have obtained by ftp the source code for Octave-0.71. However, when I : install it on my system, I cannot find the header file Complex.h (in fact it : is not in our system or in the source code) so that I cannot compile the : program successfully. Can anyone help me to solve this problem. Complex is part of libg++, the GNU C++ class library. In order to build Octave, you will need a current version of g++, libg++, and GNU make. If you don't have these tools, you can get them from many anonymous ftp archives, including ftp.che.utexas.edu, ftp.uu.net, prep.ai.mit.edu, and wuarchive.wustl.edu, or by writing to the FSF at 675 Mass Ave, Cambridge, MA 02139, USA. jwe