Cobra Forum

Other Discussion and Support => Education & Science => Topic started by: mahesh on Dec 21, 2023, 05:06 AM

Title: TISEAN installation
Post by: mahesh on Dec 21, 2023, 05:06 AM
Dear Ubuntu users,

I am trying to install in /home a program called Tisean; if u have a look at the webpage where they explain how to install it, they tell you you'll "probably" need to just run 3 commands:

> ./configure --prefix=/my_home/Tisean_3.0.1
> make
> make install

However, this is not the case in my case since I keep getting always the same error message when I run the 3rd command (> make install), that is:

make: *** [do_install] Error 1

which is not self-explanatory at all! It must be something that has to do with the --prefix, which - if I got it right - is where the executables are put...

Could somebody help me out?

Thank you in advance,

Nicola