help-octave
[Top][All Lists]
Advanced

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

unexpected end of line


From: Robert Leach
Subject: unexpected end of line
Date: Mon, 12 Jan 2004 15:41:01 -0700

I installed a second copy of readline and got past the initial make. Now I have a problem with make install. I get this error:

address@hidden [42] .../local/octave-2.1.50 % make install
make -f octMakefile install
make: Fatal error in reader: ./Makeconf, line 14: Unexpected end of line seen
Current working directory /home/local/octave-2.1.50
*** Error code 1
make: Fatal error: Command failed for target `install'


Here's the offending file. If commented lines aren't counted, then what's EXEEXT supposed to be and why didn't configure fail?

Rob


# Makeconf.  Generated from Makeconf.in by configure.
#
# Common configuration rules for all of octave's Makefiles.
#
# John W. Eaton
# address@hidden
# University of Wisconsin-Madison
# Department of Chemical Engineering

SHELL = /bin/sh

SED = /usr/lanl/bin/sed
export SED

# A shell command to extract the version number from version.h.
getversion = $(SED) -e '/VERSION/!d' -e 's/.*"\(.*\)".*$$/\1/' -e q

# Look for version.h to get version information.
xfiles := $(TOPDIR)/src/version.h $(srcdir)/$(TOPDIR)/src/version.h
version_file := $(firstword $(foreach file, $(xfiles), $(wildcard $(file))))version := $(shell $(getversion) $(version_file))
#### Start of system configuration section. ####

EXEEXT =

BUILD_EXEEXT = $(EXEEXT)

...
=====================================================================
= Robert W. Leach                                                   =
= Los Alamos National Lab                                           =
= Bioscience Division: Bioinformatics & Computational Biology Group =
= MS M888                                                           =
= Los Alamos, NM 87545                                              =
= address@hidden                                                 =
= Work: 505-667-2307                                                =
= Cell: 505-310-3759                                                =
=====================================================================
Work Calendar & To-Do List: http://66.93.220.101/phpicalendar/week.php?cal=Work



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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