You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ed Holyat <eh...@OLF.COM> on 2004/05/20 19:35:29 UTC

Solaris 2.8 and apr_global_mutex... head of branch

	Is the apr_global_mutex.. api available for Solaris and Linux?

	For me, the apr status is returning that apr_global_mutex_.. is not
implemented on solaris2.8, redhat 2 and 3 enterprise.	I am assuming that
it should be, in which case, the problem is in buildconf or libtool version
1.5.6.
Anyone comments welcome.

buildconf: checking installation...
buildconf: python version 2.3.3 (ok)
buildconf: autoconf version 2.59 (ok)
buildconf: libtool version 1.5.6 (ok)
Copying libtool helper files ...
buildconf: Using libtool.m4 at /local/share/aclocal/libtool.m4.
Creating include/arch/unix/apr_private.h.in ...
autoheader: WARNING: Using auxiliary files such as `acconfig.h',
`config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for
`config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see
the
autoheader: WARNING: documentation.
Creating configure ...
Generating 'make' outputs ...
sundev:~/src/apr> configure
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
Configuring APR libraryv
Platform: sparc-sun-solaris2.8
checking for working mkdir -p... yes
APR Version: 1.0.0
checking for chosen layout... apr
checking for gcc... gcc
checking for C compiler default output file name... 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
Applying APR hints file rules for sparc-sun-solaris2.8
  setting CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... build/install.sh -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for ar... ar
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... make
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether system uses EBCDIC... no
performing libtool configuration...
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.8 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no

Check for compiler flags...
checking whether to enable -D_LARGEFILE64_SOURCE... yes
  adding "-D_LARGEFILE64_SOURCE" to CPPFLAGS

Checking for libraries...
checking for library containing gethostbyname... -lnsl
checking for library containing gethostname... none required
checking for library containing socket... -lsocket
checking for library containing crypt... none required
checking for main in -ltruerand... no
checking for library containing modf... none required

Checking for Threads...
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for CFLAGS needed for pthreads... -pthreads
  adding "-pthreads" to CFLAGS
checking for LIBS needed for pthreads... -lpthread
  adding "-lpthread" to LIBS
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... yes
checking for pthread_rwlock_t... yes
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...
checking for library containing shm_open... -lrt
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mutex.h usability... yes
checking sys/mutex.h presence... yes
checking for sys/mutex.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking for mmap... yes
checking for munmap... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for MAP_ANON in sys/mman.h... yes
checking for /dev/zero... yes
checking for mmap that can map /dev/zero... yes
decision on anonymous shared memory allocation method... 4.4BSD-style mmap()
via MAP_ANON
decision on namebased memory allocation method... SysV IPC shmget()
checking for alloca... no
checking for calloc... yes
checking for setsid... yes
checking for isinf... no
checking for isnan... yes
checking for getenv... yes
checking for putenv... yes
checking for setenv... no
checking for unsetenv... no
checking for setrlimit... yes
checking for getrlimit... yes
checking for writev... yes
checking for sendfilev in -lsendfile... yes
checking for sendfile... no
checking for send_file... no
checking for sendfilev... yes
checking for utime... yes
checking for utimes... yes
checking for sigaction... yes
checking whether sys_siglist is declared... no
checking for fork... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for strerror_r... no
checking for mmap... (cached) yes
checking for memmove... yes
checking for getpass... yes
checking for getpassphrase... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for inode member of struct dirent... d_ino
checking for file type member of struct dirent... no
checking for ANSI C header files... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking ByteOrder.h usability... no
checking ByteOrder.h presence... no
checking for ByteOrder.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking osreldate.h usability... no
checking osreldate.h presence... no
checking for osreldate.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sysapi.h usability... no
checking sysapi.h presence... no
checking for sysapi.h... no
checking sysgtime.h usability... no
checking sysgtime.h presence... no
checking for sysgtime.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tpfeq.h usability... no
checking tpfeq.h presence... no
checking for tpfeq.h... no
checking tpfio.h usability... no
checking tpfio.h presence... no
checking for tpfio.h... no
checking for unistd.h... (cached) yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/sctp.h usability... no
checking netinet/sctp.h presence... no
checking for netinet/sctp.h... no
checking netinet/sctp_uio.h usability... no
checking netinet/sctp_uio.h presence... no
checking for netinet/sctp_uio.h... no
checking for sys/file.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... (cached) yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking whether setpgrp takes no argument... yes
checking for socklen_t... yes
checking for void*... yes
checking size of void*... 4
checking for char... yes
checking size of char... 1
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for short... yes
checking size of short... 2
checking for long long... yes
checking size of long long... 8
checking for INT64_C... no
checking size of ssize_t... 4
checking size of size_t... 4
checking size of off_t... 4
checking for mmap64... yes
checking for sendfile64... no
checking for sendfilev64... yes
checking for mkstemp64... yes
checking which type to use for apr_off_t... off64_t
checking size of pid_t... 4
checking whether byte ordering is bigendian... yes
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strstr... yes
checking for memchr... yes
checking for strtoll... yes

Checking for DSO...
checking for NSLinkModule... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
  adding "-ldl" to LIBS
checking for dlsym... yes

Checking for Processes...
checking for waitpid... yes
checking for Variable Length Arrays... yes
checking struct rlimit... yes

Checking for Locking...
checking for semget... yes
checking for semctl... yes
checking for flock... no
checking for semaphore.h... (cached) yes
checking for sem_close... yes
checking for sem_unlink... yes
checking for sem_post... yes
checking for sem_wait... yes
checking for working sem_open... yes
checking for union semun in sys/sem.h... no
checking for LOCK_EX in sys/file.h... no
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... yes
checking for pthread_mutexattr_setrobust_np... yes
decision on apr_lock implementation method... pthread mutex
checking if all interprocess locks affect threads... no
checking if POSIX sems affect threads in the same process... no
checking if SysV sems affect threads in the same process... no
checking if fcntl locks affect threads in the same process... no
checking if flock locks affect threads in the same process... no
checking for entropy source... not found

Checking for Time Support...
checking for tm_gmtoff in struct tm... no

Checking for Networking support...
checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking style of gethostbyname_r routine... none
checking 3rd argument to the gethostbyname_r routines... char
checking if TCP_NODELAY setting is inherited from listening sockets... yes
checking if O_NONBLOCK setting is inherited from listening sockets... yes
checking for TCP_CORK in netinet/tcp.h... no
checking for TCP_NOPUSH in netinet/tcp.h... no
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking if SCTP protocol is supported... no
checking for set_h_errno... no

Checking for IPv6 Networking support...
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... no
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... no
checking whether getnameinfo resolves IPv4-mapped IPv6 addresses... yes
checking for working AI_ADDRCONFIG... yes
checking if APR supports IPv6... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes

Restore user-defined environment settings...
  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to "-g -O2 -pthreads"
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lsendfile -lrt -lsocket -lnsl  -lpthread -ldl"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""

Construct Makefiles and header files.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating include/apr.h
config.status: creating build/apr_rules.mk
config.status: creating apr-config
config.status: creating include/arch/unix/apr_private.h
config.status: executing default commands
sundev:~/src/apr> /bin/bash /home/apr_user/src/apr/libtool --silent
--mode=compile gcc -g -O2 -pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o passwd/apr_getpass.lo -c
passwd/apr_getpass.c && touch passwd/apr_getpass.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o strings/apr_cpystrn.lo -c
strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o strings/apr_fnmatch.lo -c
strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o strings/apr_snprintf.lo -c
strings/apr_snprintf.c && touch strings/apr_snprintf.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o strings/apr_strings.lo -c
strings/apr_strings.c && touch strings/apr_strings.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o strings/apr_strtok.lo -c
strings/apr_strtok.c && touch strings/apr_strtok.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o strings/apr_strnatcmp.lo -c
strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o tables/apr_tables.lo -c
tables/apr_tables.c && touch tables/apr_tables.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o tables/apr_hash.lo -c tables/apr_hash.c
&& touch tables/apr_hash.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o atomic/unix/apr_atomic.lo -c
atomic/unix/apr_atomic.c && touch atomic/unix/apr_atomic.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o dso/unix/dso.lo -c dso/unix/dso.c &&
touch dso/unix/dso.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/filepath_util.lo -c
file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/copy.lo -c
file_io/unix/copy.c && touch file_io/unix/copy.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/dir.lo -c
file_io/unix/dir.c && touch file_io/unix/dir.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/fileacc.lo -c
file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/filedup.lo -c
file_io/unix/filedup.c && touch file_io/unix/filedup.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/filepath.lo -c
file_io/unix/filepath.c && touch file_io/unix/filepath.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/filestat.lo -c
file_io/unix/filestat.c && touch file_io/unix/filestat.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/tempdir.lo -c
file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/flock.lo -c
file_io/unix/flock.c && touch file_io/unix/flock.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/fullrw.lo -c
file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/mktemp.lo -c
file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/open.lo -c
file_io/unix/open.c && touch file_io/unix/open.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/pipe.lo -c
file_io/unix/pipe.c && touch file_io/unix/pipe.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/readwrite.lo -c
file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o file_io/unix/seek.lo -c
file_io/unix/seek.c && touch file_io/unix/seek.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o locks/unix/global_mutex.lo -c
locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o locks/unix/proc_mutex.lo -c
locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o locks/unix/thread_mutex.lo -c
locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o locks/unix/thread_cond.lo -c
locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o locks/unix/thread_rwlock.lo -c
locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o memory/unix/apr_pools.lo -c
memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/errorcodes.lo -c
misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/charset.lo -c
misc/unix/charset.c && touch misc/unix/charset.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/env.lo -c misc/unix/env.c &&
touch misc/unix/env.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/otherchild.lo -c
misc/unix/otherchild.c && touch misc/unix/otherchild.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/rand.lo -c misc/unix/rand.c
&& touch misc/unix/rand.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/getopt.lo -c
misc/unix/getopt.c && touch misc/unix/getopt.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/version.lo -c
misc/unix/version.c && touch misc/unix/version.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o misc/unix/start.lo -c misc/unix/start.c
&& touch misc/unix/start.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o mmap/unix/mmap.lo -c mmap/unix/mmap.c
&& touch mmap/unix/mmap.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o mmap/unix/common.lo -c
mmap/unix/common.c && touch mmap/unix/common.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o network_io/unix/sendrecv.lo -c
network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
network_io/unix/sendrecv.c: In function `apr_socket_sendfile':
network_io/unix/sendrecv.c:911: warning: cast from pointer to integer of
different size
network_io/unix/sendrecv.c:935: warning: cast from pointer to integer of
different size
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o network_io/unix/sockaddr.lo -c
network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o network_io/unix/inet_ntop.lo -c
network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o network_io/unix/inet_pton.lo -c
network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o network_io/unix/sockets.lo -c
network_io/unix/sockets.c && touch network_io/unix/sockets.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o network_io/unix/sockopt.lo -c
network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o poll/unix/poll.lo -c poll/unix/poll.c
&& touch poll/unix/poll.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o random/unix/apr_random.lo -c
random/unix/apr_random.c && touch random/unix/apr_random.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o random/unix/sha2.lo -c
random/unix/sha2.c && touch random/unix/sha2.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o random/unix/sha2_glue.lo -c
random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o shmem/unix/shm.lo -c shmem/unix/shm.c
&& touch shmem/unix/shm.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o support/unix/waitio.lo -c
support/unix/waitio.c && touch support/unix/waitio.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o threadproc/unix/threadpriv.lo -c
threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o threadproc/unix/proc.lo -c
threadproc/unix/proc.c && touch threadproc/unix/proc.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o threadproc/unix/procsup.lo -c
threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o threadproc/unix/signals.lo -c
threadproc/unix/signals.c && touch threadproc/unix/signals.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o threadproc/unix/thread.lo -c
threadproc/unix/thread.c && touch threadproc/unix/thread.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o time/unix/time.lo -c time/unix/time.c
&& touch time/unix/time.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o time/unix/timestr.lo -c
time/unix/timestr.c && touch time/unix/timestr.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o user/unix/groupinfo.lo -c
user/unix/groupinfo.c && touch user/unix/groupinfo.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=compile gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -o user/unix/userinfo.lo -c
user/unix/userinfo.c && touch user/unix/userinfo.lo
/bin/bash /home/apr_user/src/apr/libtool --silent --mode=link  gcc -g -O2
-pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  -version-info 0:0:0    -o libapr-1.la
-rpath /usr/local/apr/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo
strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo
strings/apr_strtok.lo strings/apr_strnatcmp.lo tables/apr_tables.lo
tables/apr_hash.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo
file_io/unix/filepath_util.lo file_io/unix/copy.lo file_io/unix/dir.lo
file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo
file_io/unix/filestat.lo file_io/unix/tempdir.lo file_io/unix/flock.lo
file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo
file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo
locks/unix/global_mutex.lo locks/unix/proc_mutex.lo
locks/unix/thread_mutex.lo locks/unix/thread_cond.lo
locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/errorcodes.lo
misc/unix/charset.lo misc/unix/env.lo misc/unix/otherchild.lo
misc/unix/rand.lo misc/unix/getopt.lo misc/unix/version.lo
misc/unix/start.lo mmap/unix/mmap.lo mmap/unix/common.lo
network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo
network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo
network_io/unix/sockets.lo network_io/unix/sockopt.lo poll/unix/poll.lo
random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo
shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/threadpriv.lo
threadproc/unix/proc.lo threadproc/unix/procsup.lo
threadproc/unix/signals.lo threadproc/unix/thread.lo time/unix/time.lo
time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo
-lsendfile -lrt -lsocket -lnsl  -lpthread -ldl
nawk -f /home/apr_user/src/apr/build/make_var_export.awk
/home/apr_user/src/apr/include/apr_allocator.h
/home/apr_user/src/apr/include/apr_global_mutex.h
/home/apr_user/src/apr/include/apr_atomic.h
/home/apr_user/src/apr/include/apr_network_io.h
/home/apr_user/src/apr/include/apr_dso.h
/home/apr_user/src/apr/include/apr_env.h
/home/apr_user/src/apr/include/apr_errno.h
/home/apr_user/src/apr/include/apr_file_info.h
/home/apr_user/src/apr/include/apr_file_io.h
/home/apr_user/src/apr/include/apr_fnmatch.h
/home/apr_user/src/apr/include/apr_general.h
/home/apr_user/src/apr/include/apr_getopt.h
/home/apr_user/src/apr/include/apr_inherit.h
/home/apr_user/src/apr/include/apr_hash.h
/home/apr_user/src/apr/include/apr_version.h
/home/apr_user/src/apr/include/apr_lib.h
/home/apr_user/src/apr/include/apr.h
/home/apr_user/src/apr/include/apr_mmap.h
/home/apr_user/src/apr/include/apr_portable.h
/home/apr_user/src/apr/include/apr_poll.h
/home/apr_user/src/apr/include/apr_pools.h
/home/apr_user/src/apr/include/apr_ring.h
/home/apr_user/src/apr/include/apr_proc_mutex.h
/home/apr_user/src/apr/include/apr_shm.h
/home/apr_user/src/apr/include/apr_time.h
/home/apr_user/src/apr/include/apr_signal.h
/home/apr_user/src/apr/include/apr_strings.h
/home/apr_user/src/apr/include/apr_support.h
/home/apr_user/src/apr/include/apr_tables.h
/home/apr_user/src/apr/include/apr_thread_cond.h
/home/apr_user/src/apr/include/apr_thread_mutex.h
/home/apr_user/src/apr/include/apr_thread_proc.h
/home/apr_user/src/apr/include/apr_thread_rwlock.h
/home/apr_user/src/apr/include/apr_user.h
/home/apr_user/src/apr/include/apr_want.h
/home/apr_user/src/apr/include/apr_random.h > export_vars.h
nawk -f /home/apr_user/src/apr/build/make_exports.awk
/home/apr_user/src/apr/include/apr_allocator.h
/home/apr_user/src/apr/include/apr_global_mutex.h
/home/apr_user/src/apr/include/apr_atomic.h
/home/apr_user/src/apr/include/apr_network_io.h
/home/apr_user/src/apr/include/apr_dso.h
/home/apr_user/src/apr/include/apr_env.h
/home/apr_user/src/apr/include/apr_errno.h
/home/apr_user/src/apr/include/apr_file_info.h
/home/apr_user/src/apr/include/apr_file_io.h
/home/apr_user/src/apr/include/apr_fnmatch.h
/home/apr_user/src/apr/include/apr_general.h
/home/apr_user/src/apr/include/apr_getopt.h
/home/apr_user/src/apr/include/apr_inherit.h
/home/apr_user/src/apr/include/apr_hash.h
/home/apr_user/src/apr/include/apr_version.h
/home/apr_user/src/apr/include/apr_lib.h
/home/apr_user/src/apr/include/apr.h
/home/apr_user/src/apr/include/apr_mmap.h
/home/apr_user/src/apr/include/apr_portable.h
/home/apr_user/src/apr/include/apr_poll.h
/home/apr_user/src/apr/include/apr_pools.h
/home/apr_user/src/apr/include/apr_ring.h
/home/apr_user/src/apr/include/apr_proc_mutex.h
/home/apr_user/src/apr/include/apr_shm.h
/home/apr_user/src/apr/include/apr_time.h
/home/apr_user/src/apr/include/apr_signal.h
/home/apr_user/src/apr/include/apr_strings.h
/home/apr_user/src/apr/include/apr_support.h
/home/apr_user/src/apr/include/apr_tables.h
/home/apr_user/src/apr/include/apr_thread_cond.h
/home/apr_user/src/apr/include/apr_thread_mutex.h
/home/apr_user/src/apr/include/apr_thread_proc.h
/home/apr_user/src/apr/include/apr_thread_rwlock.h
/home/apr_user/src/apr/include/apr_user.h
/home/apr_user/src/apr/include/apr_want.h
/home/apr_user/src/apr/include/apr_random.h > exports.c
gcc -E -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  exports.c | grep "ap_hack_" | sed -e
's/^.*[)]\(.*\);$/\1/' >> apr.exp
gcc -E -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-D_LARGEFILE64_SOURCE   -I./include
-I/home/apr_user/src/apr/include/arch/unix -I./include/arch/unix
-I/home/apr_user/src/apr/include  export_vars.h | sed -e 's/^\#[^!]*//' |
sed -e '/^$/d' >> apr.exp


© 2004 OpenLink Financial 

Copyright in this message and any attachments remains with us.  It is
confidential and may be legally privileged.   If this message is not 
intended for you it must not be read, copied or used by you or 
disclosed to anyone else.   Please advise the sender immediately if 
you have received this message in error.

Although this message and any attachments are believed to be free of 
any virus or other defect that might affect any computer system into 
which it is received and opened, it is the responsibility of the 
recipient to ensure that it is virus free and no responsibility 
is accepted by Open Link Financial, Inc. for any loss or damage in any 
way arising from its use.



Re: Solaris 2.8 and apr_global_mutex... head of branch

Posted by Jeff Trawick <tr...@attglobal.net>.
Ed Holyat wrote:
> 	Is the apr_global_mutex.. api available for Solaris and Linux?

sure; APR won't build without selecting and calling some native system 
primitive for that

> 	For me, the apr status is returning that apr_global_mutex_.. is not
> implemented on solaris2.8, redhat 2 and 3 enterprise.


What is the call to apr_global_mutex_...?

what does strace or truss of the program calling it show?

for Linux, is your setting (or un-setting) of LD_ASSUME_KERNEL environment 
variable the same for apr configure time as at application run time?

	I am assuming that
> it should be, in which case, the problem is in buildconf or libtool version
> 1.5.6.

I don't see how libtool would affect that, but if you are suspicious it is easy 
to try 1.4.3, which most(?) apr users use.