On Mon, Apr 11, 2016 at 10:42:49PM -0500, Rob Townley wrote:
> My name server runs on 32bit hardware, but all other machines are 64bit OS
> on 64bit hardware.
>
> egrep -R -i '386|x86|32bit' did not come back with much relevant info.
>
> dnsmasq runs on all kinds of disparate hardware, so i know
On 16-04-12 02:37 PM, Rob Townley wrote:
> Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
To do this you need to have a cross-compilation toolchain, which is a build
of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs,
that runs on your host (64bit) sy
Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
To do this you need to have a cross-compilation toolchain, which is a build
of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs,
that runs on your host (64bit) system but outputs binaries for your target
Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
On Tue, Apr 12, 2016 at 10:14 AM, wrote:
> On 04/11/2016 11:42 PM, Rob Townley wrote:
>
>> My name server runs on 32bit hardware, but all other machines are 64bit
>> OS on
>> 64bit hardware.
>>
>> egrep -R -i '386|x86|32bit' did
On 04/11/2016 11:42 PM, Rob Townley wrote:
My name server runs on 32bit hardware, but all other machines are 64bit OS on
64bit hardware.
egrep -R -i '386|x86|32bit' did not come back with much relevant info.
dnsmasq runs on all kinds of disparate hardware, so i know it is done everyday.
(CentO
My name server runs on 32bit hardware, but all other machines are 64bit OS
on 64bit hardware.
egrep -R -i '386|x86|32bit' did not come back with much relevant info.
dnsmasq runs on all kinds of disparate hardware, so i know it is done
everyday.
(CentOS6 systems.)