swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] what external files are required...?


From: michael geary
Subject: Re: [Swftools-common] what external files are required...?
Date: Wed, 26 Jan 2005 13:24:30 -0700

Hi Brett (& all),

thanks for this. I'm starting to understand what "ldd" does (actually on OS X it's "otool -L"). Anyway, on my machine it returns:

>otool -L /usr/local/bin/swfcombine
/usr/local/bin/swfcombine:
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.1) /usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.0.0)

so would I need to recursively "ldd" all of these files to find any shared libraries _they_ would need? Would these files be otherwise portable? Or would they be somehow locked to the configuration of the current machine?

Again, is there no ./configure option I can pass to make a standalone executable?

Thanks,

michael geary


On Jan 26, 2005, at 1:15 PM, Brett W. McCoy wrote:

For the binary compiled on my machine (Linux), swfcombine needs these shared libraries, according to ldd

ldd `which swfcombine`
        libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0x4002c000)
        libt1.so.1 => /usr/lib/libt1.so.1 (0x400da000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40121000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4013f000)
        libm.so.6 => /lib/libm.so.6 (0x40151000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40173000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4019a000)
        libc.so.6 => /lib/libc.so.6 (0x40207000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x4033b000)

I don't think there are any binary packages for Mac OSX or Linux, just Windows.





reply via email to

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