From bug-octave-request at che dot utexas dot edu Fri May 20 02:59:51 1994 From: Thomas Preibisch To: bug-octave at che dot utexas dot edu Date: Fri, 20 May 94 09:59:44 +0200 Hello, I wanted to install Octave on our Sun Sparc 2 running under SunOS Release 4.1.2. While running configure was no problem, make stopped with the message: >make: Fatal error in reader: Makeconf, line 48: Unexpected end of line seen Here are the corresponding lines in Makeconf: 45 # Clean up INCFLAGS a bit if we are not compiling in a separate 46 # directory. 47 ifeq ($(srcdir),.) 48 TMP_IF_1 = -I. 49 else 50 TMP_IF_1 = -I. -I$(srcdir) 51 endif 52 ifeq ($(TOPDIR),$(root_srcdir)) 53 TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave 54 else 55 TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave \ 56 -I$(root_srcdir) -I$(root_srcdir)/liboctave 57 endifs Can you help me? Thomas Preibisch