Re: [Sndobj-devel] Framework installation on OSX
Status: Abandoned
Brought to you by:
veplaini
From: Victor L. <vic...@nu...> - 2007-03-25 20:21:00
|
I suppose _sndobj.so should go in the same dir as sndobj.py. As for libsndobj.dylib, I think the best thing is to put it in /usr/local/lib; but for that to work, the link path on _sndobj.so has to be made /usr/local/lib/libsndobj.so and the lib ID of libsndobj.dylib has to be changed to that full path too. This can be done with install_lib_tool; to check the links and IDs, you can use otool -L <filename> I really have to put all these things in SConstruct in the 'install' target. Victor > > Hi Victor, all, > > I'v been trying to work out the most appropriate way of > installing pysndobj in the OSX framework structure. > > Giiven > /Library/Frameworks/Python.framework/Versions/Current/lib/ > python2.4 > > the /site-packages/ sub directory seems to be the right > place for the sndobj.py > but I'm not sure where the best/most usual place is for > libsndobj.dylib and _sndobj.so > > can someone tell where the best/most usual places are for > the libraries? > > thanks, > > David > _________________________________________________ > experimental polymedia: www.avatar.com.au > Sonic Communications Research Group, > University of Canberra: > www.canberra.edu.au/vc-forum/scrg > > > > _____________________________ > David Worrall: so...@av... > > > > > ---------------------------------------------------------- > --------------- Take Surveys. Earn Cash. Influence the > Future of IT Join SourceForge.net's Techsay panel and > you'll get the chance to share your opinions on IT & > business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Sndobj-devel mailing list > Snd...@li... > https://lists.sourceforge.net/lists/listinfo/sndobj-devel |