On Mon, Aug 23, 2010 at 12:22:44PM -0700, matt cline <mattacl...@gmail.com> 
wrote:
> ../lib/libgfx.lib(convert.obj):convert.c:(.text+0x1e): undefined reference
> to `___STRING'
> ../lib/libgfx.lib(convert.obj):convert.c:(.text+0x920): undefined reference
> to `___STRING'
> ../lib/libgfx.lib(convert.obj):convert.c:(.text+0x9f9): undefined reference
> to `___STRING'
> ../lib/libgfx.lib(convert.obj):convert.c:(.text+0xb08): undefined reference
> to `___STRING'
> ../lib/libgfx.lib(convert.obj):convert.c:(.text+0x129f): undefined reference
> to `___STRING'
> ../lib/libgfx.lib(convert.obj):convert.c:(.text+0x146c): more undefined
> references to `___STRING' follow
> collect2: ld returned 1 exit status
> make[1]: *** [pdf2swf.exe] Error 1
> make: *** [all] Error 2

That's weird.

What's the output of the following commands on your system?

    echo '#include <string.h>' > test.c
    echo 'int main() {}' >> test.c
    gcc test.c

Matthias


Reply via email to