Another update in an endless series of updates ... but at least there's a lesson here : any dork can make tardists if they are stubborn enough
I followed canavan's suggestion and got the gnu file utilities. Actually, I pulled the source out of the tardist and just put the < ginstall > executable into /usr/nekoware/bin. Then I put
setenv INSTALL ginstall
into my compile-terminal environment settings. The whole mess then went smoothly.
So, lesson learned : if you have trouble doing make install, try using ginstall instead. It matches gmake better than the stock Irix install.
However ... I myself am not willing to trust gnu install for other duties. I'd bet my left gonad that they didn't do any testing on Irix, so who knows what could happen in other situations. Works for make install so that's where it will stay (here at least.)
Back to xcircuit, it's pretty interesting. The author is very responsive, has already made a couple fixes, and the program itself no longer core dumps. It's worth a look, has several drawing features that might be worthwhile even for use as a general line-drawing program.
I'll try to make a tardist one of these days unless someone skillful who is good with icons and file typing rules beats me to it
canavan wrote:
You should set your MANPATH properly in your ~/.profile (or whatever it is ksh sources).
Code:
MANPATH=/usr/share/catman:/usr/share/man:/usr/catman:/usr/nekoware/man:/usr/freeware/catman:/usr/nekoware/share/man
Obviously, manpages for nekoware packages belong in /usr/nekoware/man, not /usr/nekoware/share/man....
Ha ! Another little detail. Actually my manpath was fine but the installer put the manpage into /usr/nekoware/lib/xcircuit/man/ rather than where it needed to be. Easily fixed. Grazie beaucoup !
edit : Okay, everything runs now, even figured out where to put font settings and screen colors (they're in a tickletock script, not the .xcircuitrc and .Xdefaults files.) Only one little hangup before tardistting :
Anyone got a moment to give a short tutorial on how to automatically create a couple of links ? Post-install script ? I have no clue ... the program needs a link from
tclsh4.8
to
tclsh
and another from
wish4.8
to
wish
. One could leave instructions in the release files but I suspect no one ever reads those.
And oh yeah ... what's the best thing to do with the SGI version of tcl ? Ditch it, leave it there, pop up a big banner that tells people they better make up their own minds and do whatever themselves ??