<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
hi, i'm trying to build as a dynamic library but compilation fails can you help??<br>
</div>
<div>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<div><br>
</div>
<div>[amk7371@e5-cse-204-02 FFmpeg]$ ./configure --prefix=/home/mdl/amk7371/video_analytics/FFmpeg_x64<span style="background-color:rgb(255,255,0)"> --enable-shared --disable-x86asm --enable-gpl --enable-pic</span></div>
<div><br>
</div>
<div><span style="background-color:rgb(255,255,255); display:inline!important">     ^</span>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libavdevice/libavdevice.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libavfilter/libavfilter.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">AR libavdevice/libavdevice.a</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libswscale/libswscale.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libavutil/libavutil.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libpostproc/libpostproc.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libavformat/libavformat.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libavcodec/libavcodec.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">GEN libswresample/libswresample.ver</div>
<div style="margin:0px; background-color:rgb(255,255,255)">AR libswresample/libswresample.a</div>
<div style="margin:0px; background-color:rgb(255,255,255)">MAN doc/ffprobe-all.1</div>
<div style="margin:0px; background-color:rgb(255,255,255)">AR libavcodec/libavcodec.a</div>
<div style="margin:0px; background-color:rgb(255,255,255)">LD libavutil/libavutil.so.56</div>
<div style="margin:0px; background-color:rgb(255,255,255)">LD libswscale/libswscale.so.5</div>
<div style="margin:0px; background-color:rgb(255,255,255)">LD libpostproc/libpostproc.so.55</div>
<div style="margin:0px; background-color:rgb(255,255,255)">LD libswresample/libswresample.so.3</div>
<div style="margin:0px; background-color:rgb(255,255,255)"><span style="background-color:rgb(255,255,0)">LD libavcodec/libavcodec.so.58</span></div>
<div style="margin:0px; background-color:rgb(255,255,255)"><span style="background-color:rgb(255,255,0)">/usr/bin/ld: libavcodec/mqc.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC</span></div>
<div style="margin:0px; background-color:rgb(255,255,255)"><span style="background-color:rgb(255,255,0)">/usr/bin/ld: libavcodec/mqcdec.o: relocation R_X86_64_32S against undefined symbol `ff_mqc_qe' can not be used when making a shared object; recompile with
 -fPIC</span></div>
<div style="margin:0px; background-color:rgb(255,255,255)"><span style="background-color:rgb(255,255,0)">/usr/bin/ld: libavcodec/svq13.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC</span></div>
<div style="margin:0px; background-color:rgb(255,255,255)"><span style="background-color:rgb(255,255,0)">/usr/bin/ld: final link failed: Nonrepresentable section on output</span></div>
<div style="margin:0px; background-color:rgb(255,255,255)">collect2: error: ld returned 1 exit status</div>
<div style="margin:0px; background-color:rgb(255,255,255)">make: *** [libavcodec/libavcodec.so.58] Error 1</div>
<span style="margin:0px; background-color:rgb(255,255,255)">make: *** Waiting for unfinished jobs....</span><br>
</div>
<div><br>
</div>
<br>
</div>
</div>
</div>
</body>
</html>