inconsistency in itcl/itk

Jeffrey Juliano juliano@cs.unc.edu
Mon Feb 28 19:16:00 GMT 2000


There is an inconsistency in the tcl/tk stuff on the CD.  It's in the
recent snapshot that I looked at, too.

/usr/share/i{tcl,tk}3.0/pkgIndex.tcl refer to itcl30.dll and
itk30.dll.  But, there are *not* files by those names.  The actual
names are cygi{tcl,tk}30.dll.
          ^^^

I was able to fix things by adding the cyg prefix in the pkgIndex.tcl
files.  The inconsistency caused an inhouse application to not work.

Would the following be a better solution?  I assume there's a reason
the cyg prefix was added to the dlls in the first place.

  cd /bin
  ln -s cygitcl30.dll itcl30.dll
  ln -s cygitk30.dll itk30.dll

(I'm not the local tcl expert.)

-jeff


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list