This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

inconsistency in itcl/itk



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]