On Wed, Feb 18, 2009 at 10:54 AM, Manfred Bergmann <[email protected]> wrote: > Hi. > > Is it possible to remove the buildtest from the build process of the > library?
I thought there was a configure-time switch, but I could be mistaken on that. > > The ICU support on MacOSX is only partial and there is no licuio library > which is needed for buildtest but not for the library. >From Macports I have a /opt/local/lib/libicuio.dylib as well as a .40.dylib and .40.0.dylib. For many of the SWORD library dependencies I have found Macports invaluable as a way to maintain and update them freely. > This breaks my build script so that I now have to put things together > manually in order to create a ppc/intel cross-compile binary. I'm fairly certain that the macports.conf file has a way to specify that you want to build fat binaries. According to their website, just enabling the +universal flag in their variants.conf file should allow those libraries that support it to build in universal i386/ppc fat binaries. HTH, Greg _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
