Browse thread
[Caml-list] version 7 beta typing change?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@o...> |
| Subject: | Re: [Caml-list] Tcl/Tk and RH 9 |
On Mon, 2003-08-11 at 08:45, Matt Gushee wrote: > > What do you mean by ""standard package" ? Tcl and Tk packages are still > > found on RedHat 9 CDs and they are not on the list of deprecated > > packages. > > Presumably he means they are not installed by default. I mean they can't be installed from the GUI package manager at all AFAICS: There's no option for it. You'd have be a nerd and use the RPM command line tool. Most office workers and home users therefore will not have the package on their system no matter what options they ticked during installation, and that is probably true for many programmers too .. obviously including me. Its also not clear this can be 'tacked' on to Python. Last I looked, the build for Tcl/Tk was wrongly designed, it put the symbols in the wrong place, making dynamic loading in an unprepared client (such as Python) impossible. [At least partly this is due to poor dynamic linker design (read: they didn't bother to actually design it) on Unix systems] meaning: even if you could install Tk onto your system Tkinter et al wouldn't work anyhow. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners