<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - printf() breaks in simple program when libpoppler is linked to it"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94400#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - printf() breaks in simple program when libpoppler is linked to it"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94400">bug 94400</a>
              from <span class="vcard"><a class="email" href="mailto:jason@aquaticape.us" title="Jason Crain <jason@aquaticape.us>"> <span class="fn">Jason Crain</span></a>
</span></b>
        <pre>What I've been able to tell from compiling the test program and looking at the
disassembly, linking with libpopplar will make it use a mingw printf, otherwise
it uses a msvcrt printf.  It might be because poppler builds with
-D__USE_MINGW_ANSI_STDIO=1.  Building your test program with that defined will
make the same error, even when not linking with poppler.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>