Can't find Framework
General OS X Porting Note:
If you run into an error like
ld: can't locate framework for: -framework ./module.o, you can bet that it means that the framework wasn't figured out by the configure script properly. Dig for that code in the Makefile, see what variable it's using. If that variable isn't set, set it in the autoconf script (or just hack it into the Makefile and send a note to the developers).
In this case I figured that it was supposed to read
-framework Python ./module.o so I just needed to set it the Python part.


![[Atom Enabled]](http://saladwithsteve.com/valid-atom.png)
2 Comments:
If you're getting this problem in 2007, and the symptoms are the same as this person, then try upgrading your Xcode to the latest (currently 2.4.1), linking with the OSX 10.4u SDK, and if you're on a PPC, try turning off intel builds. This worked for me when I had the same problem.
6:44 PM
Cool, thanks for the comment! The next time I need to port something, I will try your advice.
10:29 PM
Post a Comment
Links to this post:
Create a Link
<< Home