Re: Where do i find the 32 bit libraries on my 64 bit ubuntu system

2016-06-27 Thread Lawrence D’Oliveiro
On Tuesday, June 28, 2016 at 5:37:29 AM UTC+12, Steven Truppe wrote: > i want to write an application that works for both 32 bit and 64bit on > my 64bit ubuntu system, my problem i only find 64bit libraries under > /usr/lib, there is also a path callled /x86_64-linux-gnu/ <- are these > the libr

Re: Where do i find the 32 bit libraries on my 64 bit ubuntu system

2016-06-27 Thread Grant Edwards
On 2016-06-27, Steven Truppe wrote: > i want to write an application that works for both 32 bit and 64bit on > my 64bit ubuntu system, my problem i only find 64bit libraries under > /usr/lib, there is also a path callled /x86_64-linux-gnu/ <- are these > the libraries i should use for 32 bit a

Re: Where do i find the 32 bit libraries on my 64 bit ubuntu system

2016-06-27 Thread Rustom Mody
On Monday, June 27, 2016 at 11:07:29 PM UTC+5:30, Steven Truppe wrote: > Hi all, > > i want to write an application that works for both 32 bit and 64bit on > my 64bit ubuntu system, my problem i only find 64bit libraries under > /usr/lib, there is also a path callled /x86_64-linux-gnu/ <- are th

Where do i find the 32 bit libraries on my 64 bit ubuntu system

2016-06-27 Thread Steven Truppe
Hi all, i want to write an application that works for both 32 bit and 64bit on my 64bit ubuntu system, my problem i only find 64bit libraries under /usr/lib, there is also a path callled /x86_64-linux-gnu/ <- are these the libraries i should use for 32 bit and 64 bit programming ?? -- https:/