This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: wincvs and cygwin (tcl DLL naming issue)


The problem lies in that anything that is linked
against the native dll will not work with the cygwin
dll. The problem is simple, the program will use the
first matching dll that it finds in the search path.

It isn't a wincvs (or gaim in my case) problem, there
is nothing that they can really do to prevent it from
happening (apart from some awful hack to not allow
DLLs from paths that contain the word "cygwin" to be
loaded, which wouldn't really fix the problem anyway).

I think that the cygwin tcl people *should* care
because the inverse problem could also apply -
something that wants to use the cygwin TCL dll could
in turn find the native dll because it is first in the
path.  

Furthermore, there is an easy solution to the problem
that will make the problem go away (unless i'm missing
something) - rename cygwin's dll to "cygtcl8x.dll"
instead of "tcl8x.dll".

-Daniel
--- Fr餩ric_L._W._Meunier <1@pervalidus.net> wrote:
> What about asking them to not scan any Cygwin mounts
> or ignore
> the Cygwin DLLs ?
> 
> The site is pretty clear:
> 
> * WinCvs compiled for Windows 98, Windows NT/2000
> (Optionally
> you may want to install TCL8.1 or higher in order to
> get the
> macros working, see the TCL home page).
> 
> The TCL link points to http://dev.scriptics.com/ ,
> not Cygwin.
> 
> -- 
> http://www.pervalidus.net/contact.html


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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