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: Brett W. McCoy
Subject: Re: [Swftools-common] what external files are required...?
Date: Wed, 26 Jan 2005 15:15:01 -0500
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)

michael geary wrote:
hi Folks,

i'm building a tool using swfcombine, and I'd like to send it to someone else also using a Mac OS X machine. My question is, beyond the raw executable (/usr/local/bin/swfcombine), what file(s) are needed for this executable to run on another vanilla machine running the same OS? Is there a way to compile these executables so that they are more portable (again, on the same OS)?

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.
--
Rule of Feline Frustration:
        When your cat has fallen asleep on your lap and looks utterly
        content and adorable, you will suddenly have to go to the
        bathroom.




reply via email to

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