Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread Alan W. Irwin
On 2008-07-12 14:33-0400 Philip Lowman wrote: On Sat, Jul 12, 2008 at 10:43 AM, Yogesh Marwaha <[EMAIL PROTECTED]> wrote: [...]I'm unable (atm) to grasp output of 'nm libGravityCore.so'; so am attching its output for you to see (in a separate mail, awaiting moderator's approval). No need to

Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread Philip Lowman
On Sat, Jul 12, 2008 at 10:43 AM, Yogesh Marwaha <[EMAIL PROTECTED]> wrote: > Here is a part from outpur of make VERBOSE=1 > > --- > Linking CXX executable Gravity > cd /home/yogesh/gravity/New/app && /usr/bin/cmake -E cmake_link_script > CMakeFiles/Gravity.dir/link.txt --v

Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread Yogesh Marwaha
I'm building from fresh folder. Regards, Yogesh M 2008/7/12 John Doe <[EMAIL PROTECTED]>: > I am not sure what the compiler differences are between your projects, > but you may want to make sure you start with a completely clean cmake > build directory. If the ABI changed between C++ compilers

Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread Yogesh Marwaha
Here is a part from outpur of make VERBOSE=1 --- Linking CXX executable Gravity cd /home/yogesh/gravity/New/app && /usr/bin/cmake -E cmake_link_script CMakeFiles/Gravity.dir/link.txt --verbose=1 /usr/bin/c++-Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -W

Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread John Doe
I am not sure what the compiler differences are between your projects, but you may want to make sure you start with a completely clean cmake build directory. If the ABI changed between C++ compilers during your OS upgrade, some of the symbols in your library may not be recognized by the new compil

Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread Philip Lowman
On Sat, Jul 12, 2008 at 7:21 AM, Yogesh Marwaha <[EMAIL PROTECTED]> wrote: > Hello, can someone figure out what I'm doing wrong. > Here is the output I get when I attempt to compile: - > = > [EMAIL PROTECTED]:~/gravity/New> make > Scanning dependencies of target Gra

Re: [CMake] Problem linking to shared library (inside project) after upgrade to cmake 2.6

2008-07-12 Thread Yogesh Marwaha
Hello, can someone figure out what I'm doing wrong. Here is the output I get when I attempt to compile: - = [EMAIL PROTECTED]:~/gravity/New> make Scanning dependencies of target GravityCore [ 91%] Built target GravityCore Scanning dependencies of target Gravity Linki