We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4125 - CMake: Invalid symlink when building shared library with debug profile with 'd' suffix
Summary: CMake: Invalid symlink when building shared library with debug profile with '...
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 18:41 UTC by Vitaly Novichkov
Modified: 2018-04-03 18:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Novichkov 2018-04-03 18:41:51 UTC
When I building SDL2 in debug profile (CMAKE_BUILD_TYPE=Debug) and when I having 'd' suffix (results libSDL2-2.0d.so.0.8.0 file), the 'libSDL2.so' symbolic link still refer 'libSDL2-2.0.so' while actual target is 'libSDL2-2.0d.so'.