On Wed, Nov 11, 2009 at 10:13:03PM -0500, Ryan Hafen <rha...@stat.purdue.edu> 
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