FS#19942 - [nvidia-utils] missing soname link for libGL
Attached to Project:
Arch Linux
Opened by Dave Reisner (falconindy) - Thursday, 24 June 2010, 03:23 GMT
Last edited by Pierre Schmitz (Pierre) - Thursday, 24 June 2010, 07:01 GMT
Opened by Dave Reisner (falconindy) - Thursday, 24 June 2010, 03:23 GMT
Last edited by Pierre Schmitz (Pierre) - Thursday, 24 June 2010, 07:01 GMT
|
Details
Description: a symlink from /usr/lib/libGL.so to the nvidia
library is missing, causing ld to be unable to find the
library.
Additional info: * package version: testing/nvidia-utils (256.35-2) To reproduce: $ cat > foo.c << EOF int main(void) { return 0; } EOF $ gcc foo.c -lGL /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status |
This task depends upon
Comment by
Frederic Bezies (fredbezies) -
Thursday, 24 June 2010, 05:55 GMT
Seeing the same. It busts vlc-dev / vlc-git build process.
Creating missing symlink fixes the problem.