Re: [ilugd] Cross compile for 32 bit, missing libdbus-glib-1.so

2008-10-03 Thread Nalin Savara
On Sat, Oct 4, 2008 at 1:38 AM, shantanu goel <[EMAIL PROTECTED]>wrote: > On Thu, Oct 2, 2008 at 7:57 PM, shantanu goel <[EMAIL PROTECTED]> > wrote: > > Hi > > > > I'm cross-compiling an application to 32 bit arch. My app uses > > dbus-glib bindings. My base system is Ubuntu Hardy 64, so I use the

Re: [ilugd] Cross compile for 32 bit, missing libdbus-glib-1.so

2008-10-03 Thread shantanu goel
On Thu, Oct 2, 2008 at 7:57 PM, shantanu goel <[EMAIL PROTECTED]> wrote: > Hi > > I'm cross-compiling an application to 32 bit arch. My app uses > dbus-glib bindings. My base system is Ubuntu Hardy 64, so I use the > -m32 flag with gcc to compile but it gives me an error of missing > libdbus-glib-1

[ilugd] Cross compile for 32 bit, missing libdbus-glib-1.so

2008-10-02 Thread shantanu goel
Hi I'm cross-compiling an application to 32 bit arch. My app uses dbus-glib bindings. My base system is Ubuntu Hardy 64, so I use the -m32 flag with gcc to compile but it gives me an error of missing libdbus-glib-1.so. All other libs are present as I've already installed gcc-multilib, ia32libs etc