Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMBO build on Linux #17

Open
michallenc opened this issue Sep 7, 2022 · 0 comments
Open

EMBO build on Linux #17

michallenc opened this issue Sep 7, 2022 · 0 comments

Comments

@michallenc
Copy link

Hi,

I am having some troubles with building EMBO on Linux Ubuntu 22. My steps are following:

git clone https://github.com/parezj/EMBO.git embo-git
then I create an empty directory embo-build and execute following command:
qmake ../embo-git/src/software/EMBO/EMBO.pro
this creates a Makefile and after executing make I get following error:

/usr/bin/ld: cannot find /home/michal/Michal/apps/embo/embo-git/src/software/EMBO/lib/ubuntu_18/libfftw3.a: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:276: ../embo-git/src/software/EMBO/build/linux/release/EMBO] Error 1

The required file libfftw3.a is indeed not present in any EMBO directory.

This confuses me a bit since I do not even use Ubuntu 18 but Ubuntu 22.4. I know there are some binaries available to download however I would like to compile the app from source mysefl. Any advices?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant