swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] problem compiling swftools on red hat


From: Matthias Kramm
Subject: Re: [Swftools-common] problem compiling swftools on red hat
Date: Sat, 14 Nov 2009 16:17:16 -0800
User-agent: Mutt/1.5.19 (2009-01-05)

On Wed, Nov 11, 2009 at 10:13:03PM -0500, Ryan Hafen <address@hidden> wrote:
> modules/.././types.h:36:2: #error "no way to define 64 bit integer"
> modules/.././types.h:39:2: #error "don't know how to define 32 bit  
> integer"
> modules/.././types.h:42:2: #error "don't know how to define 16 bit  
> integer"
> modules/.././types.h:45:2: #error "don't know how to define 8 bit  
> integer"
> make[1]: *** [modules/swfaction.o] Error 1
> make[1]: Leaving directory `/home/uname/swftools-0.9.0/lib'
> make: *** [all] Error 2

This usually means that your compiler produces binaries that are
not executable because the dynamic linker isn't able to find
the libraries the compiler used during linking.
Doing a "ldconfig /usr/local/lib" and then running ./configure
again usually helps. If not, scrutinize your config.log file
for problems while determining integer sizes (or post your
config.log here).

Matthias





reply via email to

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