Re: kbs, one file to rule them all
Rene Zaumseil <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Freitag, 27. April 2007 22:39 schrieb Jean-Claude Wippler: > Rene Zaumseil wrote: > > Found errors: > > > > * vlerq + compile with "cc" under SunOS: > > - -D__sun__ not defined > > Don't understand. It's not used in vlerq - should it be? Sorry, it should be "__sparc__". Btw. my last complain about SGI is also effected. I will try to find another solution. > > - What about the different "strip" commands. Are they needed/usefull? > > You mean, should we strip all binaries? Well - the main mode of > operation for these is deployment, inside a starkit or otherwise, so > I would think it best to aim for minimal size. Other files can be > added anytime, but stripping usually has to be done on the build > platform. OK, understand this. I will make the strip step internally und use it whenever --disable-symbols is set. Because of the sort next week and a holiday week of mine afterwards I would focus on some more definitions, including my own work :) Additional change in "kitInit.c": - inserted "#include <tclInt.h>" for the following part: /* defined in tclInt.h */ extern Tcl_Obj* TclGetStartupScriptPath(); extern void TclSetStartupScriptPath(Tcl_Obj*); rene