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

Build fails on CentOS 6 #410

Closed
probonopd opened this issue Dec 18, 2015 · 3 comments
Closed

Build fails on CentOS 6 #410

probonopd opened this issue Dec 18, 2015 · 3 comments

Comments

@probonopd
Copy link
Contributor

I am trying to build on CentOS 6 but the linker fails.

I suspect it has to do with http://stackoverflow.com/questions/26450822/attempting-to-compile-a-32-bit-application-on-centos-results-in-error

@probonopd
Copy link
Contributor Author

Workaround:

cd /
wget http://people.centos.org/~tru/devtools-2/6/i386/RPMS/devtoolset-2-libstdc++-devel-4.8.2-15.el6.i686.rpm -O - | rpm2cpio | cpio -idm
cd -

What is the proper way to do this?

@MaartenBaert
Copy link
Owner

I don't know, I've never tried to compile SSR on CentOS. Many distributions require some kind of hack to be able to build 32-bit libraries (e.g. all the Ubuntu-based ones require some extra symlinks in the 32-bit library folder).

@probonopd
Copy link
Contributor Author

OK, so I assume it is ok as it is. 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

2 participants