On Feb 23, 2009, at 6:20 PM, Martin Costabel wrote: > Use, for example, the cmake flags > > -DCMAKE_INSTALL_PREFIX:PATH=%p \ > -DCMAKE_INSTALL_NAME_DIR:STRING=%p/lib \ > -DBUILD_SHARED_LIBS:BOOL=ON \ > -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF > > This will set, during compile time, the install_name to > > %b/build/src/libopenbabel.3.dylib > > and after "make install DESTDIR=%d", it will change the install_name > to > > %p/lib/libopenbabel.3.dylib
Martin, Great, that worked! Thanks, - Koen. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
