On Wednesday 05 November 2003 07:06 pm, you wrote: > Hi guys > > Quick question for our TCL gurus > tcl84td.lib is required to compile Aolserver 4.0 beta 8 > What way do you compile tcl to produce this library, > I've tcl84s.lib tcl_Static tcldde12s.lib tclpip84s.dll tclreg11s.lib > tclsh84s.exe tclstub84.lib > > And anyone that I keep getting unresolved symbols if I copy and rename > things- So has anyone compiled TCL on windows to produce this lib?
Although I'm not that good on Win, I might help. The "t" is for threaded. The "d" is for symbols-enabled (I think) You must compile the Tcl with --enable-threads --enable-symbols to get a symbols-enabled thread-enabled Tcl library. How is this done in Windows? I think you must manually tweak the build file for VC++ to do this. Now, why in the world you need symbols-enabled Tcl for AOLserver? This is only if you configure AOLserver with symbols-enabled, which is probably not what you want for the production. Zoran -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
