I am seeing a regression is 3.3.2 (compiled from source on 64 bit Linux -
CentOS 5.0) in the link phase whereby libraries/object files are repeated
on the link line, resulting in multiple definition errors (and I don't want
to use -Wl,-z,muldefs).

There is also another issue where Qt shared libraries appear in the link
line before the object files, so I get link errors because the DSO is not
specified after the object files.  I am not sure if this is related to how
the Qt package has changed in 3.3.2.  We are using a fairly old methods of
obtaining Qt support.  I can always try the newer method to see if I have
any luck

Any help would be appreciated.  Coming up with a simple reproducer is going
to take a while because our cmake configuration is fairly compliated
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to