Hello!
Several applications exhibit the following problem:
$ xine foo-bar.mp3
This is xine (X11 gui) - a free video player v0.99.5.
(c) 2000-2007 The xine Team.
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
The problem can be reproduced with Xine by seeking into an audio or
video stream.
The workaround is to make `libgcc_s.so' available in the loader's search
path:
$ LD_LIBRARY_PATH="$HOME/.nix-profile/lib:$LD_LIBRARY_PATH" \
xine foo-bar.mp3
Any idea how we could fix it cleanly?
Thanks,
Ludo'.
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev