Tcl Source Code

View Ticket
Login
Ticket UUID: 473708
Title: --enable-threads on FreeBSD
Type: Bug Version: obsolete: 8.4a4
Submitter: dgp Created on: 2001-10-22 16:38:55
Subsystem: 53. Configuration and Build Tools Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-11-09 18:02:27
Resolution: Fixed Closed By: mdejong
    Closed on: 2001-11-09 11:02:27
Description:
As discussed at

http://mini.net/tcl/FreeBSD

the --enable-threads option to ./configure
is not currently supported "out of the box".

Here's a patch that adds that support, and
doesn't apparently break things on Solaris,
Linux/Alpha, or AIX.  More testing should be
done on other platforms to be sure nothing
breaks, but I think this patch has the right
changes to dltest/configure and dltest/Makefile.in
to correct the problems there.
User Comments: mdejong added on 2001-11-09 18:02:26:
Logged In: YES 
user_id=90858

I added this patch with one small change. The 
TCL_BUILD_STUB_LIB_SPEC entry was added directly
to SHLIB_LD_LIBS in the Makefile instead of in
the configure.in file.

dgp added on 2001-10-22 23:38:57:

File Added - 12324: threads.patch

Attachments: