On Sat, Nov 06, 2010 at 10:06:42PM +0100, Michele Brocco wrote: > Hi folks, > > I updated my toolchain some days ago and since then, libtool does not > find correctly the toolchain libraries when linking my applications. > Did someone of you experience the same behaviour? I get something like > this: > > libtool: link: cannot find the library `=/usr/lib/libgio-2.0.la'
We moved to libtoo-2.4 with sysroot support (= in .la should be replaced with right sysroot if you pass it as parameter). > while it should look for it in the /usr/local/shr/etc. path. The > interesting thing is that actually even if it is looking in the wrong > place (i.e. the build system folders) he should find that file since > my build system has it. So at least he should say that the .so lib is > in the wrong format instead of complaining there is no *.la file or > something like it. > > Thanks and regards, > > Michele > > P.S. is it possible to get also a 32bit toolchain in the shr repository? not so easily as 64bit one Regards, -- Martin 'JaMa' Jansa jabber: [email protected] _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
