bug-autoconf
[Top][All Lists]
Advanced

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

Configuring MONIT


From: Tomasz Hałasz
Subject: Configuring MONIT
Date: Wed, 12 Nov 2003 15:50:02 +0100

Hi,
As it was written I send you a message I saw during configuring MONIT under
Solaris 8.

...
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip.h... yes
checking netinet/ip_icmp.h usability... no
checking netinet/ip_icmp.h presence... yes
configure: WARNING: netinet/ip_icmp.h: present but cannot be compiled
configure: WARNING: netinet/ip_icmp.h: check for missing prerequisite
headers?
configure: WARNING: netinet/ip_icmp.h: proceeding with the preprocessor's
result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
...

See also below. What is wrong?
Tomasz Halasz


Below all output from configure:
./configure
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 how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... ./install-sh -c
checking whether make sets $(MAKE)... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for socket in -lsocket... yes
checking for socket in -linet... no
checking for inet_addr in -lnsl... yes
checking for inet_aton in -lresolv... yes
checking for crypt in -lcrypt... yes
checking for pthread_create in -lpthread... yes
checking for pthread_create in -lc_r... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... 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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking asm/page.h usability... no
checking asm/page.h presence... no
checking for asm/page.h... no
checking asm/param.h usability... no
checking asm/param.h presence... no
checking for asm/param.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... 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 getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking kvm.h usability... yes
checking kvm.h presence... yes
checking for kvm.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for limits.h... (cached) yes
checking loadavg.h usability... no
checking loadavg.h presence... no
checking for loadavg.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking machine/pmap.h usability... no
checking machine/pmap.h presence... no
checking for machine/pmap.h... no
checking machine/vmparam.h usability... no
checking machine/vmparam.h presence... no
checking for machine/vmparam.h... no
checking for memory.h... (cached) yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for net/if.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip.h... yes
checking netinet/ip_icmp.h usability... no
checking netinet/ip_icmp.h presence... yes
configure: WARNING: netinet/ip_icmp.h: present but cannot be compiled
configure: WARNING: netinet/ip_icmp.h: check for missing prerequisite
headers?
configure: WARNING: netinet/ip_icmp.h: proceeding with the preprocessor's
result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip_icmp.h... yes
checking procfs.h usability... yes
checking procfs.h presence... yes
checking for procfs.h... yes
checking procinfo.h usability... no
checking procinfo.h presence... no
checking for procinfo.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/loadavg.h usability... yes
checking sys/loadavg.h presence... yes
checking for sys/loadavg.h... yes
checking sys/lock.h usability... yes
checking sys/lock.h presence... yes
checking for sys/lock.h... yes
checking sys/mnttab.h usability... yes
checking sys/mnttab.h presence... yes
checking for sys/mnttab.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/nlist.h usability... no
checking sys/nlist.h presence... no
checking for sys/nlist.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/proc.h usability... yes
checking sys/proc.h presence... yes
checking for sys/proc.h... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/resourcevar.h usability... no
checking sys/resourcevar.h presence... no
checking for sys/resourcevar.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.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/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking sys/vmmeter.h usability... yes
checking sys/vmmeter.h presence... yes
checking for sys/vmmeter.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking uvm/uvm.h usability... no
checking uvm/uvm.h presence... no
checking for uvm/uvm.h... no
checking uvm/uvm_object.h usability... no
checking uvm/uvm_object.h presence... no
checking for uvm/uvm_object.h... no
checking uvm/uvm_map.h usability... no
checking uvm/uvm_map.h presence... no
checking for uvm/uvm_map.h... no
checking uvm/uvm_pmap.h usability... no
checking uvm/uvm_pmap.h presence... no
checking for uvm/uvm_pmap.h... no
checking vm/pmap.h usability... no
checking vm/pmap.h presence... no
checking for vm/pmap.h... no
checking vm/vm.h usability... no
checking vm/vm.h presence... no
checking for vm/vm.h... no
checking vm/vm_object.h usability... no
checking vm/vm_object.h presence... no
checking for vm/vm_object.h... no
checking vm/vm_map.h usability... no
checking vm/vm_map.h presence... no
checking for vm/vm_map.h... no
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for pid_t... (cached) yes
checking return type of signal handlers... void
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... yes
checking for error_at_line... no
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat dereferences a symlink specified with a trailing
slash... no
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for statfs... yes
checking for statvfs... yes
checking for setlocale... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... yes
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for localtime_r... yes
checking for sys/time.h... (cached) yes
checking for working GNU strftime... no
checking for SOL_IP... no
checking pid file location... /var/run
checking for resource support... enabled
checking for SSL support... enabled
checking for SSL include directory... /usr/local/ssl/include
checking for SSL library directory... /usr/local/ssl/lib
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h

monit has been configured with the following options:
                Architecture: SOLARIS
                 SSL support: enabled
       SSL include directory: /usr/local/ssl/include
       SSL library directory: /usr/local/ssl/lib
         resource monitoring: enabled
               resource code: sysdep_SOLARIS.c
              Compiler flags: -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include
                Linker
lags: -lpthread -lcrypt -lresolv -lnsl -lsocket  -L/usr/local/ssl/lib -lssl 
-lcrypto -L/usr/local/ssl/lib -lssl -lcrypto
           pid file location: /var/run



-----------------------------------------------------------------
And from make:

make
bison -y -dt p.y
/usr/ccs/bin/m4: bad option: -I
flex -i l.l
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
alert.c -o alert.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
control.c -o control.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
daemonize.c -o daemonize.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
env.c -o env.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
event.c -o event.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
files.c -o files.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
gc.c -o gc.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
getloadavg.c -o getloadavg.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
log.c -o log.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
md5.c -o md5.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
monit_http.c -o monit_http.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
monit_process.c -o monit_process.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
monitor.c -o monitor.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
net.c -o net.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
sendmail.c -o sendmail.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
signal.c -o signal.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
socket.c -o socket.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
spawn.c -o spawn.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
ssl.c -o ssl.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
state.c -o state.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
status.c -o status.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
util.c -o util.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
validate.c -o validate.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
xmalloc.c -o xmalloc.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
device/common_device.c -o device/common_device.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
http/base64.c -o http/base64.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
http/cervlet.c -o http/cervlet.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
http/engine.c -o http/engine.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
http/http_utils.c -o http/http_utils.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
http/processor.c -o http/processor.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
process/common.c -o process/common.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/default.c -o protocols/default.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/dwp.c -o protocols/dwp.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/ftp.c -o protocols/ftp.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/generic.c -o protocols/generic.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/http.c -o protocols/http.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/imap.c -o protocols/imap.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/ldap2.c -o protocols/ldap2.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/ldap3.c -o protocols/ldap3.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/nntp.c -o protocols/nntp.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/pop.c -o protocols/pop.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/protocol.c -o protocols/protocol.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/rdate.c -o protocols/rdate.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/rsync.c -o protocols/rsync.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/smtp.c -o protocols/smtp.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
protocols/ssh.c -o protocols/ssh.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
device/sysdep_SOLARIS.c -o device/sysdep_SOLARIS.o
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
process/sysdep_SOLARIS.c -o process/sysdep_SOLARIS.o
process/sysdep_SOLARIS.c: In function `initprocesstree_sysdep':
process/sysdep_SOLARIS.c:190: warning: passing arg 2 of `glob' makes integer
from pointer without a cast
gcc -c -g -O2 -Wall -D
_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/ssl/include -I/usr/local/
ssl/include -DSOLARIS  -I. -I./device -I./http -I./process -I./protocols
y.tab.c -o y.tab.o
gcc: y.tab.c: No such file or directory
gcc: No input files
make: *** [y.tab.o] Error 1


(:O[








reply via email to

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