Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 1996 14:30:28 -0400
From:      sjr@zombie.ncsc.mil
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1418: Problem building tclsh
Message-ID:  <199607221830.OAA19402@zombie.ncsc.mil>
Resent-Message-ID: <199607221840.LAA23166@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1418
>Category:       bin
>Synopsis:       tclsh Makefile does not work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 22 11:40:01 PDT 1996
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Organization:
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

        -current; SUP from 22 July 1996

>Description:

        Make depend and make fails in usr.bin/tclsh

>How-To-Repeat:

        Try building from SUPed files.

>Fix:

        I've adopted a fix from the libtcl Makefile. I'm not sure
if this fix is what is desired, but it seems to work.

*** Makefile.orig       Mon Jul 22 14:22:10 1996
--- Makefile    Mon Jul 22 13:05:56 1996
***************
*** 1,5 ****
--- 1,12 ----
  # $Id: Makefile,v 1.1 1996/06/26 17:52:19 phk Exp $

+ TCLDIST=${.CURDIR}/../../contrib/tcl
+
+ .PATH: ${TCLDIST}/generic
+ .PATH: ${TCLDIST}/unix
+ CFLAGS+=  -I${TCLDIST}/generic
+ CFLAGS+=  -I${TCLDIST}/unix
+
  PROG=   tclsh
  SRCS=   tclAppInit.c
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607221830.OAA19402>