Wang, Liqin, M.S. <Wang.Liqin <at> mayo.edu> writes: > I am wondering if it is possible that we could make > the reference to GCC : > > /opt/freeware/lib/liblzma.a(liblzma.so.5) > /opt/freeware/lib/libbz2.a(libbz2.so.1)
What do the following commands show on your build host? $ ls -l /opt/freeware/lib/libbz2* $ ls -l /opt/freeware/lib/liblzma* Imo, the simple solution is to remove the relevant so files from the build host to force static linking. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
