On 11/7/10, Martin Jansa <[email protected]> wrote: > 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). Oh ok thanks! I tried on a 64bit system and it works better now with your 64bit toolchain and the new configure parameter. I have still some problems with libraries mixing together and resulting in a segfault of my applications but I think that might also be related to some configure params. I will try and let you know. > >> 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. >> >> >> P.S. is it possible to get also a 32bit toolchain in the shr repository? > > not so easily as 64bit one
If you find time one day to create one (you dont need to update it as with the others) with the new libtool stuff such as in the 64bit case some "old school" pentium M user as I am will be very grateful. But since I know you guys have a lot to do it's no problem if not. Thanks again for the precious hint, Michele _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
