Re: kitgen IRIX
"rene" <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Jean-Claude Wippler schrieb: > > 1. Remove "@PKG_INCLUDES@" in "tclvfs/Makefile.in". It gives a -I"" > > and that failed to compile. > > This is odd. I wonder where that -I"" comes from exactly, don't see > it on other platforms. I will try to locate it next week. > > 2. Make sure "ranlib" is empty command. > > What's the best way to do so? Define a "RANLIB = :" in configure.in > or so? I had only problems on IRIX systems. > > 4. Patch "config.sh". Include IRIX systems: > > > > Enable threads (both "cc" and "gcc"): > [...] > > Compile IRIX with native "cc". "gcc" must be removed from PATH > [...] > > Compile IRIX with "gcc": > [...] > > Are you saying it can be built either way? Could we auto-detect this > in config.sh ? I had successfully built tclkits either way. What do you mean with "auto-detect"? Which compiler should be preferred. Or just different targets or options. btw. are there still development of critcl? I´am using a patched versionof critcl2 from last year. May be we could synchronize compiler options and header files. rene