Hi.

I am getting this linking error when building TclBlend on JDK 1.1.6 w/Tcl 
8.3 (on NT)  Here it is:
--------------------------------------------------
tcl83.lib(tcl83.dll) : error LNK2005: _Tcl_RestoreResult already defined in 
tclResult.obj
tcl83.lib(tcl83.dll) : error LNK2005: _Tcl_SaveResult already defined in 
tclResult.obj
tcl83.lib(tcl83.dll) : warning LNK4006: _Tcl_RestoreResult already defined 
in tclResult.obj; second definition ignored
tcl83.lib(tcl83.dll) : warning LNK4006: _Tcl_SaveResult already defined in 
tclResult.obj; second definition ignored
    Creating library tclblend.lib and object tclblend.exp
tclblend.dll : fatal error LNK1169: one or more multiply defined symbols found
--------------------------------------------------

Any ideas as to how to resolve this issue?   I also tried removing the old 
version of tclResult.c from tcl's generic source folder. Had no luck 
there...any ideas?

Thanks
-sendur

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to