Cisco Cisco WAP571E Wireless-AC N Premium Dual Radio Outdoor Access Point Release Notes

Page of 316
78-21668-01             Open Source Used In WAP5xx 1.1.0.x                                                                                                                                   
159
gcc calc.c calclex.c calcread.c -lgmp -lreadline -o calc
 
(again, on a DOS system "-o calc.exe").
 
Readline support can be enabled or disabled in calc-config.h.  That file is
created by the GMP ./configure based on the --with-readline option.  The
default is --with-readline=detect, which means to use readline if available.
"yes" can be used to force it to be used, or "no" to not use it.
 
The supplied calc.c was generated by GNU bison, but a standard yacc should
work too.
 
The supplied calclex.c was generated by GNU flex, but a standard lex should
work too.  The readline support may or may not work with a standard lex (see
comments with input() in calcread.c).  Note also that a standard lex will
require its library "-ll" on the compile command line.  "./configure" sets
this up in the GMP build tree Makefile.
 
 
 
----------------
Local variables:
mode: text
fill-column: 76
End:
Copyright 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
 
This file is part of the GNU MP Library.
 
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
 
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.
 
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
 
1.11 isatap 0.9.6