bug-autoconf
[Top][All Lists]
Advanced

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

bug with autoconf on solaris2.7 and autoconf


From: Bill C. Miller
Subject: bug with autoconf on solaris2.7 and autoconf
Date: Mon, 17 Feb 2003 12:05:19 -0600

# ./doit3.sh

creating cache ./config.cache

checking host system type... sparc-sun-solaris2.7

checking target system type... sparc-sun-solaris2.7

checking build system type... sparc-sun-solaris2.7

checking for a BSD compatible install... ./install-sh -c

checking whether build environment is sane... yes

checking for mawk... no

checking for gawk... no

checking for nawk... nawk

checking whether make sets ${MAKE}... yes

checking for working aclocal... found

checking for working autoconf... found

checking for working automake... found

checking for working autoheader... found

checking for working makeinfo... missing

checking for gnutar... no

checking for gtar... no

checking for tar... tar

checking for gcc... gcc

checking whether the C compiler (gcc  -I/usr/local/ssl/include -I/usr/local/BerkeleyDB.4.1/include -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.1/lib -R/usr/local/ssl/lib -R/usr/local/BerkeleyDB.4.1/lib -R/usr/local/lib) works... yes

checking whether the C compiler (gcc  -I/usr/local/ssl/include -I/usr/local/BerkeleyDB.4.1/include -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.1/lib -R/usr/local/ssl/lib -R/usr/local/BerkeleyDB.4.1/lib -R/usr/local/lib) is a cross-compiler... no

checking whether we are using GNU C... yes

checking whether gcc accepts -g... yes

checking how to run the C preprocessor... gcc -E

checking for a BSD compatible install... ./install-sh -c

checking for lber.h... yes

checking for ldap.h... yes

checking for ldap_ssl.h... no

checking for nss.h... no

checking for nsswitch.h... yes

checking for irs.h... no

checking for thread.h... yes

checking for pthread.h... yes

checking for synch.h... yes

checking for malloc.h... yes

checking for shadow.h... yes

checking for prot.h... no

checking for port_before.h... no

checking for port_after.h... no

checking for aliases.h... no

checking for net/route.h... yes

checking for netinet/if_ether.h... yes

checking for netinet/ether.h... no

checking for ctype.h... yes

checking for db.h... yes

checking for db1/db.h... no

checking for db_185.h... no

checking for db3/db_185.h... no

checking for alignof.h... no

checking for rpc/rpcent.h... yes

checking for sys/byteorder.h... yes

checking for sys/un.h... yes

checking for libc-lock.h... no

checking for bits/libc-lock.h... no

checking for sasl.h... no

checking for strings.h... yes

checking for gssldap.h... no

checking for gsssasl.h... no

checking for main in -lresolv... yes

checking for main in -lnsl... yes

checking for strtok_r... yes

checking for sigset... yes

checking for sigprocmask... yes

checking for res_search... yes

checking for dn_expand... yes

checking for snprintf... yes

checking for gethostbyname... yes

checking for nsdispatch... no

checking for pthread_atfork... yes

checking for ether_aton... no

checking for ether_ntoa... no

checking for struct ether_addr... yes

checking for dlopen in -ldl... yes

checking for main in -ldb... yes

checking for main in -llber... yes

checking for main in -lldap... yes

checking for ldap_gss_bind in -lgssldap... no

checking for ldap_init... yes

checking for ldap_get_lderrno... no

checking for ldap_parse_result... yes

checking for ldap_memfree... yes

checking for ldap_controls_free... yes

checking for ldap_ld_free... yes

checking for ldap_explode_rdn... yes

checking for ldap_set_option... yes

checking for ldap_get_option... yes

checking for ldap_sasl_interactive_bind_s... yes

checking for ldap_initialize... yes

checking for ldap_create_control... yes

checking for ldap_create_page_control... no

checking for ldap_parse_page_control... no

checking for ldapssl_client_init... no

checking for ldap_start_tls_s... yes

checking for ldap_pvt_tls_set_option... yes

checking for gethostbyname_r... yes

checking whether gethostbyname_r takes 6 arguments... 5

checking for ldap_set_rebind_proc... yes

checking whether ldap_set_rebind_proc takes 3 arguments... 3

updating cache ./config.cache

creating ./config.status

creating Makefile

creating config.h

# grep -i rfc *.status

# ./configure  --with-ldap-lib=openldap --with-ldap-dir=/usr/local --disable-rfc2307bis

    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --with-ldap-lib=openldap --with-ldap-dir=/usr/local --disable-rfc2307bis --no-create --no-recursion"

    exec ${CONFIG_SHELL-/bin/sh} ./configure  --with-ldap-lib=openldap --with-ldap-dir=/usr/local --disable-rfc2307bis --no-create --no-recursion ;;

${ac_dA}RFC2307BIS${ac_dB}RFC2307BIS${ac_dC}1${ac_dD}

${ac_uA}RFC2307BIS${ac_uB}RFC2307BIS${ac_uC}1${ac_uD}

${ac_eA}RFC2307BIS${ac_eB}RFC2307BIS${ac_eC}1${ac_eD}

# make

cd . && aclocal

cd . && automake --gnu Makefile

cd . && autoconf

/bin/sh ./config.status --recheck

running /bin/sh ./configure  --with-ldap-lib=openldap --with-ldap-dir=/usr/local --disable-rfc2307bis --no-create --no-recursion

checking build system type... sparc-sun-solaris2.7

checking host system type... sparc-sun-solaris2.7

checking target system type... sparc-sun-solaris2.7

checking for a BSD-compatible install... ./install-sh -c

checking whether build environment is sane... yes

checking for gawk... no

checking for mawk... no

checking for nawk... nawk

checking whether make sets $(MAKE)... yes

checking for gcc... gcc

checking for C compiler default output... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ANSI C... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -E

checking for a BSD-compatible install... ./install-sh -c

checking for egrep... egrep

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... no

checking for unistd.h... yes

checking lber.h usability... yes

checking lber.h presence... yes

checking for lber.h... yes

checking ldap.h usability... yes

checking ldap.h presence... yes

checking for ldap.h... yes

checking ldap_ssl.h usability... no

checking ldap_ssl.h presence... no

checking for ldap_ssl.h... no

checking nss.h usability... no

checking nss.h presence... no

checking for nss.h... no

checking nsswitch.h usability... yes

checking nsswitch.h presence... yes

checking for nsswitch.h... yes

checking irs.h usability... no

checking irs.h presence... no

checking for irs.h... no

checking thread.h usability... yes

checking thread.h presence... yes

checking for thread.h... yes

checking pthread.h usability... yes

checking pthread.h presence... yes

checking for pthread.h... yes

checking synch.h usability... yes

checking synch.h presence... yes

checking for synch.h... yes

checking malloc.h usability... yes

checking malloc.h presence... yes

checking for malloc.h... yes

checking shadow.h usability... yes

checking shadow.h presence... yes

checking for shadow.h... yes

checking prot.h usability... no

checking prot.h presence... no

checking for prot.h... no

checking port_before.h usability... no

checking port_before.h presence... no

checking for port_before.h... no

checking port_after.h usability... no

checking port_after.h presence... no

checking for port_after.h... no

checking aliases.h usability... no

checking aliases.h presence... no

checking for aliases.h... no

checking net/route.h usability... no

checking net/route.h presence... yes

configure: WARNING: net/route.h: present but cannot be compiled

configure: WARNING: net/route.h: check for missing prerequisite headers?

configure: WARNING: net/route.h: proceeding with the preprocessor's result

configure: WARNING:     ## ------------------------------------ ##

configure: WARNING:     ## Report this to address@hidden ##

configure: WARNING:     ## ------------------------------------ ##

checking for net/route.h... yes

checking netinet/if_ether.h usability... no

checking netinet/if_ether.h presence... yes

configure: WARNING: netinet/if_ether.h: present but cannot be compiled

configure: WARNING: netinet/if_ether.h: check for missing prerequisite headers?

configure: WARNING: netinet/if_ether.h: proceeding with the preprocessor's result

configure: WARNING:     ## ------------------------------------ ##

configure: WARNING:     ## Report this to address@hidden ##

configure: WARNING:     ## ------------------------------------ ##

checking for netinet/if_ether.h... yes

checking netinet/ether.h usability... no

checking netinet/ether.h presence... no

checking for netinet/ether.h... no

checking ctype.h usability... yes

checking ctype.h presence... yes

checking for ctype.h... yes

checking db.h usability... no

checking db.h presence... no

checking for db.h... no

checking db1/db.h usability... no

checking db1/db.h presence... no

checking for db1/db.h... no

checking db_185.h usability... no

checking db_185.h presence... no

checking for db_185.h... no

checking db3/db_185.h usability... no

checking db3/db_185.h presence... no

checking for db3/db_185.h... no

checking alignof.h usability... no

checking alignof.h presence... no

checking for alignof.h... no

checking rpc/rpcent.h usability... yes

checking rpc/rpcent.h presence... yes

checking for rpc/rpcent.h... yes

checking sys/byteorder.h usability... yes

checking sys/byteorder.h presence... yes

checking for sys/byteorder.h... yes

checking sys/un.h usability... yes

checking sys/un.h presence... yes

checking for sys/un.h... yes

checking libc-lock.h usability... no

checking libc-lock.h presence... no

checking for libc-lock.h... no

checking bits/libc-lock.h usability... no

checking bits/libc-lock.h presence... no

checking for bits/libc-lock.h... no

checking sasl.h usability... no

checking sasl.h presence... no

checking for sasl.h... no

checking for strings.h... (cached) yes

checking gssldap.h usability... no

checking gssldap.h presence... no

checking for gssldap.h... no

checking gsssasl.h usability... no

checking gsssasl.h presence... no

checking for gsssasl.h... no

checking for main in -lresolv... yes

checking for main in -lnsl... yes

checking for strtok_r... yes

checking for sigset... yes

checking for sigprocmask... yes

checking for res_search... yes

checking for dn_expand... yes

checking for snprintf... yes

checking for gethostbyname... yes

checking for nsdispatch... no

checking for pthread_atfork... yes

checking for ether_aton... no

checking for ether_ntoa... no

checking for struct ether_addr... yes

checking for dlopen in -ldl... yes

checking for main in -ldb... yes

checking for main in -llber... yes

checking for main in -lldap... yes

checking for ldap_gss_bind in -lgssldap... no

checking for ldap_init... yes

checking for ldap_get_lderrno... no

checking for ldap_parse_result... yes

checking for ldap_memfree... yes

checking for ldap_controls_free... yes

checking for ldap_ld_free... yes

checking for ldap_explode_rdn... yes

checking for ldap_set_option... yes

checking for ldap_get_option... yes

checking for ldap_sasl_interactive_bind_s... yes

checking for ldap_initialize... yes

checking for ldap_create_control... yes

checking for ldap_create_page_control... no

checking for ldap_parse_page_control... no

checking for ldapssl_client_init... no

checking for ldap_start_tls_s... yes

checking for ldap_pvt_tls_set_option... yes

checking for gethostbyname_r... yes

checking whether gethostbyname_r takes 6 arguments... 5

checking for ldap_set_rebind_proc... yes

checking whether ldap_set_rebind_proc takes 3 arguments... 3

configure: creating ./config.status

cd . \

  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status

config.status: creating Makefile

config.status: executing depfiles commands

cd . && /bin/ksh /opt/nss/nss_ldap-203/missing --run autoheader

WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'

WARNING: and `config.h.top', to define templates for `config.h.in'

WARNING: is deprecated and discouraged.

 

WARNING: Using the third argument of `AC_DEFINE' and

WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without

WARNING: `acconfig.h':

 

WARNING:   AC_DEFINE([NEED_MAIN], 1,

WARNING:             [Define if a function `main' is needed.])

 

WARNING: More sophisticated templates can also be produced, see the

WARNING: documentation.

touch ./config.h.in

cd . && /bin/ksh ./config.status config.h

config.status: creating config.h

make  all-am

make[1]: Entering directory `/opt/nss/nss_ldap-203'

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-nss.o -MD -MP -MF ".deps/ldap-nss.Tpo" \

  -c -o ldap-nss.o `test -f 'ldap-nss.c' || echo './'`ldap-nss.c; \

then mv ".deps/ldap-nss.Tpo" ".deps/ldap-nss.Po"; \

else rm -f ".deps/ldap-nss.Tpo"; exit 1; \

fi

ldap-nss.c:21: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-pwd.o -MD -MP -MF ".deps/ldap-pwd.Tpo" \

  -c -o ldap-pwd.o `test -f 'ldap-pwd.c' || echo './'`ldap-pwd.c; \

then mv ".deps/ldap-pwd.Tpo" ".deps/ldap-pwd.Po"; \

else rm -f ".deps/ldap-pwd.Tpo"; exit 1; \

fi

ldap-pwd.c:21: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-grp.o -MD -MP -MF ".deps/ldap-grp.Tpo" \

  -c -o ldap-grp.o `test -f 'ldap-grp.c' || echo './'`ldap-grp.c; \

then mv ".deps/ldap-grp.Tpo" ".deps/ldap-grp.Po"; \

else rm -f ".deps/ldap-grp.Tpo"; exit 1; \

fi

ldap-grp.c:21: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-rpc.o -MD -MP -MF ".deps/ldap-rpc.Tpo" \

  -c -o ldap-rpc.o `test -f 'ldap-rpc.c' || echo './'`ldap-rpc.c; \

then mv ".deps/ldap-rpc.Tpo" ".deps/ldap-rpc.Po"; \

else rm -f ".deps/ldap-rpc.Tpo"; exit 1; \

fi

ldap-rpc.c:30: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-hosts.o -MD -MP -MF ".deps/ldap-hosts.Tpo" \

  -c -o ldap-hosts.o `test -f 'ldap-hosts.c' || echo './'`ldap-hosts.c; \

then mv ".deps/ldap-hosts.Tpo" ".deps/ldap-hosts.Po"; \

else rm -f ".deps/ldap-hosts.Tpo"; exit 1; \

fi

ldap-hosts.c:23: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-network.o -MD -MP -MF ".deps/ldap-network.Tpo" \

  -c -o ldap-network.o `test -f 'ldap-network.c' || echo './'`ldap-network.c; \

then mv ".deps/ldap-network.Tpo" ".deps/ldap-network.Po"; \

else rm -f ".deps/ldap-network.Tpo"; exit 1; \

fi

ldap-network.c:25: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-proto.o -MD -MP -MF ".deps/ldap-proto.Tpo" \

  -c -o ldap-proto.o `test -f 'ldap-proto.c' || echo './'`ldap-proto.c; \

then mv ".deps/ldap-proto.Tpo" ".deps/ldap-proto.Po"; \

else rm -f ".deps/ldap-proto.Tpo"; exit 1; \

fi

ldap-proto.c:30: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-spwd.o -MD -MP -MF ".deps/ldap-spwd.Tpo" \

  -c -o ldap-spwd.o `test -f 'ldap-spwd.c' || echo './'`ldap-spwd.c; \

then mv ".deps/ldap-spwd.Tpo" ".deps/ldap-spwd.Po"; \

else rm -f ".deps/ldap-spwd.Tpo"; exit 1; \

fi

ldap-spwd.c:21: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-alias.o -MD -MP -MF ".deps/ldap-alias.Tpo" \

  -c -o ldap-alias.o `test -f 'ldap-alias.c' || echo './'`ldap-alias.c; \

then mv ".deps/ldap-alias.Tpo" ".deps/ldap-alias.Po"; \

else rm -f ".deps/ldap-alias.Tpo"; exit 1; \

fi

ldap-alias.c:24: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-service.o -MD -MP -MF ".deps/ldap-service.Tpo" \

  -c -o ldap-service.o `test -f 'ldap-service.c' || echo './'`ldap-service.c; \

then mv ".deps/ldap-service.Tpo" ".deps/ldap-service.Po"; \

else rm -f ".deps/ldap-service.Tpo"; exit 1; \

fi

ldap-service.c:30: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-schema.o -MD -MP -MF ".deps/ldap-schema.Tpo" \

  -c -o ldap-schema.o `test -f 'ldap-schema.c' || echo './'`ldap-schema.c; \

then mv ".deps/ldap-schema.Tpo" ".deps/ldap-schema.Po"; \

else rm -f ".deps/ldap-schema.Tpo"; exit 1; \

fi

ldap-schema.c:23: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-ethers.o -MD -MP -MF ".deps/ldap-ethers.Tpo" \

  -c -o ldap-ethers.o `test -f 'ldap-ethers.c' || echo './'`ldap-ethers.c; \

then mv ".deps/ldap-ethers.Tpo" ".deps/ldap-ethers.Po"; \

else rm -f ".deps/ldap-ethers.Tpo"; exit 1; \

fi

ldap-ethers.c:24: warning: `rcsId' defined but not used

ldap-ethers.c:225: warning: `_nss_ldap_setetherent_r' defined but not used

ldap-ethers.c:237: warning: `_nss_ldap_endetherent_r' defined but not used

ldap-ethers.c:245: warning: `_nss_ldap_getetherent_r' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ldap-bp.o -MD -MP -MF ".deps/ldap-bp.Tpo" \

  -c -o ldap-bp.o `test -f 'ldap-bp.c' || echo './'`ldap-bp.c; \

then mv ".deps/ldap-bp.Tpo" ".deps/ldap-bp.Po"; \

else rm -f ".deps/ldap-bp.Tpo"; exit 1; \

fi

ldap-bp.c: In function `_nss_ldap_bootparams_constr':

ldap-bp.c:116: warning: unused variable `be'

ldap-bp.c: At top level:

ldap-bp.c:24: warning: `rcsId' defined but not used

ldap-bp.c:107: warning: `bp_ops' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT util.o -MD -MP -MF ".deps/util.Tpo" \

  -c -o util.o `test -f 'util.c' || echo './'`util.c; \

then mv ".deps/util.Tpo" ".deps/util.Po"; \

else rm -f ".deps/util.Tpo"; exit 1; \

fi

util.c:58: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT globals.o -MD -MP -MF ".deps/globals.Tpo" \

  -c -o globals.o `test -f 'globals.c' || echo './'`globals.c; \

then mv ".deps/globals.Tpo" ".deps/globals.Po"; \

else rm -f ".deps/globals.Tpo"; exit 1; \

fi

globals.c:36: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT ltf.o -MD -MP -MF ".deps/ltf.Tpo" \

  -c -o ltf.o `test -f 'ltf.c' || echo './'`ltf.c; \

then mv ".deps/ltf.Tpo" ".deps/ltf.Po"; \

else rm -f ".deps/ltf.Tpo"; exit 1; \

fi

ltf.c:21: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" \

  -c -o snprintf.o `test -f 'snprintf.c' || echo './'`snprintf.c; \

then mv ".deps/snprintf.Tpo" ".deps/snprintf.Po"; \

else rm -f ".deps/snprintf.Tpo"; exit 1; \

fi

snprintf.c:1: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT resolve.o -MD -MP -MF ".deps/resolve.Tpo" \

  -c -o resolve.o `test -f 'resolve.c' || echo './'`resolve.c; \

then mv ".deps/resolve.Tpo" ".deps/resolve.Po"; \

else rm -f ".deps/resolve.Tpo"; exit 1; \

fi

resolve.c:55: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT dnsconfig.o -MD -MP -MF ".deps/dnsconfig.Tpo" \

  -c -o dnsconfig.o `test -f 'dnsconfig.c' || echo './'`dnsconfig.c; \

then mv ".deps/dnsconfig.Tpo" ".deps/dnsconfig.Po"; \

else rm -f ".deps/dnsconfig.Tpo"; exit 1; \

fi

dnsconfig.c:30: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT irs-nss.o -MD -MP -MF ".deps/irs-nss.Tpo" \

  -c -o irs-nss.o `test -f 'irs-nss.c' || echo './'`irs-nss.c; \

then mv ".deps/irs-nss.Tpo" ".deps/irs-nss.Po"; \

else rm -f ".deps/irs-nss.Tpo"; exit 1; \

fi

irs-nss.c:21: warning: `rcsId' defined but not used

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT sasl.o -MD -MP -MF ".deps/sasl.Tpo" \

  -c -o sasl.o `test -f 'sasl.c' || echo './'`sasl.c; \

then mv ".deps/sasl.Tpo" ".deps/sasl.Po"; \

else rm -f ".deps/sasl.Tpo"; exit 1; \

fi

if gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -fPIC -MT pagectrl.o -MD -MP -MF ".deps/pagectrl.Tpo" \

  -c -o pagectrl.o `test -f 'pagectrl.c' || echo './'`pagectrl.c; \

then mv ".deps/pagectrl.Tpo" ".deps/pagectrl.Po"; \

else rm -f ".deps/pagectrl.Tpo"; exit 1; \

fi

pagectrl.c:23: warning: `rcsId' defined but not used

/usr/ccs/bin/ld  -o nss_ldap.so   -Bdynamic -M ./exports.solaris -G -L/usr/local/lib -R/usr/local/lib ldap-nss.o ldap-pwd.o ldap-grp.o ldap-rpc.o ldap-hosts.o ldap-network.o ldap-proto.o ldap-spwd.o ldap-alias.o ldap-service.o ldap-schema.o ldap-ethers.o ldap-bp.o util.o globals.o ltf.o snprintf.o resolve.o dnsconfig.o irs-nss.o sasl.o pagectrl.o  -lldap -llber -ldb -ldl -lnsl -lresolv

make[1]: Leaving directory `/opt/nss/nss_ldap-203'

#

 

Bill C. Miller

address@hidden

1-888-web-hero (or 972-380-2202)  x119

 


reply via email to

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