Open SzilviaKiriakov opened 2 years ago
I have never seen such an issue. Usually with any Linux OS things are quite smooth.. Did you google the error?
I did google the error, the solution for
main.o: file not recognized: File format not recognized
is make clean
which doesn't work for FREEC-11.6.
Dear Szilvia, did you solve the issue? Can you compile any other C++ program?
Dear Professor Boeva,
ControlFREEC installation issue is still unsolved. I can compile other C++ programs (test and production code as well) without any problems.
Let me know if you have any suggestions for ControlFREEC. Thank you, Szilvia
Update: FREEC can be compiled if conda is deactivated. Once compiled, it runs within the active conda environment fine.
Update: FREEC can be compiled if conda is deactivated. Once compiled, it runs within the active conda environment fine.
My problem solved.
Hi, Thank you for the great software, I quite like ControlFREEC, especially for its easy to use and understand output.
While trying to install it on Ubuntu 18.04.6 LTS using the latest release (FREEC-11.6), I faced an issue. After unzipping the archive, I tried to run
make
inside the/src
directory. This is the output I get even if I runmake clean
before runningmake
:Do you have any recommendations on how to install it on Ubuntu?