[FFmpeg-devel] Make suppresses link errors...

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Mar 24 09:14:53 CET 2016


On Thu, Mar 24, 2016 at 03:56:19AM -0400, Larry D. Fishel wrote:
> I think all I really need is to know how to get compiler/linker errors when
> building ffmpeg on a Linux platform rather than the beutified output that
> the makefiles seem to work so hard to present.

There is no special mangling of the tool output, that message is in
fact all gcc gives you.
You can use "make V=1" to get the actual command-line so you can
run it yourself/via strace etc.

> (And feel free to direct me elsewhere for this question, or just say this is
> the wrong place and I'll take another crack at finding the right one.)

ffmpeg-users should be more appropriate.


More information about the ffmpeg-devel mailing list