Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

elhigu

macrumors newbie
Original poster
Nov 15, 2005
5
0
Hi, I've become a big fan of framework libraries of Apple GCC they are just too convinient to use :)

Is there any tool that is used to convert normally compiled libraries to framework?

for example, I have some_library that I need to compile from sources:

cd some_library
./configure --prefix=my_own_install_dir
make
make install

After installing it would be nice to just run:

bsdlib2framework my_own_install_dir

and that would create framework "my_own_install_dir.framework"

Probably there is already some too for that?
 

elhigu

macrumors newbie
Original poster
Nov 15, 2005
5
0
I was almost sure there is tool for that...

Hmm.. seems that there is not. Well gotta try to write script for that and put it online somewhere if anyone is interested.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.