Hi all,  <br><br>I am working on libtheora. I have built static libraries for libtheora,libogg and libvorbis . I&#39;m trying to create a testbench and work on the encoder and the decoder.<br>The encoderwin in the experimental is throwing errors<br>
<br>Compiling...<br>getopt_long.c<br>C:\Users\Vista Business\Desktop\sahana\libtheora-1.1.1\win32\experimental\wincompat\getopt_long.c(58) : warning C4273: &#39;opterrmsg&#39; : inconsistent dll linkage.  dllexport assumed.<br>
C:\Users\Vista Business\Desktop\sahana\libtheora-1.1.1\win32\experimental\wincompat\getopt_long.c(398) : warning C4273: &#39;getopt_long&#39; : inconsistent dll linkage.  dllexport assumed.<br>Linking...<br>   Creating library Debug/testbench.lib and object Debug/testbench.exp<br>
LINK : warning LNK4049: locally defined symbol &quot;_optarg&quot; imported<br>LINK : warning LNK4049: locally defined symbol &quot;_optopt&quot; imported<br>LINK : warning LNK4049: locally defined symbol &quot;_opterr&quot; imported<br>
LINK : warning LNK4049: locally defined symbol &quot;_optind&quot; imported<br>getopt_long.obj : error LNK2001: unresolved external symbol __imp__optreset<br>Debug/testbench.exe : fatal error LNK1120: 1 unresolved externals<br>
Error executing link.exe.<br><br>testbench.exe - 2 error(s), 6 warning(s)<br><br><br>regards,<br>sahana<br><br><br>