Help!! cygwin tcl compile -- undef symbols

ullibus ullibus@tiscalinet.it
Fri Nov 17 01:03:00 GMT 2000


R. Michael Stephens wrote:

> Any idea where the symbols/declarations for the follwing migh t be ?
>
> __imp___cygwin_environ
> __imp_reent_data
>
> I am compiling xconq 7.3.3 on Windows 2000 with cygwin net relaeas as of
> 9/25/2000
> When I compile the TCL code I get an "undefined reference" to the above
> symbols.
>
> I have searched all the header files that I can find but am unable to
> find any references
> to these symbols.
>
> Any ideas on how I can resolve this ?
>
> TIA
>
> Mike Stephens
> --
> R. Michael Stephens            Systems Software Specialist
> VUspace Project              Technical Infrastructure Team
> Information Technology Services,     Vanderbilt University
> Nashville TN. USA R.M.Stephens@Vanderbilt.Edu 615.343.8780

Modify in ......../tcl/generic/tclEnv.c

 __imp___cygwin_environ   in   _imp____cygwin_environ

in ......./tcl/win/tclWin32Dll.c and in ...../tk/win/tkWin32Dll.c 

__imp_reent_data   in  _imp__reent_data

I hope that this can help you 

Regards
  Ullibus





More information about the Xconq7 mailing list