today but getting following error. Please suggest.
m
Mitch Bailey
05/23/2024, 2:01 PM
@vks Did you run
./configure
before make?
v
vks
05/24/2024, 5:19 AM
@Mitch Bailey I didn't ran
./configure
.
I was trying to update existing open pdk. I ran
git pull
make
and to be followed by
sudo make install
. Is this the right sequence for update ?
m
Mitch Bailey
05/24/2024, 5:54 AM
Compiling magic should not effect the pdk.
I don’t know the default magic installation directory or the directory where you want to install. It might be best to be explicit. ./configure sets the install directory and other variables necessary for compilation (make).
Run
which magic
to find the installation directory.
For example, if it’s installed at
/usr/local/bin/magic
the install directory you should specify is
/usr/local
Run
./configure —prefix=/usr/local
make
sudo make install
Note that there are 2 - before prefix
t
Tim Edwards
05/24/2024, 1:14 PM
@vks: You have lost an intermediate script file that is not rebuilding. Do a
make clean
, possibly
(sudo) make veryclean
, and re-run
./configure
, and it should be okay.
However, since when you did
git pull
it said "Already up to date", you presumably have the most recent version installed.
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.