This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


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

Re: Help!! cygwin tcl compile -- undef symbols


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




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