Official notice to all e-gold users

2003-09-24 Thread e-gold Ltd
Dear e-gold user. At 09.24.2003 our company has lost a number of accounts in the system during the database maintenance. Our administrators is working on the database restoring. We ask you to check your account if it is still active and your current balance is right. If you find that your ac

Re: patch for error in configure.ac

2003-09-24 Thread Marcus Brinkmann
On Wed, Sep 24, 2003 at 07:55:23PM +0200, Martin Schaffner wrote: > -arch_powerpc=false > +arch_powerpc=true true, I fixed it, thanks. Please send such things to me or [EMAIL PROTECTED] Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Mar

expression in doc/vmm.tex

2003-09-24 Thread Martin Schaffner
On line 19 of doc/vmm.tex, it says "sparse resources". I think that should be "scarce resources". Google finds 219'000 times the second wording but only 1'160 times the first one. Martin ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.or

patch for error in configure.ac

2003-09-24 Thread Martin Schaffner
--- configure.acWed Sep 24 19:52:48 2003 +++ configure.ac.newWed Sep 24 19:52:45 2003 @@ -80,7 +80,7 @@ case $host_cpu in ;; powerpc) arch=powerpc -arch_powerpc=false +arch_powerpc=true ;; *) AC_MSG_ERROR([unsupported architecture]) __

Re: libtool (branch-1-5) report

2003-09-24 Thread Robert Millan
On Wed, Sep 24, 2003 at 09:19:10AM +0200, Alfred M. Szmidt wrote: > Good news, libtool (branch-1-5) compiles, and runs the testsuite on > GNU/Hurd without a single failure. It was compiled with gcc 3.2 and > binutils 2.14, running libc 2.3.2 (with a minor patch). And the > output of the compile a

libtool (branch-1-5) report

2003-09-24 Thread Alfred M. Szmidt
Good news, libtool (branch-1-5) compiles, and runs the testsuite on GNU/Hurd without a single failure. It was compiled with gcc 3.2 and binutils 2.14, running libc 2.3.2 (with a minor patch). And the output of the compile and testsuite are inlined. Cheers. Welcome to the Emacs shell ~ $ cd /ob

Re: storeread --help output

2003-09-24 Thread Alfred M. Szmidt
storeread should have a small description of what it does before the \v, though. Will this do my lord? 2003-09-16 Alfred M. Szmidt <[EMAIL PROTECTED]> * storeread.c (doc): Added description about the program. Index: utils/storeread.c --- utils/storeread.c +++ utils/storeread.c @