-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 failure: relocatable linking with relocations from format elf64-x86-64 to format elf32-i386 is not supported #15
Comments
Does this still happen with latest stable-0.4? There have been a few changes regarding WINE detection. If so, can you set "VERBOSE=1" and "make" again in the vst_base directory and post the output here? |
Updated to 17babf6 in stable-0.4 and got the same thing.
|
I dunno if i am right here or not, but im guessing you are on a 64bit On Wed, Jan 15, 2014 at 11:50 PM, Andrew Kelley notifications@github.comwrote:
Jonathan Aquilina |
Yep:
|
http://askubuntu.com/questions/107230/what-happened-to-the-ia32-libs-package On Wed, Jan 15, 2014 at 11:56 PM, Andrew Kelley notifications@github.comwrote:
Jonathan Aquilina |
Thanks eagles. So how do I know which 32bit libraries I need? |
That is a very good question which sadly I cannot answer. I think what Apologies I cannot be of any further help but I think googling around would On Thu, Jan 16, 2014 at 12:09 AM, Andrew Kelley notifications@github.comwrote:
Jonathan Aquilina |
I had the same issue and found this thread: ln -s /usr/lib/i386-linux-gnu/wine /usr/lib32/
ln -s /usr/lib/i386-linux-gnu/libwine.so /usr/lib32/libwine.so This did solve the problem for me. |
I dont know if that woudl still apply ia32lib is no more as multiarch On Thu, Jan 16, 2014 at 12:13 AM, Jonas Teeberg notifications@github.comwrote:
Jonathan Aquilina |
So I think the issue here is that the configure step should detect when this is going to be a problem and then tell the user what to do to fix it. |
What does
and
say? |
|
hmm, it built fine on my other 64-bit desktop with the same distro. the dpkg -l stuff is the same for both systems. I'm not sure what the difference is. |
btw I think I fixed the issue on Saturday (commit b10a254) - can you confirm, so I can close this issue? |
Confirmed! Thanks for the workaround. |
attempting to build the latest stable-0.4 branch (why is there no master?) yields:
platform: Ubuntu 13.10 Saucy (latest stable)
cmake output:
The text was updated successfully, but these errors were encountered: