GNOME Bugzilla – Bug 624777
SigC++ library file name prevents linking in some cases
Last modified: 2010-09-28 02:30:45 UTC
The way SigC++ is currently named as a file name (SigC-2.x) causes issues with some linking methods due to the .x being detected as a file extension instead of as a part of the file name. I would like to request a fix of changing the filename from SigC-2.x to SigC-2_x instead. This will prevent linker errors in some instances, such as creating platform independent FindSigCpp.cmake Cmake modules.
(In reply to comment #0) > The way SigC++ is currently named as a file name (SigC-2.x) causes issues with > some linking methods due to the .x being detected as a file extension instead > of as a part of the file name. Which issues and linking methods are you referring to? The naming convention of including a version number (specifically the x.y scheme) in the library name is quite common (libgtk-x11-2.0, libglib-2.0 and over 50 other libraries on my system) among pkg-config-using libraries. I had a look at the CMake bug that you filed: http://www.vtk.org/Bug/view.php?id=11011 Please follow up that bug and respond here if there is still a problem.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!