|
Magic Mailing List |
|
From: cfk (cfk AT pacbell DOT net) Date: Fri Jun 20 2003 - 17:15:22 EDT
Good Afternoon all:
Well, I may have outsmarted myself a bit today. I got cocky, downloaded
the magic-7.2.40.tgz file to a different computer then the one I usually
work with and decided to try the ./configure script. This is a RedHat 8
system very similar to my main system. What I did was:
download to /home/cad/magic-7.2.40.tgz
tar -xvzf magic-7.2.40.tgz
cd magic-7.2.40
#read README
cd scripts
./configure --with-tcl --with-opengl
cd ..
make tcl
make install-tcl
Everything was fine until the install-tcl step. At that point, I was
suprised by the install to /usr/local, but I can live with that. Next, I see
a series of messages from the make install-tcl script indicating newlines
missing on a line or two in the following files: cifout-ibm.gen,
cifout-cmos26g.gen & cifout-cmos26g.soi. Next,
extract_template/scmosExt.tech.in gives me four extra tokens at end of
#ifdef directive warnings. After that, I get an invalid preprocessing
directive for all the directives #$, #System, #rcsid, #else directive,
#Default, #A, #B ..#Z, #Question, #Comma and a few others, all in
proto.magic.
The good news at the end here is that after all that, I could go:
magic -w -T SCN6M_DEEP.09
And I do see the message indicating magic was compiled today and has input
style lambda 0.09(p), scaleFactor=9, multiplier=1 to process TSMC18, so
magic does run, but there are a few warnings during the make install-tcl
step.
Hope this helps a bit.
Charles
|
|
|
|