swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] making the SWF python module on OS X


From: michael geary
Subject: Re: [Swftools-common] making the SWF python module on OS X
Date: Mon, 27 Dec 2004 09:40:18 -0700

Hi Matthias,

here is my terminal session:

------------------
[gator:~/swftools-2004-12-21-2002 9:37:21] mgeary% echo "int main() {}" > test.c [gator:~/swftools-2004-12-21-2002 9:37:32] mgeary% gcc test.c -framework /Library/Python/2.3/PIL/_imaging.so ld: can't locate framework for: -framework /Library/Python/2.3/PIL/_imaging.so
---------------

if it would help, i've got a temp account on an OS X machine that I could give you ssh access to. If you're willing to spend time on this, email me directly, (address@hidden or AIM: address@hidden), and I'll get you login information.

thanks very much,

michael

On Dec 27, 2004, at 9:23 AM, Matthias Kramm wrote:

Nope, haven't seen something like this yet.
I tried to google for "is input for the dynamic link editor, is not
relocatable"-
According to some of the results, it may be because of OS X using
the wrong linker (?).

Maybe you also need to link with -framework instead of -l.
Could you try the following?

    echo "int main() {}" > test.c
    gcc test.c -framework /Library/Python/2.3/PIL/_imaging.so

Greetings

Matthias





reply via email to

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