gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: Building GCL under cygwin


From: Camm Maguire
Subject: [Gcl-devel] Re: Building GCL under cygwin
Date: 02 Dec 2002 15:19:40 -0500

Greetings!

1) Our Windows support team currently is Mike and David Billinghurst.
   (Thank you both again for your work here!)  Unfortunately, until it
   becomes possible for a machine with either cygwin and/or mingw to
   have remote ssh access, I won't be able to help as much as I'd
   like. 

2) Mike feels that mingw is a better way to go than cygwin, and I
   certainly have no expertise which would indicate otherwise. 

3) This having been said, your cygwin output below looks rather close.
   The main problem is that you'd need to find out where the cygwin
   version of 'isnormal' is defined.  This function is used to detect
   denormalized IEEE floating point numbers, NaNs and Infs. A grep
   through the headers should suffice.  If you find it, I can add the
   code the the configure script to look in the right places.  You
   also have an issue with

> [: and: unknown operand
> [: and: unknown operand

   which appears to be a simple fix in the gnuwin95.defs file.  Should
   you wish to pursue this, please let me know and we'll try to clean
   it up.

4) Prebuilt binaries are at:
        ftp://ftp.gnu.org/pub/gnu/gcl/cvs/

Take care,

"Stavros Macrakis" <address@hidden> writes:

> Camm, Mike --
> 
> I have been trying to build GCL 2.4.4 (tarball) under Windows 2000, and
> I feel as though I've stumbled into a maze of twistly little passages,
> all different.
> 
> --- CYGWIN ---
> 
> First I tried under cygwin (how do you get the version # of cygwin?),
> gcc 2.95.3-5, and failed.  (Details below.)
> 
> --- MINGW ---
> 
> Then I tried to use the directions for mingw (README.mingw), but am
> getting more confused by the minute.
> 
> First of all, I don't understand the relationship between cygwin and
> mingw.  I believe mingw was installed as part of my cygwin install under
> c:\cygwin\lib\mingw (or maybe this was just the runtimes?).  When I
> downloaded mingw and ran the install script, it seemed to be a
> Windows-style app, which I installed in Program Files.  Was that a
> mistake?  If not, where exactly should it have been installed under the
> cygwin hierarchy?
> 
> Next, the readme says "install the tcl/tk packages directly into your
> Mingw32 directory".  What does "install" mean here?  First of all, the
> cygwin version of mingw doesn't seem to include a Mingw32 directory.
> The Program files version does.  And what is meant by "install" here --
> there is no install script, or even a README?  Does install mean just
> copy the tcl8.3.0 tree to mingw32?  Or something else?
> 
> That's as far as I've gotten.  But afterwards there are more things that
> aren't completely clear.  The "GCL source directory" appears to refer to
> the root of the gcl tree, e.g. gcl-2.4.4, which contains not just the
> source of GCL (./o), but also the source of various other packages
> (./gmp) as well as bin, info, etc.  Is that right?  If so, calling it
> the "GCL source directory” is a bit confusing.
> 
> It then says to set up the path so Mingw32 comes first, then afterwards
> says that Cygwin make should be in the path, not Mingw32 make.  How can
> mingw32 be before cygwin for gcc and after it for make?
> 
> --- Visual C++ ---
> 
> I do have an old version of Visual C++ (5.0) on this machine -- would it
> be easier to use its compiler?
> 
> ------------------
> 
> And anyway, for now at least, I don’t even want to be able to rebuild
> GCL -- I just want a prebuilt version.  Isn’t that available somewhere?
> 
> Thanks in advance for your help!
> 
>       -s
> 
> 
> ------------------------------------------------------------
> Cygwin attempt
> 
> ./config errs out with:
> 
> >>>>>>>>
> ....
> TK_CONFIG_PREFIX=unknown
> TK_LIBRARY=C:\progra~1\WordNet\LIB\TK4.2
> TCL_LIBRARY=C:\progra~1\WordNet\LIB\TCL7.6
> ....
> MAKEINFO=makeinfo
> 
> MP_INCLUDE=h/gmp.h
> add-defs1 gnuwin95
> using gnuwin95.defs
> [: and: unknown operand
> [: and: unknown operand
>  if the 'unknown' directories exist you may provide
> a second argument to ./add-defs of a local directory where things might
> be,
> or edit ./add-defs so that it can find them.   Otherwise just continue
> and the portions with unknown will not be compiled.
> <<<<<<<<
> 
> I do not understand that last paragraph.  What exactly are the "things"
> that it is looking for?  And is this in fact benign ("just continue"),
> or not?  Apparently not, because when I try to Make, I get:
> 
> >ww>>>>>>>>
> In file included from .wwwwww./h/include.h:36,
>                  from num_co.c:33:
> ../h/gclincl.h:109: #error "No isnormal found"
> make[1]: *** [num_co.o] Error 1
> make[1]: Leaving directory `
> make: *** [all] Error 2
> <<<<<<<<
> 
> Before that, there are lots of warnings about pseudo-ops in .s files.
> 
> Also, I'm wondering about this reference to WordNet.  Does it actually
> use whatever Tk/tcl libraries happen to be lying around under the
> WordNet directory?  If so, what happens if I uninstall WordNet?!
> 
> Thanks for your help!
> 
>         -s
> 
> -----------------------
> 
> Complete transcript below.
> 
> bash-2.05b$ cd gcl-2.4.4
> bash-2.05b$ ./configure
> creating cache ./config.cache
> checking system version (for dynamic loading)... checking for gawk...
> gawk
> checking for makeinfo... makeinfo
> CYGWIN_NT-5.0-1.3.10(0.51/3/2)
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking finding DBEGIN... got 0xa000000
> checking finding CSTACK_ADDRESS... got 2293424
> checking sizeof long long int... yes
> checking for getcwd... yes
> checking for getwd... yes
> checking for uname... yes
> checking for gettimeofday... yes
> checking how to run the C preprocessor... gcc -E
> checking for sys/ioctl.h... yes
> checking for BSDgettimeofday... no
> checking for gettimeofday... (cached) yes
> checking for gettimeofday declaration... present
> checking for sin in -lm... yes
> checking for main in -lmingwex... no
> checking for math.h... yes
> checking for isnormal... checking for fpclass in ieeefp.h... no
> checking for sockets... checking for connect... yes
> checking for gethostbyname... yes
> checking for main in -lreadline... yes
> checking for bfd.h... yes
> checking for bfd_init in -lbfd... yes
> gawk: cmd. line:1: warning: escape sequence `\.' treated as plain `.'
> checking For network code for nsocket.c... yes
> checking check for listen using fcntl... yes
> checking for profil... no
> checking for setenv... yes
> checking for _cleanup... no
> checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
> checking host system type... i686-pc-cygwin
> host=i686-pc-cygwin
> checking check for SV_ONSTACK... no
> checking check for SIGSYS... yes
> checking check for SIGEMT... yes
> checking for asm/sigcontext.h... no
> checking for asm/signal.h... no
> sigcontext in signal.h
> checking for emacs... no
> checking emacs site lisp directory...
> checking emacs default.el...
> checking emacs info/dir... /usr/info/
> checking for tcl/tk... checking for tclsh... no
> checking for main in -llieee... no
> checking for dlopen in -ldl... no
> not found
> enable_machine=
> use=gnuwin95
> checking alloca... yes
> checking use_gmp=yes, doing configure in gmp directory... creating cache
> ./config.cache
> checking host system type... athlon-pc-cygwin
> checking target system type... athlon-pc-cygwin
> checking build system type... athlon-pc-cygwin
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for mawk... no
> checking for gawk... gawk
> checking whether make sets ${MAKE}... yes
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking for gcc... gcc
> checking if the C compiler (gcc) works with
> flags -g -O -fomit-frame-pointer... yes
> checking whether gcc accepts -mcpu=pentiumpro... yes
> checking whether the C compiler
> (gcc -g -O -fomit-frame-pointer -mcpu=pentiumpro  ) works... yes
> checking whether the C compiler
> (gcc -g -O -fomit-frame-pointer -mcpu=pentiumpro  ) is a
> cross-compiler... no
> checking whether we are using GNU C... yes
> (cached) checking how to run the C preprocessor... gcc -E
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking for suitable m4... m4
> checking for ar... ar
> checking how to switch to text section... .text
> checking how to switch to data section... .data
> checking how to export a symbol... .globl
> checking what assembly label suffix to use... :
> checking how the .type assembly directive should be used... .type     $1,@$2
> checking if the .size assembly directive works... .size       $1,$2
> checking what prefix to use for a local label... L
> checking how to define a 32-bit word... .long
> checking if symbols are prefixed by underscore... yes
> checking if .align assembly directive is logarithmic... no
> checking if the assembler takes cl with shldl... yes
> checking if the .align directive accepts an 0x90 fill in .text... yes
> checking if the assembler knows about MMX instructions... yes
> checking for Cygwin environment... yes
> checking for mingw32 environment... no
> checking for EMX OS/2 environment... no
> checking for executable suffix... .exe
> checking for object suffix... o
> checking build system type... (cached) athlon-pc-cygwin
> checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
> checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
> checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object
> files... -r
> checking how to recognise dependant libraries... file_magic file format
> pei*-i386(.*architecture: i386)?
> checking for ranlib... ranlib
> checking for strip... strip
> updating cache ./config.cache
> loading cache ./config.cache within ltconfig
> checking for objdir... .libs
> checking for gcc option to produce PIC... -DDLL_EXPORT
> checking if gcc PIC flag -DDLL_EXPORT works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.lo... yes
> checking if gcc supports -fno-rtti -fno-exceptions ... yes
> checking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports
> shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... Win32 ld.exe
> checking command to parse /usr/bin/nm -B output... ok
> checking if libtool supports shared libraries... yes
> checking if package supports dlls... no
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> creating libtool
> updating cache ./config.cache
> loading cache ./config.cache
> checking whether optarg is declared... no
> checking for ANSI C header files... yes
> checking for getopt.h... yes
> checking for unistd.h... yes
> checking for sys/sysctl.h... no
> checking for sys/time.h... yes
> checking for void... yes
> checking for preprocessor stringizing operator... yes
> checking for getopt_long... yes
> checking for getpagesize... yes
> checking for popen... yes
> checking for processor_info... no
> checking for strtoul... yes
> checking for sysconf... yes
> checking for sysctlbyname... no
> checking if ansi2knr should be used... no
> creating config.m4
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating mpf/Makefile
> creating mpz/Makefile
> creating mpn/Makefile
> creating mpq/Makefile
> creating mpf/tests/Makefile
> creating mpz/tests/Makefile
> creating mpq/tests/Makefile
> creating mpn/tests/Makefile
> creating tests/Makefile
> creating tests/rand/Makefile
> creating demos/Makefile
> creating tune/Makefile
> creating mpbsd/Makefile
> creating mpbsd/tests/Makefile
> creating mpfr/Makefile
> creating mpfr/tests/Makefile
> creating config.h
> linking ./mpn/x86/udiv.asm to mpn/udiv.asm
> linking ./mpn/x86/umul.asm to mpn/umul.asm
> linking ./mpn/generic/inlines.c to mpn/inlines.c
> linking ./mpn/x86/k7/aors_n.asm to mpn/add_n.asm
> linking ./mpn/x86/k7/aors_n.asm to mpn/sub_n.asm
> linking ./mpn/x86/k7/mul_1.asm to mpn/mul_1.asm
> linking ./mpn/x86/k7/aorsmul_1.asm to mpn/addmul_1.asm
> linking ./mpn/x86/k7/aorsmul_1.asm to mpn/submul_1.asm
> linking ./mpn/x86/k7/mmx/lshift.asm to mpn/lshift.asm
> linking ./mpn/x86/k7/mmx/rshift.asm to mpn/rshift.asm
> linking ./mpn/x86/k7/diveby3.asm to mpn/diveby3.asm
> linking ./mpn/generic/divrem.c to mpn/divrem.c
> linking ./mpn/x86/k7/mmx/divrem_1.asm to mpn/divrem_1.asm
> linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
> linking ./mpn/x86/k7/mmx/mod_1.asm to mpn/mod_1.asm
> linking ./mpn/generic/mod_1_rs.c to mpn/mod_1_rs.c
> linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
> linking ./mpn/generic/dump.c to mpn/dump.c
> linking ./mpn/generic/mul.c to mpn/mul.c
> linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
> linking ./mpn/generic/mul_n.c to mpn/mul_n.c
> linking ./mpn/x86/k7/mul_basecase.asm to mpn/mul_basecase.asm
> linking ./mpn/x86/k7/sqr_basecase.asm to mpn/sqr_basecase.asm
> linking ./mpn/generic/random.c to mpn/random.c
> linking ./mpn/generic/random2.c to mpn/random2.c
> linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
> linking ./mpn/generic/get_str.c to mpn/get_str.c
> linking ./mpn/generic/set_str.c to mpn/set_str.c
> linking ./mpn/generic/scan0.c to mpn/scan0.c
> linking ./mpn/generic/scan1.c to mpn/scan1.c
> linking ./mpn/x86/k7/mmx/popham.asm to mpn/popcount.asm
> linking ./mpn/x86/k7/mmx/popham.asm to mpn/hamdist.asm
> linking ./mpn/generic/cmp.c to mpn/cmp.c
> linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
> linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
> linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
> linking ./mpn/generic/gcd.c to mpn/gcd.c
> linking ./mpn/generic/gcdext.c to mpn/gcdext.c
> linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
> linking ./mpn/generic/bz_divrem_n.c to mpn/bz_divrem_n.c
> linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
> linking ./mpn/generic/jacbase.c to mpn/jacbase.c
> linking ./mpn/x86/k7/mmx/copyi.asm to mpn/copyi.asm
> linking ./mpn/x86/k7/mmx/copyd.asm to mpn/copyd.asm
> linking ./mpn/x86/k7/gmp-mparam.h to gmp-mparam.h
> checking Checking for buggy gcc version from redhat... no
> updating cache ./config.cache
> creating ./config.status
> creating makedefc
> creating h/gclincl.h
> makedefc
> 
> # begin makedefs
> 
> # use=gnuwin95
> 
> # for main link of raw_gcl
> LIBS= -lm -lreadline -lncurses
> 
> #The multi precision library stuff
> MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
> 
> 
> # root for the installation, eg /usr/local
> # This would cause make install to create /usr/local/bin/gcl and
> # /usr/local/lib/gcl-2-??/* with some basic files.
> prefix=/usr/local
> 
> # where to place the info files
> INFO_DIR=/usr/info/
> 
> # where to put emacs lisp files.
> EMACS_SITE_LISP=
> 
> # the default.el file
> EMACS_DEFAULT_EL=
> 
> # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
> # if these are found.
> TK_CONFIG_PREFIX=unknown
> TK_LIBRARY=C:\progra~1\WordNet\LIB\TK4.2
> TCL_LIBRARY=C:\progra~1\WordNet\LIB\TCL7.6
> TK_XINCLUDES=
> TK_INCLUDE=
> TCL_INCLUDE=
> TK_LIB_SPEC=
> TK_BUILD_LIB_SPEC=
> TK_XLIBSW=
> TK_XINCLUDES=
> TCL_LIB_SPEC=
> TCL_DL_LIBS=
> TCL_LIBS=
> 
> NOTIFY=yes
> GCC=gcc
> 
> RL_OBJS=readline.o
> 
> RL_LIB=lsp/readline.o
> 
> MAKEINFO=makeinfo
> 
> MP_INCLUDE=h/gmp.h
> add-defs1 gnuwin95
> using gnuwin95.defs
> [: and: unknown operand
> [: and: unknown operand
>  if the 'unknown' directories exist you may provide
> a second argument to ./add-defs of a local directory where things might
> be,
> or edit ./add-defs so that it can find them.   Otherwise just continue
> and the portions with unknown will not be compiled.
> bash-2.05b$ make
> cat h/config.h | sed -e "1,/Begin for cmpincl/d" \
>       -e "/End for cmpinclude/,50000d" > tmpx
> cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/gmp.h h/object.h
> h/vs.h h/bds.h h/frame.h h/lex.h h/eval.h    h/funlink.h h/att_ext.h
> h/new_decl.h h/compbas2.h h/compat.h h/cmponly.h >> tmpx
> ./xbin/move-if-changed mv tmpx h/cmpinclude.h
> tmpx and h/cmpinclude.h were not the same.
> ln tmpx h/cmpinclude.h
> ./xbin/move-if-changed ln h/cmpinclude.h o/cmpinclude.h
> h/cmpinclude.h and o/cmpinclude.h were not the same.
> ln h/cmpinclude.h o/cmpinclude.h
> (cd bin; make all)
> make[1]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/bin'
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -DUNIX -o dpp.exe dpp.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char  -DUNIX -o append.exe  append.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -DUNIX -o file-sub.exe file-sub.c
> make[1]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/bin'
> make mpfiles
> make[1]: Entering directory `/root/Downloads/gcl/gcl-2.4.4'
> (cd gmp/mpn ; make)
> make[2]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpn'
> Making all in tests
> make[3]: Entering directory
> `/root/Downloads/gcl/gcl-2.4.4/gmp/mpn/tests'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpn/tests'
> make[3]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpn'
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mp_bases    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o mp_bases.lo mp_bases.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mp_bases -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c mp_bases.c -o mp_bases.o
> echo timestamp > mp_bases.lo
> m4 -DPIC -DOPERATION_udiv udiv.asm >tmp-udiv.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_udiv    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro tmp-udiv.s -o udiv.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_udiv -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro tmp-udiv.s -o udiv.o
> tmp-udiv.s: Assembler messages:
> tmp-udiv.s:40: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-udiv.s:40: Warning: rest of line ignored; first ignored character is
> `_'
> tmp-udiv.s:49: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-udiv.s:49: Warning: rest of line ignored; first ignored character is
> `_'
> echo timestamp > udiv.lo
> m4 -DOPERATION_udiv udiv.asm >tmp-udiv.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_udiv    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro tmp-udiv.s -o udiv.o
> tmp-udiv.s: Assembler messages:
> tmp-udiv.s:40: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-udiv.s:40: Warning: rest of line ignored; first ignored character is
> `_'
> tmp-udiv.s:49: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-udiv.s:49: Warning: rest of line ignored; first ignored character is
> `_'
> rm -f tmp-udiv.s
> m4 -DPIC -DOPERATION_umul umul.asm >tmp-umul.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_umul    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro tmp-umul.s -o umul.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_umul -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro tmp-umul.s -o umul.o
> tmp-umul.s: Assembler messages:
> tmp-umul.s:39: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-umul.s:39: Warning: rest of line ignored; first ignored character is
> `_'
> tmp-umul.s:48: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-umul.s:48: Warning: rest of line ignored; first ignored character is
> `_'
> echo timestamp > umul.lo
> m4 -DOPERATION_umul umul.asm >tmp-umul.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_umul    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro tmp-umul.s -o umul.o
> tmp-umul.s: Assembler messages:
> tmp-umul.s:39: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-umul.s:39: Warning: rest of line ignored; first ignored character is
> `_'
> tmp-umul.s:48: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-umul.s:48: Warning: rest of line ignored; first ignored character is
> `_'
> rm -f tmp-umul.s
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inlines    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o inlines.lo inlines.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inlines -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c inlines.c -o inlines.o
> echo timestamp > inlines.lo
> m4 -DPIC -DOPERATION_add_n add_n.asm >tmp-add_n.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-add_n.s -o add_n.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n -g -O -fomit-
> frame-pointer -mcpu=pentiumpro tmp-add_n.s -o add_n.o
> tmp-add_n.s: Assembler messages:
> tmp-add_n.s:83: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:83: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-add_n.s:87: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:87: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-add_n.s:90: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:90: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-add_n.s:311: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:311: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > add_n.lo
> m4 -DOPERATION_add_n add_n.asm >tmp-add_n.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_n    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-add_n.s -o add_n.o
> tmp-add_n.s: Assembler messages:
> tmp-add_n.s:83: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:83: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-add_n.s:87: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:87: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-add_n.s:90: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:90: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-add_n.s:303: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-add_n.s:303: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-add_n.s
> m4 -DPIC -DOPERATION_sub_n sub_n.asm >tmp-sub_n.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub_n    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-sub_n.s -o sub_n.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub_n -g -O -fomit-
> frame-pointer -mcpu=pentiumpro tmp-sub_n.s -o sub_n.o
> tmp-sub_n.s: Assembler messages:
> tmp-sub_n.s:83: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:83: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-sub_n.s:87: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:87: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-sub_n.s:90: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:90: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-sub_n.s:311: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:311: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > sub_n.lo
> m4 -DOPERATION_sub_n sub_n.asm >tmp-sub_n.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub_n    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-sub_n.s -o sub_n.o
> tmp-sub_n.s: Assembler messages:
> tmp-sub_n.s:83: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:83: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-sub_n.s:87: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:87: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-sub_n.s:90: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:90: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-sub_n.s:303: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-sub_n.s:303: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-sub_n.s
> m4 -DPIC -DOPERATION_mul_1 mul_1.asm >tmp-mul_1.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_1    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-mul_1.s -o mul_1.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_1 -g -O -fomit-
> frame-pointer -mcpu=pentiumpro tmp-mul_1.s -o mul_1.o
> tmp-mul_1.s: Assembler messages:
> tmp-mul_1.s:74: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:74: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mul_1.s:79: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:79: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mul_1.s:83: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:83: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mul_1.s:438: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:438: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > mul_1.lo
> m4 -DOPERATION_mul_1 mul_1.asm >tmp-mul_1.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_1    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-mul_1.s -o mul_1.o
> tmp-mul_1.s: Assembler messages:
> tmp-mul_1.s:74: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:74: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mul_1.s:79: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:79: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mul_1.s:83: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:83: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mul_1.s:430: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mul_1.s:430: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-mul_1.s
> m4 -DPIC -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_addmul_1    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-addmul_1.s -o addmul_1.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_addmul_1 -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-addmul_1.s -o addmul_1.o
> tmp-addmul_1.s: Assembler messages:
> tmp-addmul_1.s:73: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:73: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-addmul_1.s:92: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:92: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-addmul_1.s:96: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:96: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-addmul_1.s:517: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:517: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > addmul_1.lo
> m4 -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_addmul_1    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-addmul_1.s -o addmul_1.o
> tmp-addmul_1.s: Assembler messages:
> tmp-addmul_1.s:73: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:73: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-addmul_1.s:92: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:92: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-addmul_1.s:96: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:96: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-addmul_1.s:509: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-addmul_1.s:509: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-addmul_1.s
> m4 -DPIC -DOPERATION_submul_1 submul_1.asm >tmp-submul_1.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_submul_1    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-submul_1.s -o submul_1.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_submul_1 -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-submul_1.s -o submul_1.o
> tmp-submul_1.s: Assembler messages:
> tmp-submul_1.s:73: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:73: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-submul_1.s:92: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:92: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-submul_1.s:96: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:96: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-submul_1.s:517: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:517: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > submul_1.lo
> m4 -DOPERATION_submul_1 submul_1.asm >tmp-submul_1.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_submul_1    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-submul_1.s -o submul_1.o
> tmp-submul_1.s: Assembler messages:
> tmp-submul_1.s:73: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:73: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-submul_1.s:92: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:92: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-submul_1.s:96: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:96: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-submul_1.s:509: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-submul_1.s:509: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-submul_1.s
> m4 -DPIC -DOPERATION_lshift lshift.asm >tmp-lshift.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_lshift    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro tmp-lshift.s -o lshift.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_lshift -g -O -fomit
> -frame-pointer -mcpu=pentiumpro tmp-lshift.s -o lshift.o
> tmp-lshift.s: Assembler messages:
> tmp-lshift.s:61: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-lshift.s:61: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-lshift.s:531: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-lshift.s:531: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > lshift.lo
> m4 -DOPERATION_lshift lshift.asm >tmp-lshift.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_lshift    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro tmp-lshift.s -o lshift.o
> tmp-lshift.s: Assembler messages:
> tmp-lshift.s:61: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-lshift.s:61: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-lshift.s:522: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-lshift.s:522: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-lshift.s
> m4 -DPIC -DOPERATION_rshift rshift.asm >tmp-rshift.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_rshift    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro tmp-rshift.s -o rshift.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_rshift -g -O -fomit
> -frame-pointer -mcpu=pentiumpro tmp-rshift.s -o rshift.o
> tmp-rshift.s: Assembler messages:
> tmp-rshift.s:67: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-rshift.s:67: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-rshift.s:529: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-rshift.s:529: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > rshift.lo
> m4 -DOPERATION_rshift rshift.asm >tmp-rshift.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_rshift    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro tmp-rshift.s -o rshift.o
> tmp-rshift.s: Assembler messages:
> tmp-rshift.s:67: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-rshift.s:67: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-rshift.s:520: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-rshift.s:520: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-rshift.s
> m4 -DPIC -DOPERATION_diveby3 diveby3.asm >tmp-diveby3.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_diveby3    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro tmp-diveby3.s -o diveby3.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_diveby3 -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro tmp-diveby3.s -o diveby3.o
> tmp-diveby3.s: Assembler messages:
> tmp-diveby3.s:47: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-diveby3.s:47: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-diveby3.s:132: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-diveby3.s:132: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > diveby3.lo
> m4 -DOPERATION_diveby3 diveby3.asm >tmp-diveby3.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_diveby3    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro tmp-diveby3.s -o diveby3.o
> tmp-diveby3.s: Assembler messages:
> tmp-diveby3.s:47: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-diveby3.s:47: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-diveby3.s:132: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-diveby3.s:132: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-diveby3.s
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o divrem.lo divrem.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c divrem.c -o divrem.o
> echo timestamp > divrem.lo
> m4 -DPIC -DOPERATION_divrem_1 divrem_1.asm >tmp-divrem_1.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem_1    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-divrem_1.s -o divrem_1.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem_1 -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-divrem_1.s -o divrem_1.o
> tmp-divrem_1.s: Assembler messages:
> tmp-divrem_1.s:82: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:82: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-divrem_1.s:105: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:105: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-divrem_1.s:110: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:110: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-divrem_1.s:715: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:715: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > divrem_1.lo
> m4 -DOPERATION_divrem_1 divrem_1.asm >tmp-divrem_1.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem_1    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-divrem_1.s -o divrem_1.o
> tmp-divrem_1.s: Assembler messages:
> tmp-divrem_1.s:82: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:82: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-divrem_1.s:105: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:105: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-divrem_1.s:110: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:110: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-divrem_1.s:715: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-divrem_1.s:715: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-divrem_1.s
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem_2    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o divrem_2.lo divrem_2.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divrem_2 -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c divrem_2.c -o divrem_2.o
> echo timestamp > divrem_2.lo
> m4 -DPIC -DOPERATION_mod_1 mod_1.asm >tmp-mod_1.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod_1    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-mod_1.s -o mod_1.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod_1 -g -O -fomit-
> frame-pointer -mcpu=pentiumpro tmp-mod_1.s -o mod_1.o
> tmp-mod_1.s: Assembler messages:
> tmp-mod_1.s:62: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:62: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mod_1.s:77: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:77: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mod_1.s:82: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:82: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mod_1.s:451: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:451: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > mod_1.lo
> m4 -DOPERATION_mod_1 mod_1.asm >tmp-mod_1.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod_1    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-mod_1.s -o mod_1.o
> tmp-mod_1.s: Assembler messages:
> tmp-mod_1.s:62: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:62: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mod_1.s:77: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:77: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mod_1.s:82: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:82: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-mod_1.s:451: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-mod_1.s:451: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-mod_1.s
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod_1_rs    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o mod_1_rs.lo mod_1_rs.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod_1_rs -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c mod_1_rs.c -o mod_1_rs.o
> echo timestamp > mod_1_rs.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_pre_mod_1    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o pre_mod_1.lo pre_mod_1.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_pre_mod_1 -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c pre_mod_1.c -o pre_mod_1.o
> echo timestamp > pre_mod_1.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_dump    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o dump.lo dump.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_dump -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c dump.c -o dump.o
> echo timestamp > dump.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o mul.lo mul.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c mul.c -o mul.o
> echo timestamp > mul.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_fft    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o mul_fft.lo mul_fft.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_fft -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c mul_fft.c -o mul_fft.o
> echo timestamp > mul_fft.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_n    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o mul_n.lo mul_n.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_n -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c mul_n.c -o mul_n.o
> echo timestamp > mul_n.lo
> m4 -DPIC -DOPERATION_mul_basecase mul_basecase.asm >tmp-mul_basecase.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_basecase    -g 
> -O -fomit-frame-pointer -mcpu=pentiumpro tmp-mul_basecase.s -o
> mul_basecase.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_basecase -g -O 
> -fomit-frame-pointer -mcpu=pentiumpro tmp-mul_basecase.s -o
> mul_basecase.o
> tmp-mul_basecase.s: Assembler messages:
> tmp-mul_basecase.s:59: Warning: .type pseudo-op used outside of
> .def/.endef ignored.
> tmp-mul_basecase.s:59: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-mul_basecase.s:942: Warning: .size pseudo-op used outside of
> .def/.endef ignored.
> tmp-mul_basecase.s:942: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > mul_basecase.lo
> m4 -DOPERATION_mul_basecase mul_basecase.asm >tmp-mul_basecase.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_basecase    -g 
> -O -fomit-frame-pointer -mcpu=pentiumpro tmp-mul_basecase.s -o
> mul_basecase.o
> tmp-mul_basecase.s: Assembler messages:
> tmp-mul_basecase.s:59: Warning: .type pseudo-op used outside of
> .def/.endef ignored.
> tmp-mul_basecase.s:59: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-mul_basecase.s:934: Warning: .size pseudo-op used outside of
> .def/.endef ignored.
> tmp-mul_basecase.s:934: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-mul_basecase.s
> m4 -DPIC -DOPERATION_sqr_basecase sqr_basecase.asm >tmp-sqr_basecase.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqr_basecase    -g 
> -O -fomit-frame-pointer -mcpu=pentiumpro tmp-sqr_basecase.s -o
> sqr_basecase.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqr_basecase -g -O 
> -fomit-frame-pointer -mcpu=pentiumpro tmp-sqr_basecase.s -o
> sqr_basecase.o
> tmp-sqr_basecase.s: Assembler messages:
> tmp-sqr_basecase.s:53: Warning: .type pseudo-op used outside of
> .def/.endef ignored.
> tmp-sqr_basecase.s:53: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-sqr_basecase.s:1485: Warning: .size pseudo-op used outside of
> .def/.endef ignored.
> tmp-sqr_basecase.s:1485: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > sqr_basecase.lo
> m4 -DOPERATION_sqr_basecase sqr_basecase.asm >tmp-sqr_basecase.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqr_basecase    -g 
> -O -fomit-frame-pointer -mcpu=pentiumpro tmp-sqr_basecase.s -o
> sqr_basecase.o
> tmp-sqr_basecase.s: Assembler messages:
> tmp-sqr_basecase.s:53: Warning: .type pseudo-op used outside of
> .def/.endef ignored.
> tmp-sqr_basecase.s:53: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-sqr_basecase.s:1478: Warning: .size pseudo-op used outside of
> .def/.endef ignored.
> tmp-sqr_basecase.s:1478: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-sqr_basecase.s
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o random.lo random.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c random.c -o random.o
> echo timestamp > random.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random2    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o random2.lo random2.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random2 -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c random2.c -o random2.o
> echo timestamp > random2.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqrtrem    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o sqrtrem.lo sqrtrem.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqrtrem -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c sqrtrem.c -o sqrtrem.o
> echo timestamp > sqrtrem.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_str    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o get_str.lo get_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_str -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c get_str.c -o get_str.o
> echo timestamp > get_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_str    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o set_str.lo set_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_str -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c set_str.c -o set_str.o
> echo timestamp > set_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan0    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o scan0.lo scan0.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan0 -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c scan0.c -o scan0.o
> echo timestamp > scan0.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan1    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o scan1.lo scan1.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan1 -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c scan1.c -o scan1.o
> echo timestamp > scan1.lo
> m4 -DPIC -DOPERATION_popcount popcount.asm >tmp-popcount.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_popcount    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-popcount.s -o popcount.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_popcount -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-popcount.s -o popcount.o
> tmp-popcount.s: Assembler messages:
> tmp-popcount.s:68: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-popcount.s:68: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-popcount.s:180: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-popcount.s:180: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > popcount.lo
> m4 -DOPERATION_popcount popcount.asm >tmp-popcount.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_popcount    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro tmp-popcount.s -o popcount.o
> tmp-popcount.s: Assembler messages:
> tmp-popcount.s:86: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-popcount.s:86: Warning: rest of line ignored; first ignored
> character is `_'
> tmp-popcount.s:185: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-popcount.s:185: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-popcount.s
> m4 -DPIC -DOPERATION_hamdist hamdist.asm >tmp-hamdist.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_hamdist    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro tmp-hamdist.s -o hamdist.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_hamdist -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro tmp-hamdist.s -o hamdist.o
> tmp-hamdist.s: Assembler messages:
> tmp-hamdist.s:69: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-hamdist.s:69: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-hamdist.s:183: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-hamdist.s:183: Warning: rest of line ignored; first ignored
> character is `_'
> echo timestamp > hamdist.lo
> m4 -DOPERATION_hamdist hamdist.asm >tmp-hamdist.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_hamdist    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro tmp-hamdist.s -o hamdist.o
> tmp-hamdist.s: Assembler messages:
> tmp-hamdist.s:87: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-hamdist.s:87: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-hamdist.s:188: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-hamdist.s:188: Warning: rest of line ignored; first ignored
> character is `_'
> rm -f tmp-hamdist.s
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o cmp.lo cmp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c cmp.c -o cmp.o
> echo timestamp > cmp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_perfsqr    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o perfsqr.lo perfsqr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_perfsqr -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c perfsqr.c -o perfsqr.o
> echo timestamp > perfsqr.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bdivmod    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o bdivmod.lo bdivmod.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bdivmod -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c bdivmod.c -o bdivmod.o
> echo timestamp > bdivmod.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd_1    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o gcd_1.lo gcd_1.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd_1 -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c gcd_1.c -o gcd_1.o
> echo timestamp > gcd_1.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o gcd.lo gcd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c gcd.c -o gcd.o
> echo timestamp > gcd.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcdext    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o gcdext.lo gcdext.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcdext -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c gcdext.c -o gcdext.o
> echo timestamp > gcdext.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_qr    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o tdiv_qr.lo tdiv_qr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_qr -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c tdiv_qr.c -o tdiv_qr.o
> echo timestamp > tdiv_qr.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bz_divrem_n    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o bz_divrem_n.lo bz_divrem_n.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bz_divrem_n -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c bz_divrem_n.c -o bz_divrem_n.o
> echo timestamp > bz_divrem_n.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sb_divrem_mn    -g -O 
> -fomit-frame-pointer -mcpu=pentiumpro -c -o sb_divrem_mn.lo
> sb_divrem_mn.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sb_divrem_mn -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c sb_divrem_mn.c -o sb_divrem_mn.o
> echo timestamp > sb_divrem_mn.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_jacbase    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o jacbase.lo jacbase.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_jacbase -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c jacbase.c -o jacbase.o
> echo timestamp > jacbase.lo
> m4 -DPIC -DOPERATION_copyi copyi.asm >tmp-copyi.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_copyi    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-copyi.s -o copyi.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_copyi -g -O -fomit-
> frame-pointer -mcpu=pentiumpro tmp-copyi.s -o copyi.o
> tmp-copyi.s: Assembler messages:
> tmp-copyi.s:56: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyi.s:56: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-copyi.s:146: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyi.s:146: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > copyi.lo
> m4 -DOPERATION_copyi copyi.asm >tmp-copyi.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_copyi    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-copyi.s -o copyi.o
> tmp-copyi.s: Assembler messages:
> tmp-copyi.s:56: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyi.s:56: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-copyi.s:146: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyi.s:146: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-copyi.s
> m4 -DPIC -DOPERATION_copyd copyd.asm >tmp-copyd.s
> /bin/sh ../libtool --mode=compile
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_copyd    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-copyd.s -o copyd.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_copyd -g -O -fomit-
> frame-pointer -mcpu=pentiumpro tmp-copyd.s -o copyd.o
> tmp-copyd.s: Assembler messages:
> tmp-copyd.s:47: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyd.s:47: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-copyd.s:135: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyd.s:135: Warning: rest of line ignored; first ignored character
> is `_'
> echo timestamp > copyd.lo
> m4 -DOPERATION_copyd copyd.asm >tmp-copyd.s
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_copyd    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro tmp-copyd.s -o copyd.o
> tmp-copyd.s: Assembler messages:
> tmp-copyd.s:47: Warning: .type pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyd.s:47: Warning: rest of line ignored; first ignored character
> is `_'
> tmp-copyd.s:135: Warning: .size pseudo-op used outside of .def/.endef
> ignored.
> tmp-copyd.s:135: Warning: rest of line ignored; first ignored character
> is `_'
> rm -f tmp-copyd.s
> /bin/sh ../libtool --mode=link
> gcc  -g -O -fomit-frame-pointer -mcpu=pentiumpro   -o libmpn.la
> mp_bases.lo udiv.lo umul.lo inlines.lo add_n.lo sub_n.lo mul_1.lo
> addmul_1.lo submul_1.lo lshift.lo rshift.lo diveby3.lo divrem.lo
> divrem_1.lo divrem_2.lo mod_1.lo mod_1_rs.lo pre_mod_1.lo dump.lo mul.lo
> mul_fft.lo mul_n.lo mul_basecase.lo sqr_basecase.lo random.lo random2.lo
> sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo
> hamdist.lo cmp.lo perfsqr.lo bdivmod.lo gcd_1.lo gcd.lo gcdext.lo
> tdiv_qr.lo bz_divrem_n.lo sb_divrem_mn.lo jacbase.lo copyi.lo copyd.lo
> mkdir .libs
> rm -fr .libs/libmpn.la .libs/libmpn.* .libs/libmpn.*
> ar cru .libs/libmpn.a  mp_bases.o udiv.o umul.o inlines.o add_n.o
> sub_n.o mul_1.o addmul_1.o submul_1.o lshift.o rshift.o diveby3.o
> divrem.o divrem_1.o divrem_2.o mod_1.o mod_1_rs.o pre_mod_1.o dump.o
> mul.o mul_fft.o mul_n.o mul_basecase.o sqr_basecase.o random.o random2.o
> sqrtrem.o get_str.o set_str.o scan0.o scan1.o popcount.o hamdist.o cmp.o
> perfsqr.o bdivmod.o gcd_1.o gcd.o gcdext.o tdiv_qr.o bz_divrem_n.o
> sb_divrem_mn.o jacbase.o copyi.o copyd.o
> creating libmpn.la
> (cd .libs && rm -f libmpn.la && ln -s ../libmpn.la libmpn.la)
> make[3]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpn'
> make[2]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpn'
> (cd gmp/mpz ; make)
> make[2]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpz'
> Making all in tests
> make[3]: Entering directory
> `/root/Downloads/gcl/gcl-2.4.4/gmp/mpz/tests'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpz/tests'
> make[3]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpz'
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_abs    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o abs.lo abs.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_abs -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c abs.c -o abs.o
> echo timestamp > abs.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o add.lo add.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c add.c -o add.o
> echo timestamp > add.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o add_ui.lo add_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_add_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c add_ui.c -o add_ui.o
> echo timestamp > add_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_addmul_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o addmul_ui.lo addmul_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_addmul_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c addmul_ui.c -o addmul_ui.o
> echo timestamp > addmul_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_and    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o and.lo and.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_and -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c and.c -o and.o
> echo timestamp > and.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_array_init    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c -o array_init.lo array_init.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_array_init -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c array_init.c -o array_init.o
> echo timestamp > array_init.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bin_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o bin_ui.lo bin_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bin_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c bin_ui.c -o bin_ui.o
> echo timestamp > bin_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bin_uiui    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o bin_uiui.lo bin_uiui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_bin_uiui -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c bin_uiui.c -o bin_uiui.o
> echo timestamp > bin_uiui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_q    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o cdiv_q.lo cdiv_q.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_q -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c cdiv_q.c -o cdiv_q.o
> echo timestamp > cdiv_q.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_q_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o cdiv_q_ui.lo cdiv_q_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_q_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c cdiv_q_ui.c -o cdiv_q_ui.o
> echo timestamp > cdiv_q_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_qr    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o cdiv_qr.lo cdiv_qr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_qr -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c cdiv_qr.c -o cdiv_qr.o
> echo timestamp > cdiv_qr.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_qr_ui    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c -o cdiv_qr_ui.lo cdiv_qr_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_qr_ui -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c cdiv_qr_ui.c -o cdiv_qr_ui.o
> echo timestamp > cdiv_qr_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_r    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o cdiv_r.lo cdiv_r.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_r -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c cdiv_r.c -o cdiv_r.o
> echo timestamp > cdiv_r.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_r_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o cdiv_r_ui.lo cdiv_r_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_r_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c cdiv_r_ui.c -o cdiv_r_ui.o
> echo timestamp > cdiv_r_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_ui    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o cdiv_ui.lo cdiv_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cdiv_ui -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c cdiv_ui.c -o cdiv_ui.o
> echo timestamp > cdiv_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_clear    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o clear.lo clear.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_clear -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c clear.c -o clear.o
> echo timestamp > clear.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_clrbit    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o clrbit.lo clrbit.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_clrbit -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c clrbit.c -o clrbit.o
> echo timestamp > clrbit.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o cmp.lo cmp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c cmp.c -o cmp.o
> echo timestamp > cmp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp_si    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o cmp_si.lo cmp_si.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp_si -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c cmp_si.c -o cmp_si.o
> echo timestamp > cmp_si.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o cmp_ui.lo cmp_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmp_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c cmp_ui.c -o cmp_ui.o
> echo timestamp > cmp_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmpabs    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o cmpabs.lo cmpabs.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmpabs -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c cmpabs.c -o cmpabs.o
> echo timestamp > cmpabs.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmpabs_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o cmpabs_ui.lo cmpabs_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_cmpabs_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c cmpabs_ui.c -o cmpabs_ui.o
> echo timestamp > cmpabs_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_com    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o com.lo com.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_com -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c com.c -o com.o
> echo timestamp > com.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divexact    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o divexact.lo divexact.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_divexact -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c divexact.c -o divexact.o
> echo timestamp > divexact.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_dump    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o dump.lo dump.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_dump -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c dump.c -o dump.o
> echo timestamp > dump.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fac_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o fac_ui.lo fac_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fac_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c fac_ui.c -o fac_ui.o
> echo timestamp > fac_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_q    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o fdiv_q.lo fdiv_q.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_q -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c fdiv_q.c -o fdiv_q.o
> echo timestamp > fdiv_q.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_q_2exp    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o fdiv_q_2exp.lo fdiv_q_2exp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_q_2exp -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c fdiv_q_2exp.c -o fdiv_q_2exp.o
> echo timestamp > fdiv_q_2exp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_q_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o fdiv_q_ui.lo fdiv_q_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_q_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c fdiv_q_ui.c -o fdiv_q_ui.o
> echo timestamp > fdiv_q_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_qr    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o fdiv_qr.lo fdiv_qr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_qr -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c fdiv_qr.c -o fdiv_qr.o
> echo timestamp > fdiv_qr.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_qr_ui    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c -o fdiv_qr_ui.lo fdiv_qr_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_qr_ui -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c fdiv_qr_ui.c -o fdiv_qr_ui.o
> echo timestamp > fdiv_qr_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_r    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o fdiv_r.lo fdiv_r.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_r -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c fdiv_r.c -o fdiv_r.o
> echo timestamp > fdiv_r.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_r_2exp    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o fdiv_r_2exp.lo fdiv_r_2exp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_r_2exp -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c fdiv_r_2exp.c -o fdiv_r_2exp.o
> echo timestamp > fdiv_r_2exp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_r_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o fdiv_r_ui.lo fdiv_r_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_r_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c fdiv_r_ui.c -o fdiv_r_ui.o
> echo timestamp > fdiv_r_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_ui    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o fdiv_ui.lo fdiv_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fdiv_ui -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c fdiv_ui.c -o fdiv_ui.o
> echo timestamp > fdiv_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fib_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o fib_ui.lo fib_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fib_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c fib_ui.c -o fib_ui.o
> echo timestamp > fib_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_sint_p    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o fits_sint_p.lo fits_sint_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_sint_p -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c fits_sint_p.c -o fits_sint_p.o
> echo timestamp > fits_sint_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_slong_p    -g -O 
> -fomit-frame-pointer -mcpu=pentiumpro -c -o fits_slong_p.lo
> fits_slong_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_slong_p -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c fits_slong_p.c -o fits_slong_p.o
> echo timestamp > fits_slong_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_sshort_p    -g -O
>  -fomit-frame-pointer -mcpu=pentiumpro -c -o fits_sshort_p.lo
> fits_sshort_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_sshort_p -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c fits_sshort_p.c -o
> fits_sshort_p.o
> echo timestamp > fits_sshort_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_uint_p    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o fits_uint_p.lo fits_uint_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_uint_p -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c fits_uint_p.c -o fits_uint_p.o
> echo timestamp > fits_uint_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_ulong_p    -g -O 
> -fomit-frame-pointer -mcpu=pentiumpro -c -o fits_ulong_p.lo
> fits_ulong_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_ulong_p -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c fits_ulong_p.c -o fits_ulong_p.o
> echo timestamp > fits_ulong_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_ushort_p    -g -O
>  -fomit-frame-pointer -mcpu=pentiumpro -c -o fits_ushort_p.lo
> fits_ushort_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_fits_ushort_p -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c fits_ushort_p.c -o
> fits_ushort_p.o
> echo timestamp > fits_ushort_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o gcd.lo gcd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c gcd.c -o gcd.o
> echo timestamp > gcd.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o gcd_ui.lo gcd_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcd_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c gcd_ui.c -o gcd_ui.o
> echo timestamp > gcd_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcdext    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o gcdext.lo gcdext.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_gcdext -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c gcdext.c -o gcdext.o
> echo timestamp > gcdext.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_d    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o get_d.lo get_d.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_d -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c get_d.c -o get_d.o
> echo timestamp > get_d.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_si    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o get_si.lo get_si.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_si -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c get_si.c -o get_si.o
> echo timestamp > get_si.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_str    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o get_str.lo get_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_str -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c get_str.c -o get_str.o
> echo timestamp > get_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o get_ui.lo get_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_get_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c get_ui.c -o get_ui.o
> echo timestamp > get_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_getlimbn    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o getlimbn.lo getlimbn.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_getlimbn -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c getlimbn.c -o getlimbn.o
> echo timestamp > getlimbn.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_hamdist    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o hamdist.lo hamdist.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_hamdist -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c hamdist.c -o hamdist.o
> echo timestamp > hamdist.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_init    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o init.lo init.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_init -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c init.c -o init.o
> echo timestamp > init.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inp_raw    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o inp_raw.lo inp_raw.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inp_raw -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c inp_raw.c -o inp_raw.o
> echo timestamp > inp_raw.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inp_str    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o inp_str.lo inp_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_inp_str -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c inp_str.c -o inp_str.o
> echo timestamp > inp_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_invert    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o invert.lo invert.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_invert -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c invert.c -o invert.o
> echo timestamp > invert.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_ior    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o ior.lo ior.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_ior -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c ior.c -o ior.o
> echo timestamp > ior.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o iset.lo iset.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c iset.c -o iset.o
> echo timestamp > iset.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_d    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o iset_d.lo iset_d.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_d -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c iset_d.c -o iset_d.o
> echo timestamp > iset_d.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_si    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o iset_si.lo iset_si.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_si -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c iset_si.c -o iset_si.o
> echo timestamp > iset_si.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_str    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o iset_str.lo iset_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_str -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c iset_str.c -o iset_str.o
> echo timestamp > iset_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_ui    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o iset_ui.lo iset_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_iset_ui -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c iset_ui.c -o iset_ui.o
> echo timestamp > iset_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_jacobi    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o jacobi.lo jacobi.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_jacobi -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c jacobi.c -o jacobi.o
> echo timestamp > jacobi.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronsz    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o kronsz.lo kronsz.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronsz -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c kronsz.c -o kronsz.o
> echo timestamp > kronsz.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronuz    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o kronuz.lo kronuz.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronuz -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c kronuz.c -o kronuz.o
> echo timestamp > kronuz.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronzs    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o kronzs.lo kronzs.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronzs -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c kronzs.c -o kronzs.o
> echo timestamp > kronzs.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronzu    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o kronzu.lo kronzu.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_kronzu -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c kronzu.c -o kronzu.o
> echo timestamp > kronzu.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_lcm    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o lcm.lo lcm.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_lcm -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c lcm.c -o lcm.o
> echo timestamp > lcm.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_legendre    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o legendre.lo legendre.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_legendre -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c legendre.c -o legendre.o
> echo timestamp > legendre.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o mod.lo mod.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mod -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c mod.c -o mod.o
> echo timestamp > mod.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o mul.lo mul.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c mul.c -o mul.o
> echo timestamp > mul.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_2exp    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o mul_2exp.lo mul_2exp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_2exp -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c mul_2exp.c -o mul_2exp.o
> echo timestamp > mul_2exp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_neg    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o neg.lo neg.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_neg -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c neg.c -o neg.o
> echo timestamp > neg.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_nextprime    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o nextprime.lo nextprime.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_nextprime -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c nextprime.c -o nextprime.o
> echo timestamp > nextprime.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_out_raw    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o out_raw.lo out_raw.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_out_raw -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c out_raw.c -o out_raw.o
> echo timestamp > out_raw.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_out_str    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o out_str.lo out_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_out_str -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c out_str.c -o out_str.o
> echo timestamp > out_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_perfpow    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o perfpow.lo perfpow.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_perfpow -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c perfpow.c -o perfpow.o
> echo timestamp > perfpow.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_perfsqr    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o perfsqr.lo perfsqr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_perfsqr -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c perfsqr.c -o perfsqr.o
> echo timestamp > perfsqr.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_popcount    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o popcount.lo popcount.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_popcount -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c popcount.c -o popcount.o
> echo timestamp > popcount.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_pow_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o pow_ui.lo pow_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_pow_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c pow_ui.c -o pow_ui.o
> echo timestamp > pow_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_powm    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o powm.lo powm.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_powm -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c powm.c -o powm.o
> echo timestamp > powm.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_powm_ui    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o powm_ui.lo powm_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_powm_ui -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c powm_ui.c -o powm_ui.o
> echo timestamp > powm_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_pprime_p    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o pprime_p.lo pprime_p.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_pprime_p -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c pprime_p.c -o pprime_p.o
> echo timestamp > pprime_p.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o random.lo random.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c random.c -o random.o
> echo timestamp > random.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random2    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o random2.lo random2.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_random2 -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c random2.c -o random2.o
> echo timestamp > random2.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_realloc    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o realloc.lo realloc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_realloc -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c realloc.c -o realloc.o
> echo timestamp > realloc.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_remove    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o remove.lo remove.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_remove -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c remove.c -o remove.o
> echo timestamp > remove.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_root    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o root.lo root.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_root -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c root.c -o root.o
> echo timestamp > root.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_rrandomb    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o rrandomb.lo rrandomb.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_rrandomb -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c rrandomb.c -o rrandomb.o
> echo timestamp > rrandomb.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan0    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o scan0.lo scan0.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan0 -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c scan0.c -o scan0.o
> echo timestamp > scan0.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan1    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o scan1.lo scan1.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_scan1 -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c scan1.c -o scan1.o
> echo timestamp > scan1.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o set.lo set.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c set.c -o set.o
> echo timestamp > set.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_d    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o set_d.lo set_d.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_d -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c set_d.c -o set_d.o
> echo timestamp > set_d.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_f    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o set_f.lo set_f.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_f -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c set_f.c -o set_f.o
> echo timestamp > set_f.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_q    -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c -o set_q.lo set_q.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_q -g -O -fomit-fra
> me-pointer -mcpu=pentiumpro -c set_q.c -o set_q.o
> echo timestamp > set_q.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_si    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o set_si.lo set_si.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_si -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c set_si.c -o set_si.o
> echo timestamp > set_si.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_str    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o set_str.lo set_str.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_str -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c set_str.c -o set_str.o
> echo timestamp > set_str.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o set_ui.lo set_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_set_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c set_ui.c -o set_ui.o
> echo timestamp > set_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_setbit    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o setbit.lo setbit.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_setbit -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c setbit.c -o setbit.o
> echo timestamp > setbit.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_size    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o size.lo size.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_size -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c size.c -o size.o
> echo timestamp > size.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sizeinbase    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c -o sizeinbase.lo sizeinbase.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sizeinbase -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c sizeinbase.c -o sizeinbase.o
> echo timestamp > sizeinbase.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqrt    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o sqrt.lo sqrt.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqrt -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c sqrt.c -o sqrt.o
> echo timestamp > sqrt.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqrtrem    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o sqrtrem.lo sqrtrem.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sqrtrem -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c sqrtrem.c -o sqrtrem.o
> echo timestamp > sqrtrem.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o sub.lo sub.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c sub.c -o sub.o
> echo timestamp > sub.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o sub_ui.lo sub_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_sub_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c sub_ui.c -o sub_ui.o
> echo timestamp > sub_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_swap    -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c -o swap.lo swap.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_swap -g -O -fomit-fram
> e-pointer -mcpu=pentiumpro -c swap.c -o swap.o
> echo timestamp > swap.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_ui    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o tdiv_ui.lo tdiv_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_ui -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c tdiv_ui.c -o tdiv_ui.o
> echo timestamp > tdiv_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_q    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o tdiv_q.lo tdiv_q.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_q -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c tdiv_q.c -o tdiv_q.o
> echo timestamp > tdiv_q.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_q_2exp    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o tdiv_q_2exp.lo tdiv_q_2exp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_q_2exp -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c tdiv_q_2exp.c -o tdiv_q_2exp.o
> echo timestamp > tdiv_q_2exp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_q_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o tdiv_q_ui.lo tdiv_q_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_q_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c tdiv_q_ui.c -o tdiv_q_ui.o
> echo timestamp > tdiv_q_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_qr    -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c -o tdiv_qr.lo tdiv_qr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_qr -g -O -fomit-f
> rame-pointer -mcpu=pentiumpro -c tdiv_qr.c -o tdiv_qr.o
> echo timestamp > tdiv_qr.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_qr_ui    -g -O -f
> omit-frame-pointer -mcpu=pentiumpro -c -o tdiv_qr_ui.lo tdiv_qr_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_qr_ui -g -O -fomi
> t-frame-pointer -mcpu=pentiumpro -c tdiv_qr_ui.c -o tdiv_qr_ui.o
> echo timestamp > tdiv_qr_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_r    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o tdiv_r.lo tdiv_r.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_r -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c tdiv_r.c -o tdiv_r.o
> echo timestamp > tdiv_r.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_r_2exp    -g -O -
> fomit-frame-pointer -mcpu=pentiumpro -c -o tdiv_r_2exp.lo tdiv_r_2exp.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_r_2exp -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c tdiv_r_2exp.c -o tdiv_r_2exp.o
> echo timestamp > tdiv_r_2exp.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_r_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o tdiv_r_ui.lo tdiv_r_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tdiv_r_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c tdiv_r_ui.c -o tdiv_r_ui.o
> echo timestamp > tdiv_r_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tstbit    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o tstbit.lo tstbit.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_tstbit -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c tstbit.c -o tstbit.o
> echo timestamp > tstbit.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_ui_pow_ui    -g -O -fo
> mit-frame-pointer -mcpu=pentiumpro -c -o ui_pow_ui.lo ui_pow_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_ui_pow_ui -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c ui_pow_ui.c -o ui_pow_ui.o
> echo timestamp > ui_pow_ui.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_urandomb    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o urandomb.lo urandomb.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_urandomb -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c urandomb.c -o urandomb.o
> echo timestamp > urandomb.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_urandomm    -g -O -fom
> it-frame-pointer -mcpu=pentiumpro -c -o urandomm.lo urandomm.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_urandomm -g -O -fomit-
> frame-pointer -mcpu=pentiumpro -c urandomm.c -o urandomm.o
> echo timestamp > urandomm.lo
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_xor    -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c -o xor.lo xor.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_xor -g -O -fomit-frame
> -pointer -mcpu=pentiumpro -c xor.c -o xor.o
> echo timestamp > xor.lo
> cp ./mul_siui.c mul_si.c
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_si    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o mul_si.lo mul_si.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_si -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c mul_si.c -o mul_si.o
> echo timestamp > mul_si.lo
> cp ./mul_siui.c mul_ui.c
> /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_ui    -g -O -fomit
> -frame-pointer -mcpu=pentiumpro -c -o mul_ui.lo mul_ui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_mul_ui -g -O -fomit-fr
> ame-pointer -mcpu=pentiumpro -c mul_ui.c -o mul_ui.o
> echo timestamp > mul_ui.lo
> /bin/sh ../libtool --mode=link
> gcc  -g -O -fomit-frame-pointer -mcpu=pentiumpro   -o libmpz.la   abs.lo
> add.lo add_ui.lo addmul_ui.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo
> cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo
> cdiv_ui.lo clear.lo clrbit.lo cmp.lo cmp_si.lo cmp_ui.lo cmpabs.lo
> cmpabs_ui.lo com.lo divexact.lo dump.lo fac_ui.lo fdiv_q.lo
> fdiv_q_2exp.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo
> fdiv_r_2exp.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fits_sint_p.lo
> fits_slong_p.lo fits_sshort_p.lo fits_uint_p.lo fits_ulong_p.lo
> fits_ushort_p.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_si.lo
> get_str.lo get_ui.lo getlimbn.lo hamdist.lo init.lo inp_raw.lo
> inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo
> iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo
> legendre.lo mod.lo mul.lo mul_2exp.lo neg.lo nextprime.lo out_raw.lo
> out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo
> powm_ui.lo pprime_p.lo random.lo random2.lo realloc.lo remove.lo root.lo
> rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo
> set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo
> sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo
> tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo
> tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo urandomb.lo urandomm.lo xor.lo
> mul_si.lo mul_ui.lo
> mkdir .libs
> rm -fr .libs/libmpz.la .libs/libmpz.* .libs/libmpz.*
> ar cru .libs/libmpz.a  abs.o add.o add_ui.o addmul_ui.o and.o
> array_init.o bin_ui.o bin_uiui.o cdiv_q.o cdiv_q_ui.o cdiv_qr.o
> cdiv_qr_ui.o cdiv_r.o cdiv_r_ui.o cdiv_ui.o clear.o clrbit.o cmp.o
> cmp_si.o cmp_ui.o cmpabs.o cmpabs_ui.o com.o divexact.o dump.o fac_ui.o
> fdiv_q.o fdiv_q_2exp.o fdiv_q_ui.o fdiv_qr.o fdiv_qr_ui.o fdiv_r.o
> fdiv_r_2exp.o fdiv_r_ui.o fdiv_ui.o fib_ui.o fits_sint_p.o
> fits_slong_p.o fits_sshort_p.o fits_uint_p.o fits_ulong_p.o
> fits_ushort_p.o gcd.o gcd_ui.o gcdext.o get_d.o get_si.o get_str.o
> get_ui.o getlimbn.o hamdist.o init.o inp_raw.o inp_str.o invert.o ior.o
> iset.o iset_d.o iset_si.o iset_str.o iset_ui.o jacobi.o kronsz.o
> kronuz.o kronzs.o kronzu.o lcm.o legendre.o mod.o mul.o mul_2exp.o neg.o
> nextprime.o out_raw.o out_str.o perfpow.o perfsqr.o popcount.o pow_ui.o
> powm.o powm_ui.o pprime_p.o random.o random2.o realloc.o remove.o root.o
> rrandomb.o scan0.o scan1.o set.o set_d.o set_f.o set_q.o set_si.o
> set_str.o set_ui.o setbit.o size.o sizeinbase.o sqrt.o sqrtrem.o sub.o
> sub_ui.o swap.o tdiv_ui.o tdiv_q.o tdiv_q_2exp.o tdiv_q_ui.o tdiv_qr.o
> tdiv_qr_ui.o tdiv_r.o tdiv_r_2exp.o tdiv_r_ui.o tstbit.o ui_pow_ui.o
> urandomb.o urandomm.o xor.o mul_si.o mul_ui.o
> creating libmpz.la
> (cd .libs && rm -f libmpz.la && ln -s ../libmpz.la libmpz.la)
> make[3]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpz'
> make[2]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp/mpz'
> (cd gmp ; make `echo *.c | sed -e "s!\.c!.o !g"` )
> make[2]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/gmp'
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c ansi2knr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c assert.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c compat.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c errno.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c extract-dbl.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c insert-dbl.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c memory.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c mp_bpl.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c mp_clz_tab.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c mp_minv_tab.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c mp_set_fns.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c rand.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c randclr.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c randlc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c randlc2x.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c randraw.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c randsd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c randsdui.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c stack-alloc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O -fomit-frame-pointer -mcpu=pen
> tiumpro -c version.c
> make[2]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/gmp'
> (cd gmp ; rm -f libgmp.a ;  ar qc libgmp.a *.o */*.o)
> make[1]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4'
> rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
> (cd o; make all)
> make[1]: Entering directory `/root/Downloads/gcl/gcl-2.4.4/o'
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   main.c
> main.c: In function `multiply_stacks':
> main.c:754: warning: passing arg 1 of `bcopy' from incompatible pointer
> type
> main.c:755: warning: passing arg 1 of `bcopy' from incompatible pointer
> type
> main.c:756: warning: passing arg 1 of `bcopy' from incompatible pointer
> type
> main.c:757: warning: passing arg 1 of `bcopy' from incompatible pointer
> type
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   alloc.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   gbc.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   bitop.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   typespec.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   eval.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   macros.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   lex.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   bds.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   frame.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   predicate.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   reference.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   assignment.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   bind.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   let.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   conditional.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   block.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   iteration.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   mapfun.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   prog.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   multival.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   catch.c
> ../bin/dpp symbol
> dpp: symbol.d -> symbol.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   symbol.c
> rm symbol.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   cfun.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   cmpaux.c
> ../bin/dpp package
> dpp: package.d -> package.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   package.c
> rm package.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   big.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   number.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   num_pred.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   num_comp.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   num_arith.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   num_sfun.c
> gcc  -fwritable-strings  -DVOL=volatile  -I/root/Downloads/gcl/gcl-2.4.4
> /o -fsigned-char -c -O  -I../gcl-tk -I../h/   num_co.c
> In file included from ../h/include.h:36,
>                  from num_co.c:33:
> ../h/gclincl.h:109: #error "No isnormal found"
> make[1]: *** [num_co.o] Error 1
> make[1]: Leaving directory `/root/Downloads/gcl/gcl-2.4.4/o'
> make: *** [all] Error 2
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]