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: Matthias Kramm
Subject: Re: [Swftools-common] what external files are required...?
Date: Wed, 26 Jan 2005 22:24:27 +0100
User-agent: Mutt/1.5.6i

On Wed, Jan 26, 2005 at 01:24:30PM -0700, michael geary wrote:
> >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?

The first two look like they should be present even on a vanilla
installation.
Not sure about the freetype dylib, though.

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

Try this:
    CC="gcc -static" CXX="gcc -static" ./configure
.

Greetings

Matthias







reply via email to

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