mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-23 21:59:57 +01:00
* README: Add an installation note for Darwin 6.1.
This commit is contained in:
parent
1f8d80a1b3
commit
3ca93f344e
@ -1,3 +1,9 @@
|
||||
2002-10-17 Werner Koch <wk@gnupg.org>
|
||||
|
||||
Released 1.2.1rc1.
|
||||
|
||||
* README: Add an installation note for Darwin 6.1.
|
||||
|
||||
2002-10-16 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* README: Some typo fixes from Florian Weimer, and bump version
|
||||
|
14
README
14
README
@ -563,23 +563,25 @@
|
||||
Specific problems on some machines
|
||||
----------------------------------
|
||||
|
||||
* IBM RS/6000 running AIX:
|
||||
* Apple Darwin 6.1:
|
||||
|
||||
Due to a change in gcc (since version 2.8) the MPI stuff may
|
||||
not build. In this case try to run configure using:
|
||||
CFLAGS="-g -O2 -mcpu=powerpc" ./configure
|
||||
./configure --with-libiconv-prefix=/sw
|
||||
|
||||
* Compaq C V6.2 for alpha:
|
||||
|
||||
You may want to use the option "-msg-disable ptrmismatch1"
|
||||
to get rid of the sign/unsigned char mismatch warnings.
|
||||
|
||||
* IBM RS/6000 running AIX:
|
||||
|
||||
Due to a change in gcc (since version 2.8) the MPI stuff may
|
||||
not build. In this case try to run configure using:
|
||||
CFLAGS="-g -O2 -mcpu=powerpc" ./configure
|
||||
|
||||
* SVR4.2 (ESIX V4.2 cc)
|
||||
|
||||
Due to problems with the ESIX as, you probably want to do
|
||||
CFLAGS="-O -K pentium" ./configure --disable-asm
|
||||
Reported by Reinhard Wobst.
|
||||
|
||||
|
||||
|
||||
The Random Device
|
||||
|
@ -23,8 +23,8 @@ dnlAC_REVISION($Revision$)dnl
|
||||
AC_PREREQ(2.52)
|
||||
|
||||
# Remember to change the version number immediately *after* a release
|
||||
# and remove the "-cvs" suffix immediately *before* a release.
|
||||
AC_INIT(gnupg, 1.2.1-cvs, bug-gnupg@gnu.org)
|
||||
# and remove the "-cvs" or suffix immediately *before* a release.
|
||||
AC_INIT(gnupg, 1.2.1rc1, bug-gnupg@gnu.org)
|
||||
# Set development_version to yes if the minor number is odd or you
|
||||
# feel that the default check for a development version is not
|
||||
# sufficient.
|
||||
|
Loading…
x
Reference in New Issue
Block a user