Sounds like you have the wrong version of librt for chrome. Make sure you have the latest version (apt-get update && apt-get install libc6-dev)
If that doesn't work, does anyone know what version of librt chrome is searching for? You may need to grab an old package or compile the library from source or something.... Good luck! On Fri, Sep 5, 2008 at 10:49 AM, Mayank Jain <[EMAIL PROTECTED]> wrote: > > I followed the steps mentioned here. > http://dev.chromium.org/developers/how-tos/build-instructions-linux on > my ubuntu > > uname -a > Linux mayank-laptop 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC > 2008 x86_64 GNU/Linux > and I am getting following error. > ../third_party/scons/scons.py Hammer > scons: Reading SConscript > files ... > scons: done reading SConscript > files. > scons: Building > targets ... > Linking Hammer/base/ > base_unittests ... > /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/ > 4.2.3/../../../librt.so when searching for -lrt > /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/ > 4.2.3/../../../librt.a when searching for -lrt > /usr/bin/ld: skipping incompatible /usr/bin/../lib/librt.so when > searching for -lrt > /usr/bin/ld: skipping incompatible /usr/bin/../lib/librt.a when > searching for -lrt > /usr/bin/ld: skipping incompatible /usr/lib/librt.so when searching > for -lrt > /usr/bin/ld: skipping incompatible /usr/lib/librt.a when searching for > -lrt > /usr/bin/ld: cannot find -lrt > collect2: ld returned 1 exit status > Compiling Hammer/net/base/mime_sniffer_unittest.o ... > scons: *** [Hammer/base/base_unittests] Error 1 > Compiling Hammer/net/base/net_util_unittest.o ... > scons: building terminated because of errors. > > Any suggestion would be greatly appreciated. > > Mayank > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
