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

compile from source: cannot find -lgrgsm #143

Closed
sysrun opened this issue Feb 18, 2016 · 11 comments
Closed

compile from source: cannot find -lgrgsm #143

sysrun opened this issue Feb 18, 2016 · 11 comments

Comments

@sysrun
Copy link

sysrun commented Feb 18, 2016

All dependencies are met, cmake show now problems - running make, this is what happens:

[ 75%] Built target grgsm_swig_swig_2d0df
Scanning dependencies of target _grgsm_swig
[ 77%] Building CXX object swig/CMakeFiles/_grgsm_swig.dir/grgsm_swigPYTHON_wrap.cxx.o
Linking CXX shared module _grgsm_swig.so
/usr/bin/ld: cannot find -lgrgsm
collect2: error: ld returned 1 exit status
make[2]: *** [swig/_grgsm_swig.so] Error 1
make[1]: *** [swig/CMakeFiles/_grgsm_swig.dir/all] Error 2
make: *** [all] Error 2

Any ideas?

@sysrun
Copy link
Author

sysrun commented Feb 18, 2016

Update: Commit 7185b66 is working - looks like the changes in 5c7a578 and/or 89cac10 broke something

@istais
Copy link

istais commented Feb 19, 2016

I can reproduce the issue

@MatejKovacic
Copy link

Me too. With pybombs_legacy.

@falcorocks
Copy link

N00b question, if 7185b66 is working, how do I install that version instead of the (I guess) last one that is installed automatically following the procedure showed here?

@istais
Copy link

istais commented Feb 19, 2016

wget https://github.com/ptrkrysik/gr-gsm/archive/7185b6664fc86e5ad75d0e1da9b2b0a5eebd20ae.zip
unzip 7185b66.zip
cmake CMakeLists.txt
make
make install

@ptrkrysik
Copy link
Owner

ptrkrysik commented Feb 19, 2016 via email

@istais
Copy link

istais commented Feb 19, 2016

yes it's fixed. Thanks

@falcorocks
Copy link

Yep, now it works. Thank you very much @ptrkrysik

@peseta3
Copy link

peseta3 commented Dec 23, 2016

I have the same Problem but i dont understand this.

I hope I've just corrected the problem. You can download the new version of gr-gsm with: git pull called in install prefix directory in src/gr-gsm Then go to gr-gsm/build directory, remove everything in there, and run: cmake .. make install

Can you help me, I am a bad ubuntu user.

@ptrkrysik
Copy link
Owner

ptrkrysik commented Dec 29, 2016 via email

@peseta3
Copy link

peseta3 commented Dec 30, 2016 via email

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

6 participants