This is the mail archive of the
xconq7@sources.redhat.com
mailing list for the Xconq project.
Re: Help!! cygwin tcl compile -- undef symbols
- To: <xconq7 at sources dot redhat dot com>
- Subject: Re: Help!! cygwin tcl compile -- undef symbols
- From: "ullibus" <ullibus at tiscalinet dot it>
- Date: Fri, 17 Nov 2000 10:01:28 +0100
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