Solaris 8(Intel) Build
c.f. morrison
morri70@ieee.org
Mon Nov 20 22:56:00 GMT 2000
Ben,
Here is the error in Solaris make ... I hope I've provided enough!
cfm
Ben Elliston wrote:
> As for the make problem -- this should not happen, either. S-N uses
> Automake, which generates portable Makefiles. Can you post the error that
> you got so that we can fix such problems?
--/usr/local/ is linked to
/opt/sfw/
--the makefile for
opt/sfw/SN452-build/itcl/src contains this (see Line 75)
************************************************************
.............(lots of
preceeding stuff)
# Tcl library
# (the configure script should find it; if not, edit below)
TCL_LIB = -L/opt/sfw/SN452-build/tcl8.1/unix -ltcl8.1 -ldl -lsocket -lnsl
-lm
# Auxiliary stuff for the Tcl library.
LIB_INSTALL_DIR = ${exec_prefix}/lib
# Tk library
# (the configure script should find it; if not, edit below)
TK_LIB = -L/opt/sfw/SN452-build/tk8.1/unix -ltk8.1
# Linker switch(es) to use to link with the X11 library archive (the
# configure script will try to set this value automatically, but you
# can override it).
X11_LIB = -L/usr/openwin/lib -lX11
# Libraries to use when linking: must include at least Tk, Tcl, Xlib,
# and the math library (in that order). The "-lm " part will be
# replaced (or has already been replaced) with relevant libraries as
# determined by the configure script.
ifeq ($(OBJEXT),obj)
LIBS = $(TK_LIB)
$(TCL_LIB)
********* LINE 75
else
LIBS = $(TK_LIB) $(TCL_LIB) $(X11_LIB) -lm -lm
endif
**************************************************************************
-- when running Solaris make with
-dd option I get this
**************************************************************************
.............(lots of preceeding
stuff)
stat(Makefile)
doname(Makefile)
Looking for % rule for Makefile
find_double_suffix_rule(Makefile)
find_suffix_rule(Makefile,Makefile,)
stat(Makefile)
ROOTNAME= itcl
VERSION= 1.5
PACKAGE= $(ROOTNAME)-$(VERSION)
OBJEXT= o
prefix= /usr/local
exec_prefix= ${prefix}
LIB_DIR= ${exec_prefix}/lib
INCLUDE_DIR= ${prefix}/include
BIN_DIR= ${exec_prefix}/bin
TCL_INC= -I/opt/sfw/SN452-source/tcl8.1/generic
TK_INC= -I/opt/sfw/SN452-source/tk8.1/generic
X11_INC= -I/usr/openwin/include
TCL_LIB= -L/opt/sfw/SN452-build/tcl8.1/unix -ltcl8.1 -ldl -lsocket -lnsl -lm
LIB_INSTALL_DIR= ${exec_prefix}/lib
TK_LIB= -L/opt/sfw/SN452-build/tk8.1/unix -ltk8.1
X11_LIB= -L/usr/openwin/lib -lX11
make: Fatal error in reader: Makefile, line 75: Unexpected end of line seen
Current working directory /opt/sfw/SN452-build/itcl/src
stat(.DONE)
doname(.DONE)
Looking for % rule for .DONE
find_double_suffix_rule(.DONE)
*** Error code 1
stat(.make.state)
stat(../../SN452-source/itcl/.make.state)
stat(.make.state)
make: Fatal error: Command failed for target `all'
Current working directory /opt/sfw/SN452-build/itcl
stat(.DONE)
stat(../../SN452-source/itcl/.DONE)
doname(.DONE)
Looking for % rule for .DONE
find_double_suffix_rule(.DONE)
*** Error code 1
stat(.make.state)
stat(.make.state)
make: Fatal error:
More information about the Sourcenav
mailing list