0

I'm trying to build an application. It requires the next libs: libev(x86-32) libev(x86-64) libev-devel(x86-32) libev-devel(x86-64) for Ubuntu I run:

sudo apt-get install libev-dev

and get libev4 and libev-dev. But if I run

sudo apt-get install libev-dev:i386

it wants to remove old libev. I need all these libraries to compile versions for different platforms. How to install them all?

Leonid
  • 131
  • 1
  • 7
  • I think the package is not large in size. So, maybe you can download the i386 version, remove the old one, compile for whatever platform you want to do that for, and then again download the old one, whenever you need to compile for some other platform that needs the old libs. – Ashish Gaurav Feb 17 '14 at 17:38
  • I suggest you build in a chroot, although this link has other options - http://askubuntu.com/questions/130318/how-do-i-cross-compile-my-application-for-ubuntu-12-04-armhf-architecture-on-a-u – Panther Feb 17 '14 at 17:40
  • Which application? The libraries can't normally be installed from both architectures. – Braiam Feb 18 '14 at 00:04

0 Answers0