[MeeGo-dev] undefined symbol: _Z34QBasicAtomicIn_fetchAndAddOrderedPVii of libQtGui.so.4.7.1

2011-02-13 Thread Zhao, Halley
In order to debug in libQtGui.so, I tried to build it on a MeeGo image. But when I copied libQtGui.so.4.7.1 to target device to use, I got the error ymbol lookup error: /usr/lib/libQtGui.so.4: undefined symbol: _Z34QBasicAtomicInt_fetchAndAddOrderedPVii nm also give me the similar information, (

Re: [MeeGo-dev] undefined symbol: _Z34QBasicAtomicIn_fetchAndAddOrderedPVii of libQtGui.so.4.7.1

2011-02-13 Thread Zhao, Halley
Subject: RE: [MeeGo-dev] undefined symbol: _Z34QBasicAtomicIn_fetchAndAddOrderedPVii of libQtGui.so.4.7.1 Hi, QBasicAtomicInt is defined in libQtCore - does copying that library to the target device help and / or can you find the symbol in libQtCore with nm? Cheers, Dave From: meego-dev-boun

Re: [MeeGo-dev] undefined symbol: _Z34QBasicAtomicIn_fetchAndAddOrderedPVii of libQtGui.so.4.7.1

2011-02-13 Thread Thiago Macieira
On Monday, 14 de February de 2011 09:56:55 Zhao, Halley wrote: # nm -u /usr/lib/libQtGui.so.4.7.1 | grep fetchAndAddOrdered U _Z34QBasicAtomicInt_fetchAndAddOrderedPVii My platform is a core 2 notebook installed with MeeGo image for netbook. (maybe the ‘arch’ difference cause