Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 1995 16:04:28 -0500
From:      mi@ALDAN.star89.galstar.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/883: tclX-port does not build properly
Message-ID:  <199512092104.QAA05064@aldan>
Resent-Message-ID: <199512092110.NAA13605@freefall.freebsd.org>

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

>Number:         883
>Category:       ports
>Synopsis:       tclX-port does not build properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  9 13:10:02 PST 1995
>Last-Modified:
>Originator:     Mikhail Teterin
>Organization:
>Release:        FreeBSD 2.1-STABLE i386
>Environment:

	

>Description:

Configure script creates Makefile(s) which look for tcl library and
include files in /usr/ports/lang/tcl/work... There is nothing there,
if tcl was installed (the reasonable requirement), but then
	make clean
was issued. The Makefile should look for libtcl.a and tcl.h, etc. in
the places where they were installed TO, not FROM. BTW, why does it
instists on static linking?

>How-To-Repeat:

	su
	cd /usr/ports/lang/tcl
	make install
	make clean
	< install Tk in similar manner >
	cd ../usr/ports/lang/tclX
	make configure

>Fix:
	
	Work around is (the fastest) to NOT make clean in tcl (or 
	make patch). 

>Audit-Trail:
>Unformatted:



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