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 1695 - cmake cannot find libGL.so in /usr/lib/x86_64-linux-gnu/mesa/libGL.so
Summary: cmake cannot find libGL.so in /usr/lib/x86_64-linux-gnu/mesa/libGL.so
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-13 13:33 UTC by derekdreery
Modified: 2016-07-18 20:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description derekdreery 2013-01-13 13:33:31 UTC
I am on Ubuntu x86_64 and have 2 versions of libGL installed (i386 and x64). Cmake cannot find libGL to link with SDL. I did a 
ln -s /usr/lib/x86_64-linux-gnu/mesa/libGL.so /usr/lib/libGL.so
to get it to build.

Sorry I cannot submit a patch I don't have much experience with cmake.
Comment 1 Philipp Wiesemann 2016-07-18 20:27:00 UTC
Does this still not work with SDL 2.0.4?