[Magic-dev] Re: Magic VLSI

R. Timothy Edwards tim at opencircuitdesign.com
Thu Oct 18 10:58:02 EDT 2007


Dear Mustafa,

> firstly i have BLT but i cant show to it. (its not error)
> - -----------------------------------------------------------
> Configuration Summary (principle requirements):
> 
> X11:          yes
> OpenGL:       yes
> Tcl/Tk:       yes
> BLT:          no

> and when i try to load BLT2.4 magic says me ;
> 
> version conflict for package "Tcl": have 8.5b1, need exactly 8.5
> version conflict for package "Tcl": have 8.5b1, need exactly 8.5
>     while executing
> "load $library BLT"
>     (procedure "LoadBLT" line 30)
>     invoked from within
> "LoadBLT 2.4 /usr/lib/blt2.4"
>     ("package ifneeded BLT 2.4" script)
>     invoked from within
> "package require BLT 2.4"

This would appear to be an issue between BLT and Tcl/Tk.  The
"configure" script that produces this message "BLT: no" merely
ran tclsh and passed it the command "package require BLT".
It would be instructive for you to run "wish", type "package
require BLT", and report what it says.  "package require BLT"
is not supposed to complain about version numbers, unless it
is confused by the "5b1" because it is expecting an integer
version number, not a mixture of alphanumerics.

> couldn't load 
> file "/usr/lib/magic/tcl/tclmagic.so": /usr/lib/magic/tcl/tclmagic.so: 
> cannot open shared object file: No such file or directory

This is a ubiquitous error that occurs whenever there is a problem in
the shared object library.  To see the real error, again run "wish",
then type "load /usr/lib/magic/tcl/tclmagic.so" and see what the
real error message is.

					Regards,
					Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim at opencircuitdesign.com    |
| Open Circuit Design, Inc.	 | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-9364               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+



More information about the magic-dev mailing list