RE: TCL Libraries

1997-11-15 Thread Remco Blaakmeer
On Fri, 14 Nov 1997, Ralph Winslow wrote: > > On 14-Nov-97 [EMAIL PROTECTED] wrote: > > > >Hi-- > > > >I need to know the path for the tcl.h file and I have been unable to > >locate it myself. Any direction is greatly appreciated. > > Try this: > > find / -type f -name tcl.h -print Much faste

Re: TCL Libraries

1997-11-15 Thread Will Lowe
On Fri, 14 Nov 1997 [EMAIL PROTECTED] wrote: > I need to know the path for the tcl.h file and I have been unable to Not to insult your intelligence, but do you have tcl-dev installed? Will -

RE: TCL Libraries

1997-11-14 Thread Ralph Winslow
On 14-Nov-97 [EMAIL PROTECTED] wrote: > >Hi-- > >I need to know the path for the tcl.h file and I have been unable to >locate it myself. Any direction is greatly appreciated. Try this: find / -type f -name tcl.h -print  > >Thanks in advance! > >Ian > > >-- >TO UNSUBSCRIBE FROM THIS MAILING LIS