c - Compile and link in Linux pointing to libraries of other system -
i have arm based computer, linux ubuntu, , have mobile device linux, tizen, bought cpu compatible, if compile in computer, executable should able work if copy mobile device , call terminal.
the problem libraries, bought systems have needed libraries in different version numbers. did image of mobile device rom, rootfs.img, idea unpack image , compile code against image libraries. well, code openssh, have autotools , make...
i read how link shared library against other shared library in linux?; not suitable me because openssh should compile throw autotool , make, using directly gcc
hell.
anyone knows trick force ./configure
or make link external libraries? chroot?
Comments
Post a Comment