Closed GoogleCodeExporter closed 8 years ago
I didn't test this: you may need to install "gcc-multilib". Can you confirm if
this fixes the build?
Original comment by pcnoordh...@gmail.com
on 5 Aug 2011 at 7:16
I just did a clean install of 11.04, 64-bit and I only needed to install
libc6-dev-i386 to build a 32 bit binary. One of the dependencies of
libc6-dev-i386 was in fact gcc-multilib. Is your OS a clean install or an
upgrade?
Original comment by pcnoordh...@gmail.com
on 5 Aug 2011 at 7:44
it's an upgrade from 10.10. "gcc-multilib" was already installed.
Original comment by salim...@gmail.com
on 5 Aug 2011 at 8:12
I believe make clean && make would solve this. I get similar errors if I first
run make (i.e. a 64-bit build) and then make 32bit, without running make clean
between.
Original comment by hampus.w...@gmail.com
on 5 Aug 2011 at 8:43
yep exactly after running "make clean" it compiled fine.
Thanks
Original comment by salim...@gmail.com
on 5 Aug 2011 at 8:55
Original comment by pcnoordh...@gmail.com
on 5 Aug 2011 at 9:04
i have the same error , but make clean & make also have error
finally , use make distclean & make , it works well
Original comment by liyongmi...@163.com
on 21 May 2014 at 3:48
"make distclean & make" also fixed this problem for me.
Original comment by mbark...@gmail.com
on 16 Sep 2014 at 1:24
Original issue reported on code.google.com by
salim...@gmail.com
on 5 Aug 2011 at 6:44