swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] error in libgfx.lib while compiling pdf2swf using


From: Matthias Kramm
Subject: Re: [Swftools-common] error in libgfx.lib while compiling pdf2swf using cygwin
Date: Mon, 23 Aug 2010 14:34:17 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Aug 23, 2010 at 12:22:44PM -0700, matt cline <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]