From: simon Date: Sat, 22 Dec 2012 18:10:08 +0000 (+0000) Subject: Update the suggested compile command in sshbn.c's test rig. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/4800a5e5eac9615f0685f0b7717173dcd3eaf18b Update the suggested compile command in sshbn.c's test rig. git-svn-id: svn://svn.tartarus.org/sgt/putty@9732 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/sshbn.c b/sshbn.c index 9d69b385..24f3ca6b 100644 --- a/sshbn.c +++ b/sshbn.c @@ -1761,7 +1761,7 @@ char *bignum_decimal(Bignum x) #include /* - * gcc -g -O0 -DTESTBN -o testbn sshbn.c misc.c -I unix -I charset + * gcc -Wall -g -O0 -DTESTBN -o testbn sshbn.c misc.c conf.c tree234.c unix/uxmisc.c -I. -I unix -I charset * * Then feed to this program's standard input the output of * testdata/bignum.py .