[Tcl-bugs] [ tcl-Patches-419812 ] Sample Extension patch for RH7.x & BSDi
by other posts by this author
Apr 28 2001 5:10PM messages near this date
[Tcl-bugs] tcl-cvs: 'thread/generic threadCmd.c' modified
|
[Tcl-bugs] [ tcl-Bugs-419692 ] c++ & tcl.h inclusion of varargs.h
Patches item #419812, was updated on 2001-04-28 10:10
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=310894&aid=419812&group_id=10894
Category: Portability Support
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Rick Richardson (rickrich)
Assigned to: Nobody/Anonymous (nobody)
Summary: Sample Extension patch for RH7.x & BSDi
Initial Comment:
The enclosed patch makes it possible to run a
./configure
in the sampleextension directory on Redhat 7.0 and BSDi
4.2
and not end up with a failure to locate TCL.
NOTE: there is still an issue with Solaris, where you
have to
type ./configure --enable-gcc in order for it to work
there.
For whatever reason, without this flag configure does
not
locate gcc even though the messages indicate that it is
trying to locate it.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=310894&aid=419812&group_id=10894
|