[Magic-dev] Xcircuit: seg fault on OS X 10.4

David Fang fang at csl.cornell.edu
Sun Jan 21 15:40:25 EST 2007


> Here's a followup.  It appears that the problem is that xcircuit wants to
> start "wish", which is part of tcl/tk.  But, the version of wish running on
> OS X tiger runs under aqua, the standard Mac windowing system.  It appears
> that I need an X11 version of wish.  Any suggestions about how to get this?

'fink' is a package-manager for Mac OS X, and contains thousands of open
source packages including Tck/Tk.

http://fink.sourceforge.net/

After you install it, you can run:

fink install tcltk

By default fink-managed installations (including itself) reside in the
/sw tree.

Direct 'configure' to look for Tck/Tk there instead of the default.
(something like: --with-tcl=/sw)

HTH,


David Fang
Computer Systems Laboratory
Electrical & Computer Engineering
Cornell University
http://www.csl.cornell.edu/~fang/
	-- (2400 baud? Netscape 3.0?? lynx??? No problem!)



More information about the magic-dev mailing list