Andreas Enge <andr...@enge.fr> writes: >> In the first one, I couldn't figure out how to make the test suite >> run, which uses a setup.py file to compile a small program, which >> fails with "ld: cannot find -lrecode" (where recode is the library >> being tested). Any help welcome. > > You could set LD_LIBRARY_PATH to "." (or the subdirectory where the > library can be found) before running the tests.
I tried various paths and none seem to help. I'm guessing it's a peculiarity of the setup.py system. I moved this to near the end of my patch series for mplayer2, so I guess I can look into it a bit more after I've pushed the other dozen. Taylan