public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: "c.f. morrison" <morri70@ieee.org>
To: Ben Elliston <bje@redhat.com>
Cc: "sourcenav@sourceware.cygnus.com" <sourcenav@sourceware.cygnus.com>
Subject: Re: Solaris 8(Intel) Build
Date: Mon, 20 Nov 2000 22:56:00 -0000	[thread overview]
Message-ID: <3A1A1CD4.E142AD16@ieee.org> (raw)
In-Reply-To: <Pine.LNX.4.30.0011201228230.20610-100000@moshpit.cygnus.com>

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:


      parent reply	other threads:[~2000-11-20 22:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-16 22:19 c.f. morrison
2000-11-16 22:30 ` Eric Christopher
2000-11-18 12:48   ` c.f. morrison
2000-11-16 23:08 ` Ben Elliston
2000-11-19 17:23 ` c.f. morrison
2000-11-19 17:28   ` Mo DeJong
2000-11-19 17:29   ` Ben Elliston
2000-11-19 17:34     ` Mo DeJong
2000-11-20 12:01       ` Tom Tromey
2000-11-20 22:56     ` c.f. morrison [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A1A1CD4.E142AD16@ieee.org \
    --to=morri70@ieee.org \
    --cc=bje@redhat.com \
    --cc=sourcenav@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).