Error with Make:installation of samba

Hi All,
I am trying to install Samba, and when i am trying to Make i am getting the following error, please some help.. as iam stuck with this.
Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt -Iinclude -I/sandisk/samba-3.0.22/source/include -I/sandisk/samba-3.0.22/source/ubiqx -I/sandisk/samba-3.0.22/source/tdb -I. -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DLDAP_DEPRECATED -DSUNOS5 -I/sandisk/samba-3.0.22/source -D_SAMBA_BUILD_
LIBS = -lsendfile -lresolv -lnsl -lsocket -ldl
LDSHFLAGS = -G -lthread
LDFLAGS = -lthread
PIE_CFLAGS =
PIE_LDFLAGS =
Compiling libads/sasl.c
libads/sasl.c: In function `ads_sasl_spnego_ntlmssp_bind':
libads/sasl.c:81: error: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in this function)
libads/sasl.c:81: error: (Each undeclared identifier is reported only once
libads/sasl.c:81: error: for each function it appears in.)
libads/sasl.c: In function `ads_sasl_spnego_bind':
libads/sasl.c:186: error: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `libads/sasl.o'

Hi John,
those depend on you landscape. Take a look here:
Publishing part 1
/people/ingo.hilgefort/blog/2008/09/23/businessobjects-and-sap--publishing-of-crystal-reports-part-1-of-3
Publishing part 2
/people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-2-of-3
Publishing part 3
/people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-3-of-3
and you can also look into the Installation Guide for the SAP Integration Kit
Ingo

Similar Messages

  • Cant download itunes, because ' there is an error with windows installer package' please help?

    cant download itunes, because ' there is an error with windows installer package' please help?

    I am getting the same message when I try to install the latest version of iTunes, I am running on Windows Vista Home Premium. I have tried so many different things to try to correct this and have now completly unistalled it from my laptop..... Now I have no iTunes what-so-ever on it and still can't install it. I found an older versin of iTunes and it installed without any problems, but I can't access it because my library was created on a newer version! Talk about frustrated..... WE NEED HELP!!!!!

  • Trying to upgrade Apache on Solaris 10; errors with make

    Hi all, I have Apache 2.2.6 running on a Solaris 10 server and I want to upgrade it to Apache 2.2.25 using config.nice. I've been having lots of problems related to the compiler, but I finally got config.nice to run. Now when I run make (using GNU make) I get the following error:
    httpd-2.2.25/ => /usr/local/bin/make
    Making all in srclib
    make[1]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib'
    Making all in pcre
    make[2]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[3]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    /usr/local/apr-httpd//build-1/libtool --silent --mode=compile /usr/local/bin/gcc -g -O2  -s -m32 -I/m1/shared/temp/include  -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE    -I/export/home/voyager/httpd-2.2.25/srclib/pcre -I. -I/export/home/voyager/httpd-2.2.25/os/unix -I/export/home/voyager/httpd-2.2.25/server/mpm/prefork -I/export/home/voyager/httpd-2.2.25/modules/http -I/export/home/voyager/httpd-2.2.25/modules/filters -I/export/home/voyager/httpd-2.2.25/modules/proxy -I/export/home/voyager/httpd-2.2.25/include -I/export/home/voyager/httpd-2.2.25/modules/generators -I/export/home/voyager/httpd-2.2.25/modules/mappers -I/export/home/voyager/httpd-2.2.25/modules/database -I/usr/local/apr-httpd//include/apr-1 -I/usr/local/apr-util-httpd//include/apr-1 -I/export/home/voyager/httpd-2.2.25/server -I/export/home/voyager/httpd-2.2.25/modules/proxy/../generators -I/export/home/voyager/httpd-2.2.25/modules/ssl -I/export/home/voyager/httpd-2.2.25/modules/dav/main  -prefer-non-pic -static -c maketables.c && touch maketables.lo
    libtool: compile: unable to infer tagged configuration
    libtool: compile: specify a tag with `--tag'
    make[3]: *** [maketables.lo] Error 1
    make[3]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib'
    make: *** [all-recursive] Error 1
    I've searched and searched and haven't been able to find anything that explains what the problem is. Can anyone help me with this?
    Here is my config.nice
    #! /bin/sh
    # Created by configure
    CC="/usr/local/bin/gcc"; export CC
    CFLAGS="-s -m32 -I/m1/shared/temp/include"; export CFLAGS
    LDFLAGS="-m32 -L/lib -L/usr/lib -L/m1/shared/temp"; export LDFLAGS
    "./configure" \
    "--with-apr=/usr/local/apr-httpd" \
    "--with-apr-util=/usr/local/apr-util-httpd" \
    "LIBTOOL=/m1/shared/httpd/2.2.6/build/libtool --tag=CC" \
    "--enable-deflate=static" \
    "--enable-reqtimeout" \
    "--enable-mods-shared=all vhost-alias unique-id v4-mapped rewrite mime-magic charset-lite" \
    "--without-berkely-db" \
    "--prefix=/m1/shared/apache2" \
    "CC=/usr/local/bin/gcc" \
    "CFLAGS=-s -m32 -I/m1/shared/temp/include" \
    "LDFLAGS=-m32 -L/lib -L/usr/lib -L/m1/shared/temp" \
    "$@"
    I've tried running it with /usr/local/apr-httpd/build-1/libtool and get the same error.

    apache should be using its local copy of libtool, at least thats what i see when i build from src.  just reran to make sure i wasnt seeing things:
    gmake
    Making all in srclib
    gmake[1]: Entering directory `/work/httpd-2.2.25/srclib'
    Making all in apr
    gmake[2]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    gmake[3]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
    have you tried a gmake distclean and then rerun configure with all your options to make sure the build/obj dir is clean?

  • Libglob.a error with Make

    I keep getting an error everytime I try to use make...
    ar: libglob.a: Invalid operation
    make[2]: * [libglob.a] Error 1
    make[1]: * [all-recursive] Error 1
    make: * [all] Error 2
    Any ideas what I can do to solve this issue?
    iMac 2GHz Core2Duo   Mac OS X (10.4.8)   Xserve G5 Dual 2 GHz

    actually, I get this (ar) error whilst making anything.
    I am trying to make gmp-4.2.1 and just got this error...
    ar: .libs/libmpn.a: Invalid operation
    make[2]: *** [libmpn.la] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    Here's the makefile:
    # Makefile.in generated by automake 1.8.4 from Makefile.am.
    # Makefile. Generated from Makefile.in by configure.
    # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    # 2003, 2004 Free Software Foundation, Inc.
    # This Makefile.in is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    # PARTICULAR PURPOSE.
    # Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
    # 2006 Free Software Foundation, Inc.
    # This file is part of the GNU MP Library.
    # The GNU MP Library is free software; you can redistribute it and/or modify
    # it under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or (at your
    # option) any later version.
    # The GNU MP Library is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
    # License for more details.
    # You should have received a copy of the GNU Lesser General Public License
    # along with the GNU MP Library; see the file COPYING.LIB. If not, write to
    # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
    # MA 02110-1301, USA.
    SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
    srcdir = .
    top_srcdir = .
    pkgdatadir = $(datadir)/gmp
    pkglibdir = $(libdir)/gmp
    pkgincludedir = $(includedir)/gmp
    top_builddir = .
    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    INSTALL = /usr/bin/install -c
    install_sh_DATA = $(install_sh) -c -m 644
    install_sh_PROGRAM = $(install_sh) -c
    install_sh_SCRIPT = $(install_sh) -c
    INSTALL_HEADER = $(INSTALL_DATA)
    transform = $(program_transform_name)
    NORMAL_INSTALL = :
    PRE_INSTALL = :
    POST_INSTALL = :
    NORMAL_UNINSTALL = :
    PRE_UNINSTALL = :
    POST_UNINSTALL = :
    host_triplet = pentium3-apple-darwin8.8.1
    ANSI2KNR =
    DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
    $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
    $(srcdir)/config.in $(srcdir)/gmp-h.in $(srcdir)/mp-h.in \
    $(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
    INSTALL NEWS ansi2knr.1 ansi2knr.c config.guess config.sub \
    install-sh ltmain.sh missing
    subdir = .
    ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
    $(top_srcdir)/configure.in
    am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    $(ACLOCAL_M4)
    am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    configure.lineno configure.status.lineno
    mkinstalldirs = $(mkdir_p)
    CONFIG_HEADER = config.h
    CONFIG_CLEAN_FILES = gmp.h mp.h gmp-mparam.h
    am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includeexecdir)"
    libLTLIBRARIES_INSTALL = $(INSTALL)
    LTLIBRARIES = $(lib_LTLIBRARIES)
    am__DEPENDENCIES_1 = mpf/init$U.lo mpf/init2$U.lo mpf/set$U.lo \
    mpf/set_ui$U.lo mpf/set_si$U.lo mpf/set_str$U.lo \
    mpf/set_d$U.lo mpf/set_z$U.lo mpf/iset$U.lo mpf/iset_ui$U.lo \
    mpf/iset_si$U.lo mpf/iset_str$U.lo mpf/iset_d$U.lo \
    mpf/clear$U.lo mpf/get_str$U.lo mpf/dump$U.lo mpf/size$U.lo \
    mpf/eq$U.lo mpf/reldiff$U.lo mpf/sqrt$U.lo mpf/random2$U.lo \
    mpf/inp_str$U.lo mpf/out_str$U.lo mpf/add$U.lo mpf/add_ui$U.lo \
    mpf/sub$U.lo mpf/sub_ui$U.lo mpf/ui_sub$U.lo mpf/mul$U.lo \
    mpf/mul_ui$U.lo mpf/div$U.lo mpf/div_ui$U.lo mpf/cmp$U.lo \
    mpf/cmp_d$U.lo mpf/cmp_ui$U.lo mpf/cmp_si$U.lo \
    mpf/mul_2exp$U.lo mpf/div_2exp$U.lo mpf/abs$U.lo mpf/neg$U.lo \
    mpf/set_q$U.lo mpf/get_d$U.lo mpf/get_d_2exp$U.lo \
    mpf/set_dfl_prec$U.lo mpf/set_prc$U.lo mpf/set_prc_raw$U.lo \
    mpf/get_dfl_prec$U.lo mpf/get_prc$U.lo mpf/ui_div$U.lo \
    mpf/sqrt_ui$U.lo mpf/ceilfloor$U.lo mpf/trunc$U.lo \
    mpf/pow_ui$U.lo mpf/urandomb$U.lo mpf/swap$U.lo \
    mpf/fits_sint$U.lo mpf/fits_slong$U.lo mpf/fits_sshort$U.lo \
    mpf/fits_uint$U.lo mpf/fits_ulong$U.lo mpf/fits_ushort$U.lo \
    mpf/get_si$U.lo mpf/get_ui$U.lo mpf/int_p$U.lo
    am__DEPENDENCIES_2 = mpz/abs$U.lo mpz/add$U.lo mpz/add_ui$U.lo \
    mpz/aorsmul$U.lo mpz/aorsmul_i$U.lo mpz/and$U.lo \
    mpz/array_init$U.lo mpz/bin_ui$U.lo mpz/bin_uiui$U.lo \
    mpz/cdiv_q$U.lo mpz/cdiv_q_ui$U.lo mpz/cdiv_qr$U.lo \
    mpz/cdiv_qr_ui$U.lo mpz/cdiv_r$U.lo mpz/cdiv_r_ui$U.lo \
    mpz/cdiv_ui$U.lo mpz/cfdiv_q_2exp$U.lo mpz/cfdiv_r_2exp$U.lo \
    mpz/clear$U.lo mpz/clrbit$U.lo mpz/cmp$U.lo mpz/cmp_d$U.lo \
    mpz/cmp_si$U.lo mpz/cmp_ui$U.lo mpz/cmpabs$U.lo \
    mpz/cmpabs_d$U.lo mpz/cmpabs_ui$U.lo mpz/com$U.lo \
    mpz/combit$U.lo mpz/cong$U.lo mpz/cong_2exp$U.lo \
    mpz/cong_ui$U.lo mpz/divexact$U.lo mpz/divegcd$U.lo \
    mpz/dive_ui$U.lo mpz/divis$U.lo mpz/divis_ui$U.lo \
    mpz/divis_2exp$U.lo mpz/dump$U.lo mpz/export$U.lo \
    mpz/fac_ui$U.lo mpz/fdiv_q$U.lo mpz/fdiv_q_ui$U.lo \
    mpz/fdiv_qr$U.lo mpz/fdiv_qr_ui$U.lo mpz/fdiv_r$U.lo \
    mpz/fdiv_r_ui$U.lo mpz/fdiv_ui$U.lo mpz/fib_ui$U.lo \
    mpz/fib2_ui$U.lo mpz/fits_sint$U.lo mpz/fits_slong$U.lo \
    mpz/fits_sshort$U.lo mpz/fits_uint$U.lo mpz/fits_ulong$U.lo \
    mpz/fits_ushort$U.lo mpz/gcd$U.lo mpz/gcd_ui$U.lo \
    mpz/gcdext$U.lo mpz/get_d$U.lo mpz/get_d_2exp$U.lo \
    mpz/get_si$U.lo mpz/get_str$U.lo mpz/get_ui$U.lo \
    mpz/getlimbn$U.lo mpz/hamdist$U.lo mpz/import$U.lo \
    mpz/init$U.lo mpz/init2$U.lo mpz/inp_raw$U.lo mpz/inp_str$U.lo \
    mpz/invert$U.lo mpz/ior$U.lo mpz/iset$U.lo mpz/iset_d$U.lo \
    mpz/iset_si$U.lo mpz/iset_str$U.lo mpz/iset_ui$U.lo \
    mpz/jacobi$U.lo mpz/kronsz$U.lo mpz/kronuz$U.lo \
    mpz/kronzs$U.lo mpz/kronzu$U.lo mpz/lcm$U.lo mpz/lcm_ui$U.lo \
    mpz/lucnum_ui$U.lo mpz/lucnum2_ui$U.lo mpz/millerrabin$U.lo \
    mpz/mod$U.lo mpz/mul$U.lo mpz/mul_2exp$U.lo mpz/mul_si$U.lo \
    mpz/mul_ui$U.lo mpz/n_pow_ui$U.lo mpz/neg$U.lo \
    mpz/nextprime$U.lo mpz/out_raw$U.lo mpz/out_str$U.lo \
    mpz/perfpow$U.lo mpz/perfsqr$U.lo mpz/popcount$U.lo \
    mpz/pow_ui$U.lo mpz/powm$U.lo mpz/powm_ui$U.lo \
    mpz/pprime_p$U.lo mpz/random$U.lo mpz/random2$U.lo \
    mpz/realloc$U.lo mpz/realloc2$U.lo mpz/remove$U.lo \
    mpz/root$U.lo mpz/rootrem$U.lo mpz/rrandomb$U.lo \
    mpz/scan0$U.lo mpz/scan1$U.lo mpz/set$U.lo mpz/set_d$U.lo \
    mpz/set_f$U.lo mpz/set_q$U.lo mpz/set_si$U.lo mpz/set_str$U.lo \
    mpz/set_ui$U.lo mpz/setbit$U.lo mpz/size$U.lo \
    mpz/sizeinbase$U.lo mpz/sqrt$U.lo mpz/sqrtrem$U.lo \
    mpz/sub$U.lo mpz/sub_ui$U.lo mpz/swap$U.lo mpz/tdiv_ui$U.lo \
    mpz/tdiv_q$U.lo mpz/tdiv_q_2exp$U.lo mpz/tdiv_q_ui$U.lo \
    mpz/tdiv_qr$U.lo mpz/tdiv_qr_ui$U.lo mpz/tdiv_r$U.lo \
    mpz/tdiv_r_2exp$U.lo mpz/tdiv_r_ui$U.lo mpz/tstbit$U.lo \
    mpz/ui_pow_ui$U.lo mpz/ui_sub$U.lo mpz/urandomb$U.lo \
    mpz/urandomm$U.lo mpz/xor$U.lo
    am__DEPENDENCIES_3 = mpq/abs$U.lo mpq/aors$U.lo mpq/canonicalize$U.lo \
    mpq/clear$U.lo mpq/cmp$U.lo mpq/cmp_si$U.lo mpq/cmp_ui$U.lo \
    mpq/div$U.lo mpq/get_d$U.lo mpq/get_den$U.lo mpq/get_num$U.lo \
    mpq/get_str$U.lo mpq/init$U.lo mpq/inp_str$U.lo mpq/inv$U.lo \
    mpq/md_2exp$U.lo mpq/mul$U.lo mpq/neg$U.lo mpq/out_str$U.lo \
    mpq/set$U.lo mpq/set_den$U.lo mpq/set_num$U.lo mpq/set_si$U.lo \
    mpq/set_str$U.lo mpq/set_ui$U.lo mpq/equal$U.lo mpq/set_z$U.lo \
    mpq/set_d$U.lo mpq/set_f$U.lo mpq/swap$U.lo
    am__DEPENDENCIES_4 = mpn/fib_table$U.lo mpn/mp_bases$U.lo
    am__DEPENDENCIES_5 = printf/asprintf$U.lo printf/asprntffuns$U.lo \
    printf/doprnt$U.lo printf/doprntf$U.lo printf/doprnti$U.lo \
    printf/fprintf$U.lo printf/obprintf$U.lo printf/obvprintf$U.lo \
    printf/obprntffuns$U.lo printf/printf$U.lo \
    printf/printffuns$U.lo printf/snprintf$U.lo \
    printf/snprntffuns$U.lo printf/sprintf$U.lo \
    printf/sprintffuns$U.lo printf/vasprintf$U.lo \
    printf/vfprintf$U.lo printf/vprintf$U.lo printf/vsnprintf$U.lo \
    printf/vsprintf$U.lo printf/repl-vsnprintf$U.lo
    am__DEPENDENCIES_6 = scanf/doscan$U.lo scanf/fscanf$U.lo \
    scanf/fscanffuns$U.lo scanf/scanf$U.lo scanf/sscanf$U.lo \
    scanf/sscanffuns$U.lo scanf/vfscanf$U.lo scanf/vscanf$U.lo \
    scanf/vsscanf$U.lo
    am__DEPENDENCIES_7 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
    $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4) \
    $(am__DEPENDENCIES_5) $(am__DEPENDENCIES_6)
    am_libgmp_la_OBJECTS = assert$U.lo compat$U.lo errno$U.lo \
    extract-dbl$U.lo invalid$U.lo memory$U.lo mp_bpl$U.lo \
    mp_clz_tab$U.lo mp_dv_tab$U.lo mp_minv_tab$U.lo \
    mp_get_fns$U.lo mp_set_fns$U.lo rand$U.lo randclr$U.lo \
    randdef$U.lo randiset$U.lo randlc2s$U.lo randlc2x$U.lo \
    randmt$U.lo randmts$U.lo rands$U.lo randsd$U.lo randsdui$U.lo \
    randbui$U.lo randmui$U.lo version$U.lo
    libgmp_la_OBJECTS = $(am_libgmp_la_OBJECTS)
    am__DEPENDENCIES_8 = cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo \
    cxx/ismpz.lo cxx/ismpznw.lo cxx/osdoprnti.lo cxx/osfuns.lo \
    cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo
    am__DEPENDENCIES_9 = $(am__DEPENDENCIES_8) libgmp.la
    am_libgmpxx_la_OBJECTS = dummy.lo
    libgmpxx_la_OBJECTS = $(am_libgmpxx_la_OBJECTS)
    am__DEPENDENCIES_10 = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo \
    mpbsd/powm$U.lo mpbsd/sub$U.lo mpbsd/cmp$U.lo mpbsd/mfree$U.lo \
    mpbsd/mtox$U.lo mpbsd/realloc$U.lo mpbsd/gcd$U.lo \
    mpbsd/itom$U.lo mpbsd/min$U.lo mpbsd/mul$U.lo mpbsd/mout$U.lo \
    mpbsd/rpow$U.lo mpbsd/sdiv$U.lo mpbsd/sqrtrem$U.lo \
    mpbsd/xtom$U.lo
    am__DEPENDENCIES_11 = $(srcdir)/libmp.sym $(am__DEPENDENCIES_10) \
    $(am__DEPENDENCIES_4) mpz/add$U.lo mpz/gcdext$U.lo \
    mpz/invert$U.lo mpz/mul$U.lo mpz/n_pow_ui$U.lo \
    mpz/realloc$U.lo mpz/set$U.lo mpz/sub$U.lo mpz/tdiv_q$U.lo
    am_libmp_la_OBJECTS = assert$U.lo errno$U.lo memory$U.lo mp_bpl$U.lo \
    mp_clz_tab$U.lo mp_dv_tab$U.lo mp_minv_tab$U.lo \
    mp_get_fns$U.lo mp_set_fns$U.lo
    libmp_la_OBJECTS = $(am_libmp_la_OBJECTS)
    DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
    depcomp =
    am__depfiles_maybe =
    COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
    $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    $(AM_CFLAGS) $(CFLAGS)
    CCLD = $(CC)
    LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    $(AM_LDFLAGS) $(LDFLAGS) -o $@
    CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
    $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    $(AM_CXXFLAGS) $(CXXFLAGS)
    CXXLD = $(CXX)
    CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
    $(AM_LDFLAGS) $(LDFLAGS) -o $@
    SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) \
    $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
    DIST_SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) \
    $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
    RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    html-recursive info-recursive install-data-recursive \
    install-exec-recursive install-info-recursive \
    install-recursive installcheck-recursive installdirs-recursive \
    pdf-recursive ps-recursive uninstall-info-recursive \
    uninstall-recursive
    am__include_HEADERS_DIST = gmpxx.h
    includeHEADERS_INSTALL = $(INSTALL_HEADER)
    nodist_includeexecHEADERS_INSTALL = $(INSTALL_HEADER)
    HEADERS = $(include_HEADERS) $(nodist_includeexec_HEADERS)
    ETAGS = etags
    CTAGS = ctags
    DIST_SUBDIRS = $(SUBDIRS)
    DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    distdir = $(PACKAGE)-$(VERSION)
    top_distdir = $(distdir)
    am__remove_distdir = \
    { test ! -d $(distdir) \
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    && rm -fr $(distdir); }; }
    DIST_ARCHIVES = $(distdir).tar.gz
    GZIP_ENV = --best
    distuninstallcheck_listfiles = find . -type f -print
    distcleancheck_listfiles = find . -type f -print
    ABI = 32
    ACLOCAL = ${SHELL} /Users/admin/Desktop/gmp-4.2.1/missing --run aclocal-1.8
    AMTAR = ${SHELL} /Users/admin/Desktop/gmp-4.2.1/missing --run tar
    AR = ar
    AS = as
    AUTOCONF = ${SHELL} /Users/admin/Desktop/gmp-4.2.1/missing --run autoconf
    AUTOHEADER = ${SHELL} /Users/admin/Desktop/gmp-4.2.1/missing --run autoheader
    AUTOMAKE = ${SHELL} /Users/admin/Desktop/gmp-4.2.1/missing --run automake-1.8
    AWK = awk
    BITS_PER_MP_LIMB = 32
    CALLING_CONVENTIONS_OBJS = x86call.lo x86check$U.lo
    CC = gcc
    CCAS = gcc -c
    CC_FOR_BUILD = gcc
    CFLAGS = -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3
    CPP = gcc -E
    CPPFLAGS =
    CPP_FOR_BUILD = gcc -E
    CXX =
    CXXCPP =
    CXXFLAGS =
    CYGPATH_W = echo
    DEFN_LONG_LONG_LIMB = /* #undef _LONG_LONG_LIMB */
    DEFS = -DHAVE_CONFIG_H
    DLLTOOL = dlltool
    ECHO = echo
    ECHO_C =
    ECHO_N = -n
    ECHO_T =
    EGREP = grep -E
    ENABLE_STATIC_FALSE = #
    ENABLE_STATIC_TRUE =
    EXEEXT =
    EXEEXT_FOR_BUILD =
    GMP_LDFLAGS =
    GMP_NAIL_BITS = 0
    HAVE_CLOCK_01 = 1
    HAVE_CPUTIME_01 = 0
    HAVE_GETRUSAGE_01 = 1
    HAVE_GETTIMEOFDAY_01 = 1
    HAVE_HOST_CPU_FAMILY_power = 0
    HAVE_HOST_CPU_FAMILY_powerpc = 0
    HAVE_SIGACTION_01 = 1
    HAVE_SIGALTSTACK_01 = 1
    HAVE_SIGSTACK_01 = 0
    HAVE_STACK_T_01 = 1
    HAVE_SYS_RESOURCE_H_01 = 1
    INSTALL_DATA = ${INSTALL} -m 644
    INSTALL_PROGRAM = ${INSTALL}
    INSTALL_SCRIPT = ${INSTALL}
    INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
    LDFLAGS =
    LEX = flex
    LEXLIB = -lfl
    LEX_OUTPUT_ROOT = lex.yy
    LIBCURSES = -lncurses
    LIBGMPXX_LDFLAGS =
    LIBGMP_DLL = 0
    LIBGMP_LDFLAGS =
    LIBM =
    LIBM_FOR_BUILD = -lm
    LIBOBJS =
    LIBREADLINE = -lreadline
    LIBS =
    LIBTOOL = $(SHELL) $(top_builddir)/libtool
    LN_S = ln -s
    LTLIBOBJS =
    M4 = m4
    MAINT = #
    MAINTAINER_MODE_FALSE =
    MAINTAINER_MODE_TRUE = #
    MAKEINFO = ${SHELL} /Users/admin/Desktop/gmp-4.2.1/missing --run makeinfo
    OBJDUMP = objdump
    OBJEXT = o
    PACKAGE = gmp
    PACKAGE_BUGREPORT = [email protected]
    PACKAGE_NAME = GNU MP
    PACKAGE_STRING = GNU MP 4.2.1
    PACKAGE_TARNAME = gmp
    PACKAGE_VERSION = 4.2.1
    PATH_SEPARATOR = :
    RANLIB = ranlib
    SET_MAKE =
    SHELL = /bin/sh
    SPEED_CYCLECOUNTER_OBJ = pentium.lo
    STRIP = strip
    TAL_OBJECT = tal-reent.lo
    TUNE_SQR_OBJ = sqr_asm.o
    U =
    U_FOR_BUILD =
    VERSION = 4.2.1
    WANT_CXX_FALSE =
    WANT_CXX_TRUE = #
    WANT_MPBSD_FALSE =
    WANT_MPBSD_TRUE = #
    WITH_READLINE_01 = 1
    YACC = bison -y
    ac_ct_AR = ar
    ac_ct_AS =
    ac_ct_CC = gcc
    ac_ct_CXX =
    ac_ct_DLLTOOL =
    ac_ct_OBJDUMP =
    ac_ct_RANLIB = ranlib
    ac_ct_STRIP = strip
    am__leading_dot = .
    bindir = ${exec_prefix}/bin
    build = pentium3-apple-darwin8.8.1
    build_alias =
    build_cpu = pentium3
    build_os = darwin8.8.1
    build_vendor = apple
    datadir = ${prefix}/share
    exec_prefix = ${prefix}
    gmp_srclinks = mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.asm mpn/diveby3.asm mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.asm mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.asm mpn/sqr_basecase.asm mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.asm mpn/hamdist.asm mpn/cmp.c mpn/perfsqr.c mpn/bdivmod.c mpn/gcd_1.c mpn/gcd.c mpn/gcdext.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/mullow_n.c mpn/mullow_basecase.c mpn/umul.asm mpn/udiv.asm mpn/copyi.asm mpn/copyd.asm mpn/addsub_n.c gmp-mparam.h
    host = pentium3-apple-darwin8.8.1
    host_alias =
    host_cpu = pentium3
    host_os = darwin8.8.1
    host_vendor = apple
    includedir = ${prefix}/include
    infodir = ${prefix}/info
    install_sh = /Users/admin/Desktop/gmp-4.2.1/install-sh
    libdir = ${exec_prefix}/lib
    libexecdir = ${exec_prefix}/libexec
    localstatedir = ${prefix}/var
    mandir = ${prefix}/man
    mkdir_p = $(install_sh) -d
    mpn_objects = add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis$U.lo divrem$U.lo divrem_1.lo divrem_2$U.lo fib2_ui$U.lo mod_1.lo mod_34lsub1.lo mode1o.lo dump$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo mul_basecase.lo sqr_basecase.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount.lo hamdist.lo cmp$U.lo perfsqr$U.lo bdivmod$U.lo gcd_1$U.lo gcd$U.lo gcdext$U.lo tdiv_qr$U.lo dc_divrem_n$U.lo sb_divrem_mn$U.lo jacbase$U.lo get_d$U.lo mullow_n$U.lo mullow_basecase$U.lo umul.lo udiv.lo copyi.lo copyd.lo addsub_n$U.lo
    mpn_objs_in_libgmp = mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo
    mpn_objs_in_libmp = mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo
    oldincludedir = /usr/include
    prefix = /usr/local
    program_transform_name = s,x,x,
    sbindir = ${exec_prefix}/sbin
    sharedstatedir = ${prefix}/com
    sysconfdir = ${prefix}/etc
    target_alias =
    # The following options are the same as AM_INIT_AUTOMAKE in configure.in,
    # except no $(top_builddir) on ansi2knr. That directory is wanted for the
    # Makefiles in subdirectories, but here we must omit it so automake gives
    # the actual ansi2knr build rule, not "cd $(top_builddir) && make ansi2knr".
    AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies ansi2knr
    # Libtool -version-info for libgmp.la and libmp.la. See "Versioning" in the
    # libtool manual.
    # 1. No interfaces changed, only implementations (good): Increment REVISION.
    # 2. Interfaces added, none removed (good): Increment CURRENT, increment
    # AGE, set REVISION to 0.
    # 3. Interfaces removed (BAD, breaks upward compatibility): Increment
    # CURRENT, set AGE and REVISION to 0.
    # Do this separately for libgmp, libgmpxx and libmp, and only for releases.
    # GMP -version-info
    # release libgmp libgmpxx libmp
    # 2.0.x - - -
    # 3.0 3:0:0 - 3:0:0
    # 3.0.1 3:1:0 - 3:0:0
    # 3.1 4:0:1 - 4:0:1
    # 3.1.1 4:1:1 - 4:1:1
    # 4.0 5:0:2 3:0:0 4:2:1
    # 4.0.1 5:1:2 3:1:0 4:3:1
    # 4.1 6:0:3 3:2:0 4:4:1
    # 4.1.1 6:1:3 3:3:0 4:5:1
    # 4.1.2 6:2:3 3:4:0 4:6:1
    # 4.1.3 6:3:3 3:5:0 4:7:1
    # 4.1.4 6:3:3 3:5:0 4:7:1 WRONG, same as 4.1.3!
    # 4.2 6:0:3 3:2:0 4:4:1 REALLY WRONG, same as 4.1!
    # 4.2.1 7:1:4 4:1:1 4:10:1
    # Starting at 3:0:0 is a slight abuse of the versioning system, but it
    # ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
    # packages of gmp 2. Pretend gmp 2 was 2:0:0, so the interface changes for
    # gmp 3 mean 3:0:0 is right.
    # We interpret "implementation changed" in item "1." above as meaning any
    # release, ie. the REVISION is incremented every time (if nothing else).
    # Even if we thought the code generated will be identical on all systems,
    # it's still good to get the shared library filename (like
    # libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
    LIBGMP_LT_CURRENT = 7
    LIBGMP_LT_REVISION = 1
    LIBGMP_LT_AGE = 4
    LIBGMPXX_LT_CURRENT = 4
    LIBGMPXX_LT_REVISION = 1
    LIBGMPXX_LT_AGE = 1
    LIBMP_LT_CURRENT = 4
    LIBMP_LT_REVISION = 10
    LIBMP_LT_AGE = 1
    SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc
    # The ansi2knr setups for the build programs are the same as the normal
    # automake ansi2knr rules, but using $(CC_FOR_BUILD) instead of $(CC).
    # The "test -f" support for srcdir!=builddir is similar to the automake .c.o
    # etc rules, but with each foo.c explicitly, since $< is not portable
    # outside an inference rule.
    # A quoted 'foo.c' is used with the "test -f"'s to avoid Sun make rewriting
    # it as part of its VPATH support. See the autoconf manual "Limitations of
    # Make".
    # Generated .h files which are used by gmp-impl.h are BUILT_SOURCES since
    # they must exist before anything can be compiled.
    # Other generated .h files are also BUILT_SOURCES so as to get all the
    # build-system stuff over and done with at the start. Also, dependencies on
    # the .h files are not properly expressed for the various objects that use
    # them.
    EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf gmpxx.h libmp.sym dumbmp.c gen-fac_ui.c gen-fib.c gen-bases.c gen-psqr.c
    #GMPXX_HEADERS_OPTION = gmpxx.h
    # gmp.h and mp.h are architecture dependent, mainly since they encode the
    # limb size used in libgmp. For that reason they belong under $exec_prefix
    # not $prefix, strictly speaking.
    # $exec_prefix/include is not in the default include path for gcc built to
    # the same $prefix and $exec_prefix, which might mean gmp.h is not found,
    # but anyone knowledgable enough to be playing with exec_prefix will be able
    # to address that.
    includeexecdir = $(exec_prefix)/include
    include_HEADERS = $(GMPXX_HEADERS_OPTION)
    nodist_includeexec_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION)
    lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION)
    BUILT_SOURCES = gmp.h mp.h mpz/fac_ui.h fib_table.h mpn/fib_table.c mp_bases.h mpn/mp_bases.c mpn/perfsqr.h
    DISTCLEANFILES = $(BUILT_SOURCES) config.m4 mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.asm mpn/diveby3.asm mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.asm mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.asm mpn/sqr_basecase.asm mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.asm mpn/hamdist.asm mpn/cmp.c mpn/perfsqr.c mpn/bdivmod.c mpn/gcd_1.c mpn/gcd.c mpn/gcdext.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/mullow_n.c mpn/mullow_basecase.c mpn/umul.asm mpn/udiv.asm mpn/copyi.asm mpn/copyd.asm mpn/addsub_n.c gmp-mparam.h gen-fac_ui$(EXEEXT_FOR_BUILD) gen-fib$(EXEEXT_FOR_BUILD) gen-bases$(EXEEXT_FOR_BUILD) gen-psqr$(EXEEXT_FOR_BUILD)
    # Tell gmp.h it's building gmp, not an application, used by windows DLL stuff.
    INCLUDES = -D__GMP_WITHIN_GMP
    MPF_OBJECTS = mpf/init$U.lo mpf/init2$U.lo mpf/set$U.lo mpf/set_ui$U.lo \
    mpf/set_si$U.lo mpf/set_str$U.lo mpf/set_d$U.lo mpf/set_z$U.lo \
    mpf/iset$U.lo mpf/iset_ui$U.lo mpf/iset_si$U.lo mpf/iset_str$U.lo \
    mpf/iset_d$U.lo mpf/clear$U.lo mpf/get_str$U.lo mpf/dump$U.lo \
    mpf/size$U.lo mpf/eq$U.lo mpf/reldiff$U.lo mpf/sqrt$U.lo mpf/random2$U.lo \
    mpf/inp_str$U.lo mpf/out_str$U.lo mpf/add$U.lo mpf/add_ui$U.lo \
    mpf/sub$U.lo mpf/sub_ui$U.lo mpf/ui_sub$U.lo mpf/mul$U.lo mpf/mul_ui$U.lo \
    mpf/div$U.lo mpf/div_ui$U.lo \
    mpf/cmp$U.lo mpf/cmp_d$U.lo mpf/cmp_ui$U.lo mpf/cmp_si$U.lo \
    mpf/mul_2exp$U.lo mpf/div_2exp$U.lo mpf/abs$U.lo mpf/neg$U.lo \
    mpf/set_q$U.lo mpf/get_d$U.lo mpf/get_d_2exp$U.lo mpf/set_dfl_prec$U.lo \
    mpf/set_prc$U.lo mpf/set_prc_raw$U.lo mpf/get_dfl_prec$U.lo \
    mpf/get_prc$U.lo mpf/ui_div$U.lo mpf/sqrt_ui$U.lo \
    mpf/ceilfloor$U.lo mpf/trunc$U.lo mpf/pow_ui$U.lo \
    mpf/urandomb$U.lo mpf/swap$U.lo \
    mpf/fits_sint$U.lo mpf/fits_slong$U.lo mpf/fits_sshort$U.lo \
    mpf/fits_uint$U.lo mpf/fits_ulong$U.lo mpf/fits_ushort$U.lo \
    mpf/get_si$U.lo mpf/get_ui$U.lo \
    mpf/int_p$U.lo
    MPZ_OBJECTS = mpz/abs$U.lo mpz/add$U.lo mpz/add_ui$U.lo \
    mpz/aorsmul$U.lo mpz/aorsmul_i$U.lo mpz/and$U.lo mpz/array_init$U.lo \
    mpz/bin_ui$U.lo mpz/bin_uiui$U.lo \
    mpz/cdiv_q$U.lo mpz/cdiv_q_ui$U.lo \
    mpz/cdiv_qr$U.lo mpz/cdiv_qr_ui$U.lo \
    mpz/cdiv_r$U.lo mpz/cdiv_r_ui$U.lo mpz/cdiv_ui$U.lo \
    mpz/cfdiv_q_2exp$U.lo mpz/cfdiv_r_2exp$U.lo \
    mpz/clear$U.lo mpz/clrbit$U.lo \
    mpz/cmp$U.lo mpz/cmp_d$U.lo mpz/cmp_si$U.lo mpz/cmp_ui$U.lo \
    mpz/cmpabs$U.lo mpz/cmpabs_d$U.lo mpz/cmpabs_ui$U.lo \
    mpz/com$U.lo mpz/combit$U.lo \
    mpz/cong$U.lo mpz/cong_2exp$U.lo mpz/cong_ui$U.lo \
    mpz/divexact$U.lo mpz/divegcd$U.lo mpz/dive_ui$U.lo \
    mpz/divis$U.lo mpz/divis_ui$U.lo mpz/divis_2exp$U.lo mpz/dump$U.lo \
    mpz/export$U.lo mpz/fac_ui$U.lo mpz/fdiv_q$U.lo \
    mpz/fdiv_q_ui$U.lo mpz/fdiv_qr$U.lo mpz/fdiv_qr_ui$U.lo \
    mpz/fdiv_r$U.lo mpz/fdiv_r_ui$U.lo \
    mpz/fdiv_ui$U.lo mpz/fib_ui$U.lo mpz/fib2_ui$U.lo mpz/fits_sint$U.lo \
    mpz/fits_slong$U.lo mpz/fits_sshort$U.lo mpz/fits_uint$U.lo \
    mpz/fits_ulong$U.lo mpz/fits_ushort$U.lo mpz/gcd$U.lo \
    mpz/gcd_ui$U.lo mpz/gcdext$U.lo mpz/get_d$U.lo mpz/get_d_2exp$U.lo \
    mpz/get_si$U.lo mpz/get_str$U.lo mpz/get_ui$U.lo mpz/getlimbn$U.lo \
    mpz/hamdist$U.lo \
    mpz/import$U.lo mpz/init$U.lo mpz/init2$U.lo mpz/inp_raw$U.lo \
    mpz/inp_str$U.lo mpz/invert$U.lo \
    mpz/ior$U.lo mpz/iset$U.lo mpz/iset_d$U.lo mpz/iset_si$U.lo \
    mpz/iset_str$U.lo mpz/iset_ui$U.lo mpz/jacobi$U.lo mpz/kronsz$U.lo \
    mpz/kronuz$U.lo mpz/kronzs$U.lo mpz/kronzu$U.lo \
    mpz/lcm$U.lo mpz/lcm_ui$U.lo mpz/lucnum_ui$U.lo mpz/lucnum2_ui$U.lo \
    mpz/millerrabin$U.lo mpz/mod$U.lo mpz/mul$U.lo mpz/mul_2exp$U.lo \
    mpz/mul_si$U.lo mpz/mul_ui$U.lo \
    mpz/n_pow_ui$U.lo mpz/neg$U.lo mpz/nextprime$U.lo \
    mpz/out_raw$U.lo mpz/out_str$U.lo mpz/perfpow$U.lo mpz/perfsqr$U.lo \
    mpz/popcount$U.lo mpz/pow_ui$U.lo mpz/powm$U.lo mpz/powm_ui$U.lo \
    mpz/pprime_p$U.lo mpz/random$U.lo mpz/random2$U.lo \
    mpz/realloc$U.lo mpz/realloc2$U.lo mpz/remove$U.lo \
    mpz/root$U.lo mpz/rootrem$U.lo mpz/rrandomb$U.lo mpz/scan0$U.lo \
    mpz/scan1$U.lo mpz/set$U.lo mpz/set_d$U.lo mpz/set_f$U.lo \
    mpz/set_q$U.lo mpz/set_si$U.lo mpz/set_str$U.lo mpz/set_ui$U.lo \
    mpz/setbit$U.lo \
    mpz/size$U.lo mpz/sizeinbase$U.lo mpz/sqrt$U.lo \
    mpz/sqrtrem$U.lo mpz/sub$U.lo mpz/sub_ui$U.lo mpz/swap$U.lo \
    mpz/tdiv_ui$U.lo mpz/tdiv_q$U.lo mpz/tdiv_q_2exp$U.lo \
    mpz/tdiv_q_ui$U.lo mpz/tdiv_qr$U.lo mpz/tdiv_qr_ui$U.lo \
    mpz/tdiv_r$U.lo mpz/tdiv_r_2exp$U.lo mpz/tdiv_r_ui$U.lo \
    mpz/tstbit$U.lo mpz/ui_pow_ui$U.lo mpz/ui_sub$U.lo mpz/urandomb$U.lo \
    mpz/urandomm$U.lo mpz/xor$U.lo
    MPQ_OBJECTS = mpq/abs$U.lo mpq/aors$U.lo \
    mpq/canonicalize$U.lo mpq/clear$U.lo \
    mpq/cmp$U.lo mpq/cmp_si$U.lo mpq/cmp_ui$U.lo mpq/div$U.lo \
    mpq/get_d$U.lo mpq/get_den$U.lo mpq/get_num$U.lo mpq/get_str$U.lo \
    mpq/init$U.lo mpq/inp_str$U.lo mpq/inv$U.lo \
    mpq/md_2exp$U.lo mpq/mul$U.lo mpq/neg$U.lo mpq/out_str$U.lo \
    mpq/set$U.lo mpq/set_den$U.lo mpq/set_num$U.lo \
    mpq/set_si$U.lo mpq/set_str$U.lo mpq/set_ui$U.lo \
    mpq/equal$U.lo mpq/set_z$U.lo mpq/set_d$U.lo \
    mpq/set_f$U.lo mpq/swap$U.lo
    MPN_OBJECTS = mpn/fib_table$U.lo mpn/mp_bases$U.lo
    PRINTF_OBJECTS = \
    printf/asprintf$U.lo printf/asprntffuns$U.lo \
    printf/doprnt$U.lo printf/doprntf$U.lo printf/doprnti$U.lo \
    printf/fprintf$U.lo \
    printf/obprintf$U.lo printf/obvprintf$U.lo printf/obprntffuns$U.lo \
    printf/printf$U.lo printf/printffuns$U.lo \
    printf/snprintf$U.lo printf/snprntffuns$U.lo \
    printf/sprintf$U.lo printf/sprintffuns$U.lo \
    printf/vasprintf$U.lo printf/vfprintf$U.lo printf/vprintf$U.lo \
    printf/vsnprintf$U.lo printf/vsprintf$U.lo \
    printf/repl-vsnprintf$U.lo
    SCANF_OBJECTS = \
    scanf/doscan$U.lo scanf/fscanf$U.lo scanf/fscanffuns$U.lo \
    scanf/scanf$U.lo scanf/sscanf$U.lo scanf/sscanffuns$U.lo \
    scanf/vfscanf$U.lo scanf/vscanf$U.lo scanf/vsscanf$U.lo
    # no $U for C++ files
    CXX_OBJECTS = \
    cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo \
    cxx/osdoprnti.lo cxx/osfuns.lo \
    cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo
    MPBSD_OBJECTS = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo \
    mpbsd/powm$U.lo mpbsd/sub$U.lo mpbsd/cmp$U.lo mpbsd/mfree$U.lo \
    mpbsd/mtox$U.lo mpbsd/realloc$U.lo mpbsd/gcd$U.lo mpbsd/itom$U.lo \
    mpbsd/min$U.lo mpbsd/mul$U.lo mpbsd/mout$U.lo mpbsd/rpow$U.lo \
    mpbsd/sdiv$U.lo mpbsd/sqrtrem$U.lo mpbsd/xtom$U.lo
    # In libtool 1.5 it doesn't work to build libgmp.la from the convenience
    # libraries like mpz/libmpz.la. Or rather it works, but it ends up putting
    # PIC objects into libgmp.a if shared and static are both built. (The PIC
    # objects go into mpz/.libs/libmpz.a, and thence into .libs/libgmp.a.)
    # For now the big lists of objects above are used. Something like mpz/*.lo
    # would probably work, but might risk missing something out or getting
    # something extra. The source files for each .lo are listed in the
    # Makefile.am's in the subdirectories.
    # Currently, for libgmp, unlike libmp below, we're not using
    # -export-symbols, since the tune and speed programs, and perhaps some of
    # the test programs, want to access undocumented symbols.
    libgmp_la_SOURCES = gmp-impl.h longlong.h randmt.h \
    assert.c compat.c errno.c extract-dbl.c invalid.c memory.c \
    mp_bpl.c mp_clz_tab.c mp_dv_tab.c mp_minv_tab.c mp_get_fns.c mp_set_fns.c \
    rand.c randclr.c randdef.c randiset.c randlc2s.c randlc2x.c randmt.c \
    randmts.c rands.c randsd.c randsdui.c randbui.c randmui.c version.c
    EXTRA_libgmp_la_SOURCES = tal-debug.c tal-notreent.c tal-reent.c
    libgmp_la_DEPENDENCIES = tal-reent.lo \
    $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPQ_OBJECTS) \
    $(MPN_OBJECTS) mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo \
    $(PRINTF_OBJECTS) $(SCANF_OBJECTS)
    libgmp_la_LIBADD = $(libgmp_la_DEPENDENCIES)
    libgmp_la_LDFLAGS = $(GMP_LDFLAGS) $(LIBGMP_LDFLAGS) \
    -version-info $(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE)
    # We need at least one .cc file in $(libgmpxx_la_SOURCES) so automake will
    # use $(CXXLINK) rather than the plain C $(LINK). cxx/dummy.cc is that
    # file.
    #GMPXX_LTLIBRARIES_OPTION = libgmpxx.la
    libgmpxx_la_SOURCES = cxx/dummy.cc
    libgmpxx_la_DEPENDENCIES = $(CXX_OBJECTS) libgmp.la
    libgmpxx_la_LIBADD = $(libgmpxx_la_DEPENDENCIES)
    libgmpxx_la_LDFLAGS = $(GMP_LDFLAGS) $(LIBGMPXX_LDFLAGS) \
    -version-info $(LIBGMPXX_LT_CURRENT):$(LIBGMPXX_LT_REVISION):$(LIBGMPXX_LT_AGE)
    # The selected mpz objects here support mpz/powm.c (built as mpbsd/powm.lo)
    # and can probably be removed when that switches to an mpn implementation.
    # (Apart from mpz/n_pow_ui$U.lo, which supports mpbsd/rpow.c)
    #MPBSD_HEADERS_OPTION = mp.h
    #MPBSD_LTLIBRARIES_OPTION = libmp.la
    libmp_la_SOURCES = assert.c errno.c memory.c mp_bpl.c mp_clz_tab.c \
    mp_dv_tab.c mp_minv_tab.c mp_get_fns.c mp_set_fns.c
    libmp_la_DEPENDENCIES = $(srcdir)/libmp.sym \
    tal-reent.lo $(MPBSD_OBJECTS) $(MPN_OBJECTS) mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo \
    mpz/add$U.lo mpz/gcdext$U.lo mpz/invert$U.lo mpz/mul$U.lo \
    mpz/n_pow_ui$U.lo mpz/realloc$U.lo mpz/set$U.lo mpz/sub$U.lo \
    mpz/tdiv_q$U.lo
    libmp_la_LIBADD = $(libmp_la_DEPENDENCIES)
    libmp_la_LDFLAGS = $(GMP_LDFLAGS) \
    -version-info $(LIBMP_LT_CURRENT):$(LIBMP_LT_REVISION):$(LIBMP_LT_AGE) \
    -export-symbols $(srcdir)/libmp.sym
    all: $(BUILT_SOURCES) config.h
    $(MAKE) $(AM_MAKEFLAGS) all-recursive
    .SUFFIXES:
    .SUFFIXES: .c .cc .lo .o .obj
    am--refresh:
    $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
    @for dep in $?; do \
    case '$(am__configure_deps)' in \
    *$$dep*) \
    echo ' cd $(srcdir) && $(AUTOMAKE) --gnu --ignore-deps'; \
    cd $(srcdir) && $(AUTOMAKE) --gnu --ignore-deps \
    && exit 0; \
    exit 1;; \
    esac; \
    done; \
    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps Makefile'; \
    cd $(top_srcdir) && \
    $(AUTOMAKE) --gnu --ignore-deps Makefile
    .PRECIOUS: Makefile
    Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    @case '$?' in \
    *config.status*) \
    echo ' $(SHELL) ./config.status'; \
    $(SHELL) ./config.status;; \
    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    esac;
    $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    $(SHELL) ./config.status --recheck
    $(top_srcdir)/configure: # $(am__configure_deps)
    cd $(srcdir) && $(AUTOCONF)
    $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    config.h: stamp-h1
    @if test ! -f $@; then \
    rm -f stamp-h1; \
    $(MAKE) stamp-h1; \
    else :; fi
    stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
    @rm -f stamp-h1
    cd $(top_builddir) && $(SHELL) ./config.status config.h
    $(srcdir)/config.in: # $(am__configure_deps)
    cd $(top_srcdir) && $(AUTOHEADER)
    rm -f stamp-h1
    touch $@
    distclean-hdr:
    -rm -f config.h stamp-h1
    gmp.h: $(top_builddir)/config.status $(srcdir)/gmp-h.in
    cd $(top_builddir) && $(SHELL) ./config.status $@
    mp.h: $(top_builddir)/config.status $(srcdir)/mp-h.in
    cd $(top_builddir) && $(SHELL) ./config.status $@
    install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    @$(NORMAL_INSTALL)
    test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
    @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    if test -f $$p; then \
    f="`echo $$p | sed -e 's|^.*/||'`"; \
    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
    else :; fi; \
    done
    uninstall-libLTLIBRARIES:
    @$(NORMAL_UNINSTALL)
    @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    p="`echo $$p | sed -e 's|^.*/||'`"; \
    echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
    $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
    done
    clean-libLTLIBRARIES:
    -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    test "$$dir" = "$$p" && dir=.; \
    echo "rm -f \"$${dir}/so_locations\""; \
    rm -f "$${dir}/so_locations"; \
    done
    libgmp.la: $(libgmp_la_OBJECTS) $(libgmp_la_DEPENDENCIES)
    $(LINK) -rpath $(libdir) $(libgmp_la_LDFLAGS) $(libgmp_la_OBJECTS) $(libgmp_la_LIBADD) $(LIBS)
    libgmpxx.la: $(libgmpxx_la_OBJECTS) $(libgmpxx_la_DEPENDENCIES)
    $(CXXLINK) -rpath $(libdir) $(libgmpxx_la_LDFLAGS) $(libgmpxx_la_OBJECTS) $(libgmpxx_la_LIBADD) $(LIBS)
    libmp.la: $(libmp_la_OBJECTS) $(libmp_la_DEPENDENCIES)
    $(LINK) -rpath $(libdir) $(libmp_la_LDFLAGS) $(libmp_la_OBJECTS) $(libmp_la_LIBADD) $(LIBS)
    mostlyclean-compile:
    -rm -f *.$(OBJEXT)
    distclean-compile:
    -rm -f *.tab.c
    ansi2knr: ansi2knr.$(OBJEXT)
    $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
    ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
    clean-krextra:
    -rm -f ansi2knr
    mostlyclean-kr:
    -test "$U" = "" || rm -f *_.c
    .c.o:
    $(COMPILE) -c $<
    .c.obj:
    $(COMPILE) -c `$(CYGPATH_W) '$<'`
    .c.lo:
    $(LTCOMPILE) -c -o $@ $<
    assert_.c: assert.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/assert.c; then echo $(srcdir)/assert.c; else echo assert.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    compat_.c: compat.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/compat.c; then echo $(srcdir)/compat.c; else echo compat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    errno_.c: errno.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/errno.c; then echo $(srcdir)/errno.c; else echo errno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    extract-dbl_.c: extract-dbl.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/extract-dbl.c; then echo $(srcdir)/extract-dbl.c; else echo extract-dbl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    invalid_.c: invalid.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/invalid.c; then echo $(srcdir)/invalid.c; else echo invalid.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    memory_.c: memory.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memory.c; then echo $(srcdir)/memory.c; else echo memory.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    mp_bpl_.c: mp_bpl.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_bpl.c; then echo $(srcdir)/mp_bpl.c; else echo mp_bpl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    mp_clz_tab_.c: mp_clz_tab.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_clz_tab.c; then echo $(srcdir)/mp_clz_tab.c; else echo mp_clz_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    mp_dv_tab_.c: mp_dv_tab.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_dv_tab.c; then echo $(srcdir)/mp_dv_tab.c; else echo mp_dv_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    mp_get_fns_.c: mp_get_fns.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_get_fns.c; then echo $(srcdir)/mp_get_fns.c; else echo mp_get_fns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    mp_minv_tab_.c: mp_minv_tab.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_minv_tab.c; then echo $(srcdir)/mp_minv_tab.c; else echo mp_minv_tab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    mp_set_fns_.c: mp_set_fns.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mp_set_fns.c; then echo $(srcdir)/mp_set_fns.c; else echo mp_set_fns.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    rand_.c: rand.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rand.c; then echo $(srcdir)/rand.c; else echo rand.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randbui_.c: randbui.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randbui.c; then echo $(srcdir)/randbui.c; else echo randbui.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randclr_.c: randclr.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randclr.c; then echo $(srcdir)/randclr.c; else echo randclr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randdef_.c: randdef.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randdef.c; then echo $(srcdir)/randdef.c; else echo randdef.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randiset_.c: randiset.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randiset.c; then echo $(srcdir)/randiset.c; else echo randiset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randlc2s_.c: randlc2s.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc2s.c; then echo $(srcdir)/randlc2s.c; else echo randlc2s.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randlc2x_.c: randlc2x.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randlc2x.c; then echo $(srcdir)/randlc2x.c; else echo randlc2x.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randmt_.c: randmt.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randmt.c; then echo $(srcdir)/randmt.c; else echo randmt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randmts_.c: randmts.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randmts.c; then echo $(srcdir)/randmts.c; else echo randmts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randmui_.c: randmui.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randmui.c; then echo $(srcdir)/randmui.c; else echo randmui.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    rands_.c: rands.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rands.c; then echo $(srcdir)/rands.c; else echo rands.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randsd_.c: randsd.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsd.c; then echo $(srcdir)/randsd.c; else echo randsd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    randsdui_.c: randsdui.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/randsdui.c; then echo $(srcdir)/randsdui.c; else echo randsdui.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    tal-debug_.c: tal-debug.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tal-debug.c; then echo $(srcdir)/tal-debug.c; else echo tal-debug.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    tal-notreent_.c: tal-notreent.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tal-notreent.c; then echo $(srcdir)/tal-notreent.c; else echo tal-notreent.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    tal-reent_.c: tal-reent.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tal-reent.c; then echo $(srcdir)/tal-reent.c; else echo tal-reent.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    version_.c: version.c $(ANSI2KNR)
    $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version.c; then echo $(srcdir)/version.c; else echo version.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
    assert_.$(OBJEXT) assert_.lo compat_.$(OBJEXT) compat_.lo \
    errno_.$(OBJEXT) errno_.lo extract-dbl_.$(OBJEXT) extract-dbl_.lo \
    invalid_.$(OBJEXT) invalid_.lo memory_.$(OBJEXT) memory_.lo \
    mp_bpl_.$(OBJEXT) mp_bpl_.lo mp_clz_tab_.$(OBJEXT) mp_clz_tab_.lo \
    mp_dv_tab_.$(OBJEXT) mp_dv_tab_.lo mp_get_fns_.$(OBJEXT) \
    mp_get_fns_.lo mp_minv_tab_.$(OBJEXT) mp_minv_tab_.lo \
    mp_set_fns_.$(OBJEXT) mp_set_fns_.lo rand_.$(OBJEXT) rand_.lo \
    randbui_.$(OBJEXT) randbui_.lo randclr_.$(OBJEXT) randclr_.lo \
    randdef_.$(OBJEXT) randdef_.lo randiset_.$(OBJEXT) randiset_.lo \
    randlc2s_.$(OBJEXT) randlc2s_.lo randlc2x_.$(OBJEXT) randlc2x_.lo \
    randmt_.$(OBJEXT) randmt_.lo randmts_.$(OBJEXT) randmts_.lo \
    randmui_.$(OBJEXT) randmui_.lo rands_.$(OBJEXT) rands_.lo \
    randsd_.$(OBJEXT) randsd_.lo randsdui_.$(OBJEXT) randsdui_.lo \
    tal-debug_.$(OBJEXT) tal-debug_.lo tal-notreent_.$(OBJEXT) \
    tal-notreent_.lo tal-reent_.$(OBJEXT) tal-reent_.lo version_.$(OBJEXT) \
    version_.lo : $(ANSI2KNR)
    .cc.o:
    $(CXXCOMPILE) -c -o $@ $<
    .cc.obj:
    $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    .cc.lo:
    $(LTCXXCOMPILE) -c -o $@ $<
    dummy.o: cxx/dummy.cc
    $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dummy.o `test -f 'cxx/dummy.cc' || echo '$(srcdir)/'`cxx/dummy.cc
    dummy.obj: cxx/dummy.cc
    $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dummy.obj `if test -f 'cxx/dummy.cc'; then $(CYGPATH_W) 'cxx/dummy.cc'; else $(CYGPATH_W) '$(srcdir)/cxx/dummy.cc'; fi`
    dummy.lo: cxx/dummy.cc
    $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dummy.lo `test -f 'cxx/dummy.cc' || echo '$(srcdir)/'`cxx/dummy.cc
    mostlyclean-libtool:
    -rm -f *.lo
    clean-libtool:
    -rm -rf .libs _libs
    distclean-libtool:
    -rm -f libtool
    uninstall-info-am:
    install-includeHEADERS: $(include_HEADERS)
    @$(NORMAL_INSTALL)
    test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
    @list='$(include_HEADERS)'; for p in $$list; do \
    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    f="`echo $$p | sed -e 's|^.*/||'`"; \
    echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
    $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
    done
    uninstall-includeHEADERS:
    @$(NORMAL_UNINSTALL)
    @list='$(include_HEADERS)'; for p in $$list; do \
    f="`echo $$p | sed -e 's|^.*/||'`"; \
    echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
    rm -f "$(DESTDIR)$(includedir)/$$f"; \
    done
    install-nodist_includeexecHEADERS: $(nodist_includeexec_HEADERS)
    @$(NORMAL_INSTALL)
    test -z "$(includeexecdir)" || $(mkdir_p) "$(DESTDIR)$(includeexecdir)"
    @list='$(nodist_includeexec_HEADERS)'; for p in $$list; do \
    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    f="`echo $$p | sed -e 's|^.*/||'`"; \
    echo " $(nodist_includeexecHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includeexecdir)/$$f'"; \
    $(nodist_includeexecHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includeexecdir)/$$f"; \
    done
    uninstall-nodist_includeexecHEADERS:
    @$(NORMAL_UNINSTALL)
    @list='$(nodist_includeexec_HEADERS)'; for p in $$list; do \
    f="`echo $$p | sed -e 's|^.*/||'`"; \
    echo " rm -f '$(DESTDIR)$(includeexecdir)/$$f'"; \
    rm -f "$(DESTDIR)$(includeexecdir)/$$f"; \
    done
    # This directory's subdirectories are mostly independent; you can cd
    # into them and run `make' without going through this Makefile.
    # To change the values of `make' variables: instead of editing Makefiles,
    # (1) if the variable is set in `config.status', edit `config.status'
    # (which will cause the Makefiles to be regenerated when you run `make');
    # (2) otherwise, pass the desired values on the `make' command line.
    $(RECURSIVE_TARGETS):
    @set fnord $$MAKEFLAGS; amf=$$2; \
    dot_seen=no; \
    target=`echo $@ | sed s/-recursive//`; \
    list='$(SUBDIRS)'; for subdir in $$list; do \
    echo "Making $$target in $$subdir"; \
    if test "$$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$$target-am"; \
    else \
    local_target="$$target"; \
    fi; \
    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
    done; \
    if test "$$dot_seen" = "no"; then \
    $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    fi; test -z "$$fail"
    mostlyclean-recursive clean-recursive distclean-recursive \
    maintainer-clean-recursive:
    @set fnord $$MAKEFLAGS; amf=$$2; \
    dot_seen=no; \
    case "$@" in \
    distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    *) list='$(SUBDIRS)' ;; \
    esac; \
    rev=''; for subdir in $$list; do \
    if test "$$subdir" = "."; then :; else \
    rev="$$subdir $$rev"; \
    fi; \
    done; \
    rev="$$rev ."; \
    target=`echo $@ | sed s/-recursive//`; \
    for subdir in $$rev; do \
    echo "Making $$target in $$subdir"; \
    if test "$$subdir" = "."; then \
    local_target="$$target-am"; \
    else \
    local_target="$$target"; \
    fi; \
    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
    done && test -z "$$fail"
    tags-recursive:
    list='$(SUBDIRS)'; for subdir in $$list; do \
    test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    done
    ctags-recursive:
    list='$(SUBDIRS)'; for subdir in $$list; do \
    test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    done
    ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    done | \
    $(AWK) ' { files[$$0] = 1; } \
    END { for (i in files) print i; }'`; \
    mkid -fID $$unique
    tags: TAGS
    TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
    $(TAGS_FILES) $(LISP)
    tags=; \
    here=`pwd`; \
    if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    include_option=--etags-include; \
    empty_fix=.; \
    else \
    include_option=--include; \
    empty_fix=; \
    fi; \
    list='$(SUBDIRS)'; for subdir in $$list; do \
    if test "$$subdir" = .; then :; else \
    test -f $$subdir/TAGS && \
    tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    fi; \
    done; \
    list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
    unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    done | \
    $(AWK) ' { files[$$0] = 1; } \
    END { for (i in files) print i; }'`; \
    if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    test -z "$$unique" && unique=$$empty_fix; \
    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    $$tags $$unique; \
    fi
    ctags: CTAGS
    CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
    $(TAGS_FILES) $(LISP)
    tags=; \
    here=`pwd`; \
    list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
    unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    done | \
    $(AWK) ' { files[$$0] = 1; } \
    END { for (i in files) print i; }'`; \
    test -z "$(CTAGS_ARGS)$$tags$$unique" \
    || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    $$tags $$unique
    GTAGS:
    here=`$(am__cd) $(top_builddir) && pwd` \
    && cd $(top_srcdir) \
    && gtags -i $(GTAGS_ARGS) $$here
    distclean-tags:
    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    distdir: $(DISTFILES)
    $(am__remove_distdir)
    mkdir $(distdir)
    $(mkdir_p) $(distdir)/. $(distdir)/demos $(distdir)/demos/calc
    @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
    list='$(DISTFILES)'; for file in $$list; do \
    case $$file in \
    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
    esac; \
    if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    dir="/$$dir"; \
    $(mkdir_p) "$(distdir)$$dir"; \
    else \
    dir=''; \
    fi; \
    if test -d $$d/$$file; then \
    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    fi; \
    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    else \
    test -f $(distdir)/$$file \
    || cp -p $$d/$$file $(distdir)/$$file \
    || exit 1; \
    fi; \
    done
    list='$(SUBDIRS)'; for subdir in $$list; do \
    if test "$$subdir" = .; then :; else \
    test -d "$(distdir)/$$subdir" \
    || mkdir "$(distdir)/$$subdir" \
    || exit 1; \
    (cd $$subdir && \
    $(MAKE) $(AM_MAKEFLAGS) \
    top_distdir="../$(top_distdir)" \
    distdir="../$(distdir)/$$subdir" \
    distdir) \
    || exit 1; \
    fi; \
    done
    $(MAKE) $(AM_MAKEFLAGS) \
    top_distdir="$(top_distdir)" distdir="$(distdir)" \
    dist-hook
    -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
    || chmod -R a+r $(distdir)
    dist-gzip: distdir
    $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    $(am__remove_distdir)
    dist-bzip2: distdir
    $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
    $(am__remove_distdir)
    dist-tarZ: distdir
    $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
    $(am__remove_distdir)
    dist-shar: distdir
    shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    $(am__remove_distdir)
    dist-zip: distdir
    -rm -f $(distdir).zip
    zip -rq $(distdir).zip $(distdir)
    $(am__remove_distdir)
    dist dist-all: distdir
    $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    $(am__remove_distdir)
    # This target untars the dist file and tries a VPATH configuration. Then
    # it guarantees that the distribution is self-contained by making another
    # tarfile.
    distcheck: dist
    case '$(DIST_ARCHIVES)' in \
    *.tar.gz*) \
    GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
    *.tar.bz2*) \
    bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
    *.tar.Z*) \
    uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    *.shar.gz*) \
    GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    *.zip*) \
    unzip $(distdir).zip ;;\
    esac
    chmod -R a-w $(distdir); chmod a+w $(distdir)
    mkdir $(distdir)/_build
    mkdir $(distdir)/_inst
    chmod a-w $(distdir)
    dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    && cd $(distdir)/_build \
    && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    $(DISTCHECK_CONFIGURE_FLAGS) \
    && $(MAKE) $(AM_MAKEFLAGS) \
    && $(MAKE) $(AM_MAKEFLAGS) dvi \
    && $(MAKE) $(AM_MAKEFLAGS) check \
    && $(MAKE) $(AM_MAKEFLAGS) install \
    && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    distuninstallcheck \
    && chmod -R a-w "$$dc_install_base" \
    (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    } || { rm -rf "$$dc_destdir"; exit 1; }) \
    && rm -rf "$$dc_destdir" \
    && $(MAKE) $(AM_MAKEFLAGS) dist \
    && rm -rf $(DIST_ARCHIVES) \
    && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    $(am__remove_distdir)
    @(echo "$(distdir) archives ready for distribution: "; \
    list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
    distuninstallcheck:
    @cd $(distuninstallcheck_dir) \
    && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    || { echo "ERROR: files left after uninstall:" ; \
    if test -n "$(DESTDIR)"; then \
    echo " (check DESTDIR support)"; \
    fi ; \
    $(distuninstallcheck_listfiles) ; \
    exit 1; } >&2
    distcleancheck: distclean
    @if test '$(srcdir)' = . ; then \
    echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    exit 1 ; \
    fi
    @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    || { echo "ERROR: files left in build directory after distclean:" ; \
    $(distcleancheck_listfiles) ; \
    exit 1; } >&2
    check-am: all-am
    check: $(BUILT_SOURCES)
    $(MAKE) $(AM_MAKEFLAGS) check-recursive
    all-am: Makefile $(ANSI2KNR) $(LTLIBRARIES) $(HEADERS) config.h
    installdirs: installdirs-recursive
    installdirs-am:
    for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includeexecdir)"; do \
    test -z "$$dir" || $(mkdir_p) "$$dir"; \
    done
    install: $(BUILT_SOURCES)
    $(MAKE) $(AM_MAKEFLAGS) install-recursive
    install-exec: install-exec-recursive
    install-data: install-data-recursive
    uninstall: uninstall-recursive
    install-am: all-am
    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    installcheck: installcheck-recursive
    install-strip:
    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    `test -z '$(STRIP)' || \
    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    mostlyclean-generic:
    clean-generic:
    distclean-generic:
    -rm -f $(CONFIG_CLEAN_FILES)
    -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
    maintainer-clean-generic:
    @echo "This command is intended for maintainers to use"
    @echo "it deletes files that may require special tools to rebuild."
    -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    clean: clean-recursive
    clean-am: clean-generic clean-krextra clean-libLTLIBRARIES \
    clean-libtool mostlyclean-am
    distclean: distclean-recursive
    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    -rm -f Makefile
    distclean-am: clean-am distclean-compile distclean-generic \
    distclean-hdr distclean-libtool distclean-tags
    dvi: dvi-recursive
    dvi-am:
    html: html-recursive
    info: info-recursive
    info-am:
    install-data-am: install-includeHEADERS
    @$(NORMAL_INSTALL)
    $(MAKE) $(AM_MAKEFLAGS) install-data-hook
    install-exec-am: install-libLTLIBRARIES \
    install-nodist_includeexecHEADERS
    install-info: install-info-recursive
    install-man:
    installcheck-am:
    maintainer-clean: maintainer-clean-recursive
    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    -rm -rf $(top_srcdir)/autom4te.cache
    -rm -f Makefile
    maintainer-clean-am: distclean-am maintainer-clean-generic
    mostlyclean: mostlyclean-recursive
    mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
    mostlyclean-libtool
    pdf: pdf-recursive
    pdf-am:
    ps: ps-recursive
    ps-am:
    uninstall-am: uninstall-includeHEADERS uninstall-info-am \
    uninstall-libLTLIBRARIES uninstall-nodist_includeexecHEADERS
    uninstall-info: uninstall-info-recursive
    .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
    check-am clean clean-generic clean-krextra \
    clean-libLTLIBRARIES clean-libtool clean-recursive ctags \
    ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
    dist-tarZ dist-zip distcheck distclean distclean-compile \
    distclean-generic distclean-hdr distclean-libtool \
    distclean-recursive distclean-tags distcleancheck distdir \
    distuninstallcheck dvi dvi-am html html-am info info-am \
    install install-am install-data install-data-am install-exec \
    install-exec-am install-includeHEADERS install-info \
    install-info-am install-libLTLIBRARIES install-man \
    install-nodist_includeexecHEADERS install-strip installcheck \
    installcheck-am installdirs installdirs-am maintainer-clean \
    maintainer-clean-generic maintainer-clean-recursive \
    mostlyclean mostlyclean-compile mostlyclean-generic \
    mostlyclean-kr mostlyclean-libtool mostlyclean-recursive pdf \
    pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
    uninstall-includeHEADERS uninstall-info-am \
    uninstall-libLTLIBRARIES uninstall-nodist_includeexecHEADERS
    install-data-hook:
    @echo ''
    @echo '+-------------------------------------------------------------+'
    @echo '| CAUTION: |'
    @echo '| |'
    @echo '| If you have not already run "make check", then we strongly |'
    @echo '| recommend you do so. |'
    @echo '| |'
    @echo '| GMP has been carefully tested by its authors, but compilers |'
    @echo '| are all too often released with serious bugs. GMP tends to |'
    @echo '| explore interesting corners in compilers and has hit bugs |'
    @e

  • Error with cu6 installation

    Remove
    alert
    |
    Edit
    |
    Change
    type
    0
    Hello ,
    how can i know which cu !!! installed on my exchange ? from where can i know the cu version installed ?
    also i am trying to install exchange cu6 in one of my customer and it give me the below error 
    Error:
    The following error was generated when "$error.Clear();
              $maxWait = New-TimeSpan -Minutes 8
              $timeout = Get-Date;
              $timeout = $timeout.Add($maxWait);
              $currTime = Get-Date;
              $successfullySetConfigDC = $false;
              while($currTime -le $timeout)
                $setSharedCDCErrors = @();
                try
                  Set-SharedConfigDC -DomainController
    $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
                  $successfullySetConfigDC
    = ($setSharedCDCErrors.Count -eq 0);
                  if($successfullySetConfigDC)
                    break;
                  Write-ExchangeSetupLog -Info
    ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
                catch
                  Write-ExchangeSetupLog -Info
    ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
                Write-ExchangeSetupLog -Info ("Waiting
    30 seconds before attempting again.");
                Start-Sleep -Seconds 30;
                $currTime = Get-Date;
              if( -not $successfullySetConfigDC)
                Write-ExchangeSetupLog -Error "Unable
    to set shared config DC.";
            " was run: "System.Exception: Unable to set shared
    config DC.
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory
    category, Object target, Boolean reThrow, String helpUrl)
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory
    category, Object target)
       at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
       at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
       at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action
    func, Boolean terminatePipelineIfFailed)"
    How can i solve this issue .
    I have 2 cas servers and 2 MBX server
    cu6 successfully installed
    in Cas1 but others not
    schema prepared already
    need help please
    MCP MCSA MCSE MCT MCTS CCNA

    Hi,
    Agree with Jatin and Amit. In your case, please make sure IPv6 on the network adaptor is turned on and continue the CU6 installation to check the result.
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • IPod Service Error with iPod installer 2006-06-28

    I previously had a Mini but lost it (stolen). I bought a Nano to replace it but could never get it to work. I returned this and purchased a new 30g iPod. Same issues. I get the error message "iPod Service Error" when I open the 2006-06-28 iPod Software Updater. I even get this message whether I have my iPod connected or not. In iTunes, I get the message "The software required for communicating with the iPod is not installed correctly. Please reinstall iTunes to install the iPod's software."
    Well, I've reinstalled iTunes countless times and reinstalled the updater a equal number of times with no luck. I tried all the steps (including links) in:
    http://docs.info.apple.com/article.html?artnum=93716
    I also used msconfig with no luck. I disabled my Norton internet security and antivirus software with no success. I disabled the Fast User Switching and followed someone's advice regarding FAT32, but again no luck.
    I tried to read through all the latest discussions and articles I could find, but am now getting confused. Is there anyone out there who has been able to tackle this problem? My alternative is returning my iPod and giving up on iTunes. Help me please!! Thanks.
    Dell 8100   Windows XP  
    Dell 8100   Windows XP  

    Thanks for your response and sorry for the delay. I've been traveling. Yes, I did try making another XP user account and got the same results. I have not tried the installer cleanup. What do I do with this utility? I read the instructions from MS, but not sure if I should just highlight the iTunes, iPod, and QuickTime stuff on my PC. Any help would be appreciated.
    Thanks,

  • Errors with cmsxdb installation

    OS: Solaris 8
    DB: Oracle921
    IAS:ias903
    JDev9031
    I tried to deploy and run the application as the installation document. One problem is that deploying FOP.jar costs too many time. The document said it is about 10 minutes but it costed nearly 5 hours,:(
    In the 4 step, Jdev returned following errors:
    class org/w3c/dom/svg/SVGStylable: resolution
    Error while checking status of org/w3c/dom/svg/SVGStyleElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGStyleElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGSwitchElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGSwitchElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGSymbolElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGSymbolElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTRefElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTRefElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTSpanElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTSpanElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTests
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTests: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextContentElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextContentElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextPathElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextPathElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextPositioningElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextPositioningElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTitleElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTitleElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTransform
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTransform: resolution
    Error while checking status of org/w3c/dom/svg/SVGTransformList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTransformList: resolution
    Error while checking status of org/w3c/dom/svg/SVGTransformable
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTransformable: resolution
    Error while checking status of org/w3c/dom/svg/SVGURIReference
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGURIReference: resolution
    Error while checking status of org/w3c/dom/svg/SVGUnitTypes
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGUnitTypes: resolution
    Error while checking status of org/w3c/dom/svg/SVGUseElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGUseElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGVKernElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGVKernElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGViewElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGViewElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGViewSpec
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGViewSpec: resolution
    Error while checking status of org/w3c/dom/svg/SVGZoomAndPan
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGZoomAndPan: resolution
    Error while checking status of org/w3c/dom/svg/SVGZoomEvent
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGZoomEvent: resolution
    Error while checking status of org/w3c/dom/traversal/DocumentTraversal
    Io exception: Broken pipe
    class org/w3c/dom/traversal/DocumentTraversal: resolution
    Error while checking status of org/w3c/dom/traversal/NodeFilter
    Io exception: Broken pipe
    class org/w3c/dom/traversal/NodeFilter: resolution
    Error while checking status of org/w3c/dom/html/HTMLHtmlElement
    Error while checking status of org/w3c/dom/traversal/NodeIterator
    Io exception: Broken pipe
    class org/w3c/dom/traversal/NodeIterator: resolution
    Error while checking status of org/w3c/dom/traversal/TreeWalker
    Io exception: Broken pipe
    class org/w3c/dom/traversal/TreeWalker: resolution
    Error while checking status of org/w3c/dom/views/AbstractView
    Io exception: Broken pipe
    class org/w3c/dom/views/AbstractView: resolution
    Error while checking status of org/w3c/dom/views/DocumentView
    Io exception: Broken pipe
    class org/w3c/dom/views/DocumentView: resolution
    Error while checking status of org/xml/sax/AttributeList
    Io exception: Broken pipe
    class org/xml/sax/AttributeList: resolution
    Error while checking status of org/xml/sax/Attributes
    Io exception: Broken pipe
    class org/xml/sax/Attributes: resolution
    Error while checking status of org/xml/sax/ContentHandler
    Io exception: Broken pipe
    class org/xml/sax/ContentHandler: resolution
    Error while checking status of org/xml/sax/DTDHandler
    Io exception: Broken pipe
    class org/xml/sax/DTDHandler: resolution
    Error while checking status of org/xml/sax/DocumentHandler
    Io exception: Broken pipe
    class org/xml/sax/DocumentHandler: resolution
    Error while checking status of org/xml/sax/EntityResolver
    Io exception: Broken pipe
    class org/xml/sax/EntityResolver: resolution
    Error while checking status of org/xml/sax/ErrorHandler
    Io exception: Broken pipe
    class org/xml/sax/ErrorHandler: resolution
    Error while checking status of org/xml/sax/HandlerBase
    Io exception: Broken pipe
    class org/xml/sax/HandlerBase: resolution
    Io exception: Broken pipe
    Error while checking status of org/xml/sax/InputSource
    Io exception: Broken pipe
    class org/xml/sax/InputSource: resolution
    Error while checking status of org/xml/sax/Locator
    Io exception: Broken pipe
    class org/xml/sax/Locator: resolution
    Error while checking status of org/xml/sax/Parser
    Io exception: Broken pipe
    class org/xml/sax/Parser: resolution
    Error while checking status of org/xml/sax/SAXException
    Io exception: Broken pipe
    class org/xml/sax/SAXException: resolution
    Error while checking status of org/xml/sax/SAXNotRecognizedException
    Io exception: Broken pipe
    class org/xml/sax/SAXNotRecognizedException: resolution
    Error while checking status of org/xml/sax/SAXNotSupportedException
    Io exception: Broken pipe
    class org/xml/sax/SAXNotSupportedException: resolution
    Error while checking status of org/xml/sax/SAXParseException
    Io exception: Broken pipe
    class org/xml/sax/SAXParseException: resolution
    Error while checking status of org/xml/sax/XMLFilter
    Io exception: Broken pipe
    class org/xml/sax/XMLFilter: resolution
    Error while checking status of org/xml/sax/XMLReader
    Io exception: Broken pipe
    class org/xml/sax/XMLReader: resolution
    Error while checking status of org/xml/sax/ext/DeclHandler
    Io exception: Broken pipe
    class org/xml/sax/ext/DeclHandler: resolution
    Error while checking status of org/xml/sax/ext/LexicalHandler
    class org/w3c/dom/html/HTMLHtmlElement: resolution
    Io exception: Broken pipe
    class org/xml/sax/ext/LexicalHandler: resolution
    Error while checking status of org/xml/sax/helpers/AttributeListImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/AttributeListImpl: resolution
    Error while checking status of org/xml/sax/helpers/AttributesImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/AttributesImpl: resolution
    Error while checking status of org/xml/sax/helpers/DefaultHandler
    Io exception: Broken pipe
    class org/xml/sax/helpers/DefaultHandler: resolution
    Error while checking status of org/xml/sax/helpers/LocatorImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/LocatorImpl: resolution
    Error while checking status of org/xml/sax/helpers/NamespaceSupport$Context
    Io exception: Broken pipe
    class org/xml/sax/helpers/NamespaceSupport$Context: resolution
    Error while checking status of org/xml/sax/helpers/NamespaceSupport
    Io exception: Broken pipe
    class org/xml/sax/helpers/NamespaceSupport: resolution
    Error while checking status of org/xml/sax/helpers/ParserAdapter$AttributeListAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/ParserAdapter$AttributeListAdapter: resolution
    Error while checking status of org/xml/sax/helpers/ParserAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/ParserAdapter: resolution
    Error while checking status of org/xml/sax/helpers/ParserFactory
    Io exception: Broken pipe
    class org/xml/sax/helpers/ParserFactory: resolution
    Error while checking status of org/xml/sax/helpers/XMLFilterImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLFilterImpl: resolution
    Error while checking status of org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter
    Io exception: Broken pipe
    Error while checking status of org/w3c/dom/html/HTMLIFrameElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLIFrameElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLImageElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLImageElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLInputElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLInputElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLIsIndexElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLIsIndexElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLLIElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLLIElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLLabelElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLLabelElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLLegendElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLLegendElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLLinkElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLLinkElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLMapElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLMapElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLMenuElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLMenuElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLMetaElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLMetaElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLModElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLModElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLOListElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLOListElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLObjectElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLObjectElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLOptGroupElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLOptGroupElement: resolution
    class org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter: resolution
    Error while checking status of org/w3c/dom/html/HTMLOptionElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLOptionElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLParagraphElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLParagraphElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLParamElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLParamElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLPreElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLPreElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLQuoteElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLQuoteElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLScriptElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLScriptElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLSelectElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLSelectElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLStyleElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLStyleElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTableCaptionElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTableCaptionElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTableCellElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTableCellElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTableColElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTableColElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTableElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTableElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTableRowElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTableRowElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTableSectionElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTableSectionElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTextAreaElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTextAreaElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLTitleElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLTitleElement: resolution
    Error while checking status of org/w3c/dom/html/HTMLUListElement
    Io exception: Broken pipe
    class org/w3c/dom/html/HTMLUListElement: resolution
    Error while checking status of org/w3c/dom/range/DocumentRange
    Io exception: Broken pipe
    class org/w3c/dom/range/DocumentRange: resolution
    Error while checking status of org/w3c/dom/range/Range
    Io exception: Broken pipe
    class org/w3c/dom/range/Range: resolution
    Error while checking status of org/w3c/dom/range/RangeException
    Io exception: Broken pipe
    class org/w3c/dom/range/RangeException: resolution
    Error while checking status of org/w3c/dom/ranges/DocumentRange
    Io exception: Broken pipe
    class org/w3c/dom/ranges/DocumentRange: resolution
    Error while checking status of org/w3c/dom/ranges/Range
    Io exception: Broken pipe
    class org/w3c/dom/ranges/Range: resolution
    Error while checking status of org/w3c/dom/ranges/RangeException
    Io exception: Broken pipe
    class org/w3c/dom/ranges/RangeException: resolution
    Error while checking status of org/w3c/dom/smil/ElementTimeControl
    Io exception: Broken pipe
    class org/w3c/dom/smil/ElementTimeControl: resolution
    Error while checking status of org/w3c/dom/stylesheets/DocumentStyle
    Io exception: Broken pipe
    class org/w3c/dom/stylesheets/DocumentStyle: resolution
    Error while checking status of org/w3c/dom/stylesheets/LinkStyle
    Io exception: Broken pipe
    class org/w3c/dom/stylesheets/LinkStyle: resolution
    Error while checking status of org/w3c/dom/stylesheets/MediaList
    Io exception: Broken pipe
    class org/w3c/dom/stylesheets/MediaList: resolution
    Error while checking status of org/w3c/dom/stylesheets/StyleSheet
    Io exception: Broken pipe
    class org/w3c/dom/stylesheets/StyleSheet: resolution
    Error while checking status of org/w3c/dom/stylesheets/StyleSheetList
    Io exception: Broken pipe
    class org/w3c/dom/stylesheets/StyleSheetList: resolution
    Error while checking status of org/w3c/dom/svg/GetSVGDocument
    Io exception: Broken pipe
    class org/w3c/dom/svg/GetSVGDocument: resolution
    Error while checking status of org/w3c/dom/svg/SVGAElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAltGlyphDefElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAltGlyphDefElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAltGlyphElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAltGlyphElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAltGlyphItemElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAltGlyphItemElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAngle
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAngle: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimateColorElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimateColorElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimateElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimateElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimateMotionElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimateMotionElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimateTransformElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimateTransformElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedAngle
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedAngle: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedBoolean
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedBoolean: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedEnumeration
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedEnumeration: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedInteger
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedInteger: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedLength
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedLength: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedLengthList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedLengthList: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedNumber
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedNumber: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedNumberList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedNumberList: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedPathData
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedPathData: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedPoints
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedPoints: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedPreserveAspectRatio: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedRect
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedRect: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedString
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedString: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimatedTransformList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimatedTransformList: resolution
    Error while checking status of org/w3c/dom/svg/SVGAnimationElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGAnimationElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGCSSRule
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGCSSRule: resolution
    Error while checking status of org/w3c/dom/svg/SVGCircleElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGCircleElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGClipPathElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGClipPathElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGColor
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGColor: resolution
    Error while checking status of org/w3c/dom/svg/SVGColorProfileElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGColorProfileElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGColorProfileRule
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGColorProfileRule: resolution
    Error while checking status of org/w3c/dom/svg/SVGComponentTransferFunctionElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGComponentTransferFunctionElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGCursorElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGCursorElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGDefinitionSrcElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGDefinitionSrcElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGDefsElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGDefsElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGDescElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGDescElement: resolution
    Error while checking status of org/xml/sax/helpers/XMLReaderAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLReaderAdapter: resolution
    Error while checking status of org/xml/sax/helpers/XMLReaderFactory
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLReaderFactory: resolution
    Error while checking status of org/w3c/dom/svg/SVGDocument
    Io exception: Broken pipe
    oracle.aurora.server.tools.loadjava.ToolsException: Failures occurred during processing
         at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:700)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:116)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:46)
         at oracle.jdevimpl.deploy.OracleDeployer.deploy(OracleDeployer.java:97)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:428)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:315)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:257)
         at oracle.jdevimpl.deploy.StoredProcProfileDt$3.run(StoredProcProfileDt.java:370)
    class org/w3c/dom/svg/SVGDocument: resolution
    Error while checking status of org/w3c/dom/svg/SVGElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGElementInstance
    Io exception: Broken pipe
    #### Deployment incomplete. #### Jul 2, 2003 1:38:58 PM
    class org/w3c/dom/svg/SVGElementInstance: resolution
    Error while checking status of org/w3c/dom/svg/SVGElementInstanceList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGElementInstanceList: resolution
    Error while checking status of org/w3c/dom/svg/SVGEllipseElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGEllipseElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGEvent
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGEvent: resolution
    Error while checking status of org/w3c/dom/svg/SVGException
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGException: resolution
    Error while checking status of org/w3c/dom/svg/SVGExternalResourcesRequired
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGExternalResourcesRequired: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEBlendElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEBlendElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEColorMatrixElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEColorMatrixElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEComponentTransferElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEComponentTransferElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFECompositeElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFECompositeElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEConvolveMatrixElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEConvolveMatrixElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEDiffuseLightingElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEDiffuseLightingElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEDisplacementMapElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEDisplacementMapElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEDistantLightElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEDistantLightElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEFloodElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEFloodElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEFuncAElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEFuncAElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEFuncBElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEFuncBElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEFuncGElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEFuncGElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEFuncRElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEFuncRElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEGaussianBlurElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEGaussianBlurElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEImageElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEImageElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEMergeElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEMergeElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEMergeNodeElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEMergeNodeElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEMorphologyElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEMorphologyElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEOffsetElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEOffsetElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFEPointLightElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFEPointLightElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFESpecularLightingElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFESpecularLightingElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFESpotLightElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFESpotLightElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFETileElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFETileElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFETurbulenceElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFETurbulenceElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFilterElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFilterElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes: resolution
    Error while checking status of org/w3c/dom/svg/SVGFitToViewBox
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFitToViewBox: resolution
    Error while checking status of org/w3c/dom/svg/SVGFontElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFontElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFontFaceElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFontFaceElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFontFaceFormatElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFontFaceFormatElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFontFaceNameElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFontFaceNameElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFontFaceSrcElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFontFaceSrcElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGFontFaceUriElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGFontFaceUriElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGForeignObjectElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGForeignObjectElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGGElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGGElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGGlyphElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGGlyphElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGGlyphRefElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGGlyphRefElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGGradientElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGGradientElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGHKernElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGHKernElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGICCColor
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGICCColor: resolution
    Error while checking status of org/w3c/dom/svg/SVGImageElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGImageElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGLangSpace
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGLangSpace: resolution
    Error while checking status of org/w3c/dom/svg/SVGLength
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGLength: resolution
    Error while checking status of org/w3c/dom/svg/SVGLengthList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGLengthList: resolution
    Error while checking status of org/w3c/dom/svg/SVGLineElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGLineElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGLinearGradientElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGLinearGradientElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGLocatable
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGLocatable: resolution
    Error while checking status of org/w3c/dom/svg/SVGMPathElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGMPathElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGMarkerElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGMarkerElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGMaskElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGMaskElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGMatrix
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGMatrix: resolution
    Error while checking status of org/w3c/dom/svg/SVGMetadataElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGMetadataElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGMissingGlyphElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGMissingGlyphElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGNumber
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGNumber: resolution
    Error while checking status of org/w3c/dom/svg/SVGNumberList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGNumberList: resolution
    Error while checking status of org/w3c/dom/svg/SVGPaint
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPaint: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSeg
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSeg: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegArcAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegArcAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegArcRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegArcRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegClosePath
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegClosePath: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoCubicAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoCubicRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoCubicRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegLinetoAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegLinetoAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegLinetoHorizontalRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegLinetoRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegLinetoRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegLinetoVerticalAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegLinetoVerticalRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegLinetoVerticalRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegList: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegMovetoAbs
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegMovetoAbs: resolution
    Error while checking status of org/w3c/dom/svg/SVGPathSegMovetoRel
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPathSegMovetoRel: resolution
    Error while checking status of org/w3c/dom/svg/SVGPatternElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPatternElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGPoint
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPoint: resolution
    Error while checking status of org/w3c/dom/svg/SVGPointList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPointList: resolution
    Error while checking status of org/w3c/dom/svg/SVGPolygonElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPolygonElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGPolylineElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPolylineElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGPreserveAspectRatio
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGPreserveAspectRatio: resolution
    Error while checking status of org/w3c/dom/svg/SVGRadialGradientElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGRadialGradientElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGRect
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGRect: resolution
    Error while checking status of org/w3c/dom/svg/SVGRectElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGRectElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGRenderingIntent
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGRenderingIntent: resolution
    Error while checking status of org/w3c/dom/svg/SVGSVGElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGSVGElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGScriptElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGScriptElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGSetElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGSetElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGStopElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGStopElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGStringList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGStringList: resolution
    Error while checking status of org/w3c/dom/svg/SVGStylable
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGStylable: resolution
    Error while checking status of org/w3c/dom/svg/SVGStyleElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGStyleElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGSwitchElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGSwitchElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGSymbolElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGSymbolElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTRefElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTRefElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTSpanElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTSpanElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTests
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTests: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextContentElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextContentElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextPathElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextPathElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTextPositioningElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTextPositioningElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTitleElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTitleElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGTransform
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTransform: resolution
    Error while checking status of org/w3c/dom/svg/SVGTransformList
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTransformList: resolution
    Error while checking status of org/w3c/dom/svg/SVGTransformable
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGTransformable: resolution
    Error while checking status of org/w3c/dom/svg/SVGURIReference
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGURIReference: resolution
    Error while checking status of org/w3c/dom/svg/SVGUnitTypes
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGUnitTypes: resolution
    Error while checking status of org/w3c/dom/svg/SVGUseElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGUseElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGVKernElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGVKernElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGViewElement
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGViewElement: resolution
    Error while checking status of org/w3c/dom/svg/SVGViewSpec
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGViewSpec: resolution
    Error while checking status of org/w3c/dom/svg/SVGZoomAndPan
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGZoomAndPan: resolution
    Error while checking status of org/w3c/dom/svg/SVGZoomEvent
    Io exception: Broken pipe
    class org/w3c/dom/svg/SVGZoomEvent: resolution
    Error while checking status of org/w3c/dom/traversal/DocumentTraversal
    Io exception: Broken pipe
    class org/w3c/dom/traversal/DocumentTraversal: resolution
    Error while checking status of org/w3c/dom/traversal/NodeFilter
    Io exception: Broken pipe
    class org/w3c/dom/traversal/NodeFilter: resolution
    Error while checking status of org/w3c/dom/traversal/NodeIterator
    Io exception: Broken pipe
    class org/w3c/dom/traversal/NodeIterator: resolution
    Error while checking status of org/w3c/dom/traversal/TreeWalker
    Io exception: Broken pipe
    class org/w3c/dom/traversal/TreeWalker: resolution
    Error while checking status of org/w3c/dom/views/AbstractView
    Io exception: Broken pipe
    class org/w3c/dom/views/AbstractView: resolution
    Error while checking status of org/w3c/dom/views/DocumentView
    Io exception: Broken pipe
    class org/w3c/dom/views/DocumentView: resolution
    Error while checking status of org/xml/sax/AttributeList
    Io exception: Broken pipe
    class org/xml/sax/AttributeList: resolution
    Error while checking status of org/xml/sax/Attributes
    Io exception: Broken pipe
    class org/xml/sax/Attributes: resolution
    Error while checking status of org/xml/sax/ContentHandler
    Io exception: Broken pipe
    class org/xml/sax/ContentHandler: resolution
    Error while checking status of org/xml/sax/DTDHandler
    Io exception: Broken pipe
    class org/xml/sax/DTDHandler: resolution
    Error while checking status of org/xml/sax/DocumentHandler
    Io exception: Broken pipe
    class org/xml/sax/DocumentHandler: resolution
    Error while checking status of org/xml/sax/EntityResolver
    Io exception: Broken pipe
    class org/xml/sax/EntityResolver: resolution
    Error while checking status of org/xml/sax/ErrorHandler
    Io exception: Broken pipe
    class org/xml/sax/ErrorHandler: resolution
    Error while checking status of org/xml/sax/HandlerBase
    Io exception: Broken pipe
    class org/xml/sax/HandlerBase: resolution
    Error while checking status of org/xml/sax/InputSource
    Io exception: Broken pipe
    class org/xml/sax/InputSource: resolution
    Error while checking status of org/xml/sax/Locator
    Io exception: Broken pipe
    class org/xml/sax/Locator: resolution
    Error while checking status of org/xml/sax/Parser
    Io exception: Broken pipe
    class org/xml/sax/Parser: resolution
    Error while checking status of org/xml/sax/SAXException
    Io exception: Broken pipe
    class org/xml/sax/SAXException: resolution
    Error while checking status of org/xml/sax/SAXNotRecognizedException
    Io exception: Broken pipe
    class org/xml/sax/SAXNotRecognizedException: resolution
    Error while checking status of org/xml/sax/SAXNotSupportedException
    Io exception: Broken pipe
    class org/xml/sax/SAXNotSupportedException: resolution
    Error while checking status of org/xml/sax/SAXParseException
    Io exception: Broken pipe
    class org/xml/sax/SAXParseException: resolution
    Error while checking status of org/xml/sax/XMLFilter
    Io exception: Broken pipe
    class org/xml/sax/XMLFilter: resolution
    Error while checking status of org/xml/sax/XMLReader
    Io exception: Broken pipe
    class org/xml/sax/XMLReader: resolution
    Error while checking status of org/xml/sax/ext/DeclHandler
    Io exception: Broken pipe
    class org/xml/sax/ext/DeclHandler: resolution
    Error while checking status of org/xml/sax/ext/LexicalHandler
    Io exception: Broken pipe
    class org/xml/sax/ext/LexicalHandler: resolution
    Error while checking status of org/xml/sax/helpers/AttributeListImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/AttributeListImpl: resolution
    Error while checking status of org/xml/sax/helpers/AttributesImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/AttributesImpl: resolution
    Error while checking status of org/xml/sax/helpers/DefaultHandler
    Io exception: Broken pipe
    class org/xml/sax/helpers/DefaultHandler: resolution
    Error while checking status of org/xml/sax/helpers/LocatorImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/LocatorImpl: resolution
    Error while checking status of org/xml/sax/helpers/NamespaceSupport$Context
    Io exception: Broken pipe
    class org/xml/sax/helpers/NamespaceSupport$Context: resolution
    Error while checking status of org/xml/sax/helpers/NamespaceSupport
    Io exception: Broken pipe
    class org/xml/sax/helpers/NamespaceSupport: resolution
    Error while checking status of org/xml/sax/helpers/ParserAdapter$AttributeListAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/ParserAdapter$AttributeListAdapter: resolution
    Error while checking status of org/xml/sax/helpers/ParserAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/ParserAdapter: resolution
    Error while checking status of org/xml/sax/helpers/ParserFactory
    Io exception: Broken pipe
    class org/xml/sax/helpers/ParserFactory: resolution
    Error while checking status of org/xml/sax/helpers/XMLFilterImpl
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLFilterImpl: resolution
    Error while checking status of org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter: resolution
    Error while checking status of org/xml/sax/helpers/XMLReaderAdapter
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLReaderAdapter: resolution
    Error while checking status of org/xml/sax/helpers/XMLReaderFactory
    Io exception: Broken pipe
    class org/xml/sax/helpers/XMLReaderFactory: resolution
    oracle.aurora.server.tools.loadjava.ToolsException: Failures occurred during processing
         at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:700)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:116)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:46)
         at oracle.jdevimpl.deploy.OracleDeployer.deploy(OracleDeployer.java:97)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:428)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:315)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:257)
         at oracle.jdevimpl.deploy.StoredProcProfileDt$2.run(StoredProcProfileDt.java:214)
    #### Deployment incomplete. #### Jul 2, 2003 1:38:58 PM
    And, because the document said there might be errors but can be ignored, I try the next steps and passed successful. Then, when I run the CMSProject.jpr with Jdev, such errors occured:
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:68)
         at oracle.jdeveloper.runner.Oc4jStarter.transmogrifyConfigFiles(Oc4jStarter.java:861)
         at oracle.jdeveloper.runner.Oc4jStarter.startImpl(Oc4jStarter.java:513)
         at oracle.jdeveloper.runner.Oc4jStarter.start(Oc4jStarter.java:199)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:461)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:457)
         at oracle.ide.runner.RunProcess$2.run(RunProcess.java:404)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: oracle.ide.marshal.xml.Object2DomException: Error parsing XML
         at oracle.ide.marshal.xml.Object2Dom.getDocument(Object2Dom.java:1149)
         at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:236)
         at oracle.jdeveloper.deploy.common.DescriptorIO.load(DescriptorIO.java:199)
         at oracle.jdevimpl.deploy.DescriptorNode.getLastSavedDescriptor(DescriptorNode.java:382)
         at oracle.jdevimpl.deploy.DescriptorNode.getDescriptor(DescriptorNode.java:347)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.getOc4jDataSources(Oc4jDataSourcesNode.java:55)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:62)
         ... 13 more
    oracle.ide.marshal.xml.Object2DomException: Error parsing XML
         at oracle.ide.marshal.xml.Object2Dom.getDocument(Object2Dom.java:1149)
         at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:236)
         at oracle.jdeveloper.deploy.common.DescriptorIO.load(DescriptorIO.java:199)
         at oracle.jdevimpl.deploy.DescriptorNode.getLastSavedDescriptor(DescriptorNode.java:382)
         at oracle.jdevimpl.deploy.DescriptorNode.getDescriptor(DescriptorNode.java:347)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.getOc4jDataSources(Oc4jDataSourcesNode.java:55)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:62)
         at oracle.jdeveloper.runner.Oc4jStarter.transmogrifyConfigFiles(Oc4jStarter.java:861)
         at oracle.jdeveloper.runner.Oc4jStarter.startImpl(Oc4jStarter.java:513)
         at oracle.jdeveloper.runner.Oc4jStarter.start(Oc4jStarter.java:199)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:461)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:457)
         at oracle.ide.runner.RunProcess$2.run(RunProcess.java:404)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Pls help me. Thanks.

    Pushkala, thank u for ur help.
    I tried to reinstall my demo in command line, and it worked ok.
    but, i have a new problem at Step 6. to deploy the EAR to OC4J and bind the web app to the site.
    $ java -jar /export/home0/9ias/j2ee/home/admin.jar ormi://localhost:23791 admin -deploy -file ./lib/cmsxdb.ear -deploymentName cmsxdb
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused; nested exception is:
    java.net.ConnectException: Connection refused
    $
    And I checked rmi.xml and principals.xml
    *****rmi.xml*******
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE rmi-server PUBLIC "Orion RMI-server" "http://xmlns.oracle
    .com/ias/dtds/rmi-server.dtd">
    <rmi-server port="23791" >
    <!-- A remote server connection example -->
    <!-- <server host="the.remote.server.com" username="adminUs
    er" password="123abc" /> -->
    <!-- path to the log-file where RMI-events/errors are store
    d -->
    <log>
    <file path="../log/rmi.log" />
    </log>
    </rmi-server>
    *****principals.xml********
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE principals PUBLIC "//Evermind - Orion Principals//" "http
    ://xmlns.oracle.com/ias/dtds/principals.dtd">
    <principals>
    <groups>
    <group name="users">
    <description>users</description>
    <permission name="rmi:login" />
    <permission name="com.evermind.server.rmi.R
    MIPermission" />
    </group>
    <group name="guests">
    <description>guests</description>
    </group>
    <group name="administrators">
    <description>administrators</description>
    <permission name="administration" />
    <permission name="com.evermind.server.Admin
    istrationPermission" />
    </group>
    </groups>
    <users>
    <user username="SCOTT" password="TIGER">
    <description>no description</description>
    <group-membership group="users" />
    </user>
    <user username="user" password="456" deactivated="t
    rue">
    <description>The default user</description>
    <group-membership group="users" />
    <group-membership group="guests" />
    </user>
    <user username="anonymous" password="">
    <description>The default guest/anonyomous u
    ser</description>
    <group-membership group="guests" />
    </user>
    <user username="admin" password="" deactivated="tr
    ue">
    <description>The default administrator</des
    cription>
    <group-membership group="users" />
    <group-membership group="guests" />
    <group-membership group="administrators" />
    </user>
    </users>
    </principals>
    So, what can i do ?

  • Error with make?

    I'm trying to set up an apache2 server, and the configure goes fine, but when I make I get the following error.
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list='  srclib os server modules support'; \
    for i in $list; do \
        if test -d "$i"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                    made_local=yes; \
                    target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
    if test "$otarget" = "all" && test -z 'httpd  '; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'I used the make and gcc that came with Solaris.
    Any help is appreciated.

    Sorry, here it is.
    /home/mchang/Desktop/httpd-2.2.9/srclib/apr/libtool: line 5997: ar: command not found
    *** Error code 127
    make: Fatal error: Command failed for target `libapr-1.la'
    Current working directory /home/mchang/Desktop/httpd-2.2.9/srclib/apr
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive | sed s/-recursive//`; \
    list='random/unix misc/win32 mmap/win32 dso/os2 time/unix network_io/win32 dso/win32 locks/unix user/unix time/win32 locks/beos tables support/unix file_io/unix mmap/unix atomic/unix threadproc/win32 poll/os2 atomic/win32 dso/os390 atomic/os390 dso/beos poll/unix passwd network_io/beos threadproc/os2 network_io/os2 shmem/win32 threadproc/beos shmem/unix network_io/unix file_io/os2 dso/aix file_io/win32 threadproc/unix misc/unix locks/win32 shmem/beos dso/unix locks/os2 user/win32 shmem/os2 memory/unix strings '; \
    for i in $list; do \
        if test -f "$i/Makefile"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                made_local=yes; \
                target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
            if test "$otarget" = "all" && test -z "libapr-1.la apr.exp apr-config.out build/apr_rules.out"; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /home/mchang/Desktop/httpd-2.2.9/srclib/apr
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list=' apr apr-util pcre '; \
    for i in $list; do \
        if test -d "$i"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                    made_local=yes; \
                    target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
    if test "$otarget" = "all" && test -z ''; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /home/mchang/Desktop/httpd-2.2.9/srclib
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list='  srclib os server modules support'; \
    for i in $list; do \
        if test -d "$i"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                    made_local=yes; \
                    target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
    if test "$otarget" = "all" && test -z 'httpd  '; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    #

  • Error with oralce installation in RHEL 5

    HI,
    I am trying to install Nw04s on RHEL 5 i was in the middle of installation with the follwing error
    oraSID>export DISPLAY ipaddress:0.0
    cant find the export command...
    how can i login to orasid and use the export command...

    in bsh
    export DISPLAY=<hostname or ip address>:0
    csh
    setenv DISPLAY <hostname or ip address>:0
    xhost +<machine-name>
    DISPLAY=<machine-name>:0.0; export DISPLAY
    Once it is set you ca check thrugh xclock if clock displays its Good
    Vinod

  • Error with Silent installation

    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.

    Hi,
    Seems to be okay at a quick glance, but would like to know if you have logged in
    as Administrator and installed. This seems to be like the directory server doesn't
    starts up. Have you checked if other type of installation, typical/custom to see if
    they make this working ?
    Regards
    Raj
    Fernando Lafora wrote:
    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.
    g_install_type 2
    NAS_backup_dir /train/iplanet/ias6/ias/backup
    POST_configure_LDAP Y
    FLAG_webconn 1
    FLAG_webless 1
    FLAG_nasa 1
    FLAG_deploy 1
    FLAG_newdeploy 1
    FLAG_nas 0
    LDAP_ServerRoot /train/iplanet/ias6
    LDAP_Hostname dali9.sunformacion.com
    LDAP_ServerIdentifier dali9.sunformacion.com
    LDAP_ServerPort 389
    LDAP_RootDN cn=Directory Manager
    LDAP_RootDNPwd dirmanager
    LDAP_AdminDomain sunformacion.com
    AdminServer_Port 5000
    LDAP_UserDirectoryAdminID admin
    LDAP_UserDirectoryAdminPwd admin
    LDAP_UserDirectoryLdapURL ldap://dali9.sunformacion.com:389/o=sunformacion.com
    LDAP_UseExistingUG N
    Flag_UpgradeFromSP1 N
    NAS_home /train/iplanet/ias6/ias
    NAS_userinputlog /train/iplanet/ias6/ias/userinput.log
    choice 1
    NAS_choice 1
    NAS_webserver 1
    NAS_CopyHTML 1
    NAS_extract_Orbix 1
    BASEDIR /train/iplanet/ias6/ias
    LocalHostName dali9.sunformacion.com
    LocalIPAddress 192.168.217.9
    FLAG_upgrade 0
    LDAP_nasconfig iasconfig
    POST_update_KIVAwebcgi_and_KIVAwebdocs Y
    KIVAwebdocs /train/iplanet/iws6/docs
    KIVAKey 2874059511-1648566893
    NSRootDir /train/iplanet/iws6/https-dali9.sunformacion.com
    CLUSTERNAME dali9.sunformacion.com
    POST_chmod_660_reg_dat N
    POST_chmod_777_gxlib_etc Y
    POST_configure_webserver Y
    d_str
    i_str
    CURPWD
    res
    nsinst /train/iplanet/iws6/https-dali9.sunformacion.com
    webserver_version 6.0 B05
    USER root
    WEBUSER iasuser
    WEBUSERGRP 101
    CURRENTUSERGRP 1
    MODE 777
    AdminPort 10817
    KIVAadmport 10817
    GXPort 10818
    KIVAkxsport 10818
    CGIPort 10819
    KIVAcgiport 10819
    KIVAjs 1
    KIVAkjsport_1 10820
    KIVAcs 1
    KIVAkcsport_1 10821
    NASA_ADMIN_USER admin
    PASSWORD admin
    IS3PJDBC 0
    ORACLEDIR
    ORCLVER
    ORCLSID
    ORCLLibrary
    SYBSDIR
    DSQUERY
    SYBSLibrary
    SYBSLibraryPath
    IFMXDIR
    IFMXSVR
    IFMXLibrary
    DB2DIR
    DB2INST
    DB2Library
    PRIOR 99
    PREFER_DB
    ORCLPriority 25
    SYBSPriority 20
    IFMXPriority 15
    DB2Priority 10
    TXN_DirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR
    TXN_MirrorDirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR_MIRROR
    TXN_IsEnabled 1
    TXN_InstallDefaults 0
    RES_Number 0
    TXN_DirectoryRoot_logVol_1 /train/iplanet/ias6/ias/CCS0/TXNMGR/ENG1/logVol
    TXN_IsRaw_1 0
    TXN_Offset_1 -1
    TXN_Size_1 1000
    RES_InstallResourceManager 0
    i18nFlag N
    currentUser root
    currentGroup other
    SuiteSpotUserID iasuser
    SuitespotGroup iasgroup
    chownNASfiles 1
    [General]
    FullMachineName= dali9.sunformacion.com
    SuiteSpotUserID= iasuser
    SuitespotGroup= iasgroup
    ServerRoot= /train/iplanet/ias6
    AdminDomain= sunformacion.com
    ConfigDirectoryAdminID= admin
    ConfigDirectoryAdminPwd= admin
    ConfigDirectoryLdapURL= ldap://dali9.sunformacion.com:389/
    UserDirectoryAdminID= admin
    UserDirectoryAdminPwd= admin
    UserDirectoryLdapURL= ldap://dali9.sunformacion.com:389/o=sunformacion.com
    Components= svrcore,base,slapd,admin,nas,nascore
    [slapd]
    SlapdConfigForMC= Yes
    SecurityOn= No
    UseExistingMC= No
    UseExistingUG= No
    ServerPort= 389
    ServerIdentifier= dali9.sunformacion.com
    Suffix= o=sunformacion.com
    RootDN= cn=Directory Manager
    UseReplication= No
    SetupSupplier= No
    SetupConsumer= No
    AddSampleEntries= No
    InstallLdifFile= suggest
    AddOrgEntries= Yes
    DisableSchemaChecking= No
    RootDNPwd= dirmanager
    Components= slapd,slapd-client
    [admin]
    SysUser= root
    Port= 5000
    ServerIpAddress= 192.168.217.9
    ServerAdminID= admin
    ServerAdminPwd= admin
    Components= admin,admin-client
    [msg]
    [base]
    Components= base,base-client,base-jre
    [nas]
    Components= WEBCONNECTOR,WEBLESS,iAS-AT,iAS-DT,pointbase,iAS_BASE

  • URGENT!!!: REP-51002 ERROR   with local installation without network

    Hi,
    we have a problem with the Oracle Reports Services (10.1.2). We get an REP-51002-Error (Bindung an Reports Server nb-gta nicht möglich).
    We have a development environment where all works fine. For presentation purpose we installed the ReportsServices on a laptop. The strange thing:
    When we have inserted a network cable to the laptop, all works fine. when we replace the cable, we get the REP-51002-error.
    Seems that the ReportServer has a problem when no network card is present (ipconfig shows no network card or IP-Adress when the cable is replaced).
    We also tried to modify the SERVER-Variable in the rwservlet.properties (set to localhost and 127.0.0.1), but with no success.
    TraceFile of ReportServer reports a "NoRouteToHost"-Exception.
    Thanks for help in advance!
    Greetings,
    Claus

    If the host machine is not in a network, then try this (for Windows platform):
    Install the MS loopback adapter, as described on the Miscrosoft Web site (http:\\microsoft.support.com). Then, specify an IP address for your machine (either XP or Windows 2000), as follows:
    1. On your desktop, rightclick My Network Places, and select Properties.
    2. Rightclick the MS loopback adapter, and select Properties.
    3. In the Properties dialog box, select Internet Protocol (TCP/IP), and then click on Properties.
    4. Select Use the following IP address, and enter a valid IP address. The subnet mask field will automatically populate. Do not use the local host IP (that is, 127.0.0.1). For example, enter: 198.162.1.1.
    5. Click OK, and follow the instructions displayed.
    Another option is to use naming services, as mentioned in pdevaal's reply.
    Message was edited by:
    mdey

  • Product update there is an error with web installation please reinstall application?????

    what does this mean and can I correct it?

    Hello silverbelle,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More. I understand that your computer displays an error message and I would be happy to assist you! To begin, I will need to ask you a few questions:
    What is the Product and Model Number of your desktop computer?
    What version of Windows do you have installed on your computer?
    Has your computer completed all of its important Windows Updates?
    Is this an on-going, or recent issue?
    What program is generating this error message?
    Have you installed any new hardware or software to your computer recently?
    Are you able to access the Internet through a browser?
    Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers! 
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Error with 606 installation

    Well i was reading all the post and i can find help for my problem, so i ask here. I play Isketch, that is a game similar to pictionary and uses shockwave, anyway the game always ask me to install shockwave 11.5.6.606. So i tried to install it, i have windows vista, and when seems that it begin to install appear this dialog box:
    I've restarted it many times and still saying the same. I tried with explorer and firefox and with the full installation and i really can't install it. If someone can help me I'll be very grateful.
    Regards!

    Did you download the installer to disk, or did you run it directly from the browser?
    All browser windows should be closed when you run the installer.

  • Error with Aperture Installation message

    Library info directory path contains a file where a folder was expected.
    The aperture library could not be created at “ ”. check the path and try again.
    I created another user account and installed fine, so i then repaired permission from start up disk for my main user which did nothing , same error. I have deleted and reinstalling now. If anyone has any ideas please post. thanks

    I believe Aperture creates a folder in in your shared volume user/pictures path by default. Installation finishes just fine however when launching Aperture for the 1st time is when this error occurs. I am currently re installing OSX and software. Tried to avoid but now I have no choice.

  • ERROR with PORTAL Installation 10.1.0.2 on XP

    include "C:\product\10.1.2\OracleAS\infra\Apache\Apache\conf\mod_oc4j.conf"
    include "C:\product\10.1.2\OracleAS\infra\Apache\Apache\conf\dms.conf"
    LoadModule rewrite_module modules/ApacheModuleRewrite.dll
    include "C:\product\10.1.2\OracleAS\infra\Apache\Apache\conf\ssl.conf"
    include "C:\product\10.1.2\OracleAS\infra\Apache\Apache\conf\oracle_apache.conf"
    java.lang.NullPointerException
         at oracle.sysman.oii.oiif.oiifp.OiifpWizInstallPanel.onCancel(OiifpWizInstallPanel.java:320)
         at oracle.sysman.oii.oiif.oiifp.OiifpWizInstallPanel.actionPerformed(OiifpWizInstallPanel.java:261)
         at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWButton.processActionEvent(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at oracle.ewt.button.PushButton.activate(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
         at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    If you want assistance with this you'll need to be a little more descriptive about the scenario under which it occurred..
    Thanks

Maybe you are looking for

  • Upgraded - now error messages and no music

    after upgrading i am getting the following error message when i try to open Itunes. The program opens but will play no music. Error message reads: Itunes has detected a problem with your audio configuration. Audio/video playback may not operate prope

  • How to debug reports in Reports 10g

    Hi, I'm customizing one R12 seeded report.Seeded report is working fine but when I modify the report by changing the query criterion then it's failing.Is there any debug feature like dbsm_output with sqlerrm in reports 10g .I can use srw.message to p

  • Advanced Aux usage in Logic

    I've been trying to use my aux as a trigger for my SSD drums to filter out bleed thru from other Toms ect.. but I don't understand how to set it up in Logic. SSD told me what to do and I understand what the concept is but it's the "getting around" in

  • Strange marks underneath display. Damaged pixels?

    My MacBook Pro's display has got some white marks in it. They are only visible when the screen is displaying dark colors. No matter how much you zoom in it will always be there. I suspect some of the pixels are damaged? Please help!

  • Previous version RH to RH8?

    I've got a previous version of RH which I want to update to RH8. I get 2 errors: Error in reading RH FRameSTyle Mappings .apj and Open project cancelled or app was unable to load data base for .cpd file. I've deleted .cpd file. Any suggestions for ho