diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-03-30 David Shaw <[email protected]> + + * README: Some more notes about building fat binaries. + 2006-03-24 David Shaw <[email protected]> * README: Missing some instructions on building a fat binary. @@ -747,7 +747,10 @@ If you are doing the build on a OS X 10.4 (Tiger) PPC machine you may need to add "-isysroot /Developer/SDKs/MacOSX10.4u.sdk" to - those CFLAGS. + those CFLAGS. Note that any third-party libraries you may link + with need to be universal as well. All Apple-supplied libraries + (even libraries not originally written by Apple like curl, zip, + and BZ2) are universal. GnuPG 1.4 and GnuPG 1.9 |