Ticket #86: SunOS.txt

File SunOS.txt, 5.7 KB (added by chapmadw@…, 20 months ago)

Output from ./configure and make

Line 
1*solar-/tools/root_stuff/OP/op-1.32: uname -a
2SunOS solar 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-880
3*solar-/tools/root_stuff/OP/op-1.32: ./configure
4checking for a BSD-compatible install... ./install-sh -c
5checking whether build environment is sane... yes
6checking for gawk... no
7checking for mawk... no
8checking for nawk... nawk
9checking whether make sets $(MAKE)... yes
10checking for gcc... gcc
11checking for C compiler default output file name... a.out
12checking whether the C compiler works... yes
13checking whether we are cross compiling... no
14checking for suffix of executables...
15checking for suffix of object files... o
16checking whether we are using the GNU C compiler... yes
17checking whether gcc accepts -g... yes
18checking for gcc option to accept ANSI C... none needed
19checking for style of include used by make... GNU
20checking dependency style of gcc... gcc3
21checking for flex... flex
22checking for yywrap in -lfl... no
23checking for yywrap in -ll... yes
24checking lex output file root... lex.yy
25checking whether yytext is a pointer... yes
26checking for a BSD-compatible install... ./install-sh -c
27checking whether make sets $(MAKE)... (cached) yes
28checking for crypt... yes
29checking for pam_start in -lpam... yes
30checking for yywrap in -lfl... (cached) no
31checking for dirent.h that defines DIR... yes
32checking for library containing opendir... none required
33checking how to run the C preprocessor... gcc -E
34checking for egrep... egrep
35checking for ANSI C header files... yes
36checking for sys/wait.h that is POSIX.1 compatible... yes
37checking whether time.h and sys/time.h may both be included... yes
38checking for sys/types.h... yes
39checking for sys/stat.h... yes
40checking for stdlib.h... yes
41checking for string.h... yes
42checking for memory.h... yes
43checking for strings.h... yes
44checking for inttypes.h... yes
45checking for stdint.h... yes
46checking for unistd.h... yes
47checking limits.h usability... yes
48checking limits.h presence... yes
49checking for limits.h... yes
50checking netdb.h usability... yes
51checking netdb.h presence... yes
52checking for netdb.h... yes
53checking shadow.h usability... yes
54checking shadow.h presence... yes
55checking for shadow.h... yes
56checking for stdlib.h... (cached) yes
57checking for string.h... (cached) yes
58checking sys/time.h usability... yes
59checking sys/time.h presence... yes
60checking for sys/time.h... yes
61checking syslog.h usability... yes
62checking syslog.h presence... yes
63checking for syslog.h... yes
64checking for unistd.h... (cached) yes
65checking for an ANSI C-conforming const... yes
66checking for uid_t in sys/types.h... yes
67checking for unistd.h... (cached) yes
68checking for working chown... yes
69checking whether closedir returns void... no
70checking for pid_t... yes
71checking for unistd.h... (cached) yes
72checking vfork.h usability... no
73checking vfork.h presence... no
74checking for vfork.h... no
75checking for fork... yes
76checking for vfork... yes
77checking for working fork... yes
78checking for working vfork... (cached) yes
79checking for stdlib.h... (cached) yes
80checking for GNU libc compatible malloc... yes
81checking for stdlib.h... (cached) yes
82checking for GNU libc compatible realloc... yes
83checking whether lstat dereferences a symlink specified with a trailing slash... yes
84checking whether stat accepts an empty string... no
85checking for strftime... yes
86checking for vprintf... yes
87checking for _doprnt... yes
88checking for gethostname... yes
89checking for getpass... yes
90checking for getspnam... yes
91checking for memset... yes
92checking for regcomp... yes
93checking for strchr... yes
94checking for strcspn... yes
95checking for vsnprintf... yes
96configure: creating ./config.status
97config.status: creating Makefile
98config.status: creating op.list
99config.status: creating config.h
100config.status: executing depfiles commands
101*solar-/tools/root_stuff/OP/op-1.32: make
102make  all-am
103if gcc -DHAVE_CONFIG_H -I. -I. -I.  -Wall -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT atov.o -MD -MP -MF ".deps/atov.Tpo" -c -o atov.o atov.c; \
104then mv -f ".deps/atov.Tpo" ".deps/atov.Po"; else rm -f ".deps/atov.Tpo"; exit 1; fi
105flex   lex.l
106sed '/^#/ s|lex.yy\.c|lex.c|' lex.yy.c >lex.c
107rm -f lex.yy.c
108if gcc -DHAVE_CONFIG_H -I. -I. -I.  -Wall -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT lex.o -MD -MP -MF ".deps/lex.Tpo" -c -o lex.o lex.c; \
109then mv -f ".deps/lex.Tpo" ".deps/lex.Po"; else rm -f ".deps/lex.Tpo"; exit 1; fi
110lex.c:2585: warning: 'yyunput' defined but not used
111if gcc -DHAVE_CONFIG_H -I. -I. -I.  -Wall -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
112then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
113main.c: In function `Verify':
114main.c:616: warning: initialization from incompatible pointer type
115if gcc -DHAVE_CONFIG_H -I. -I. -I.  -Wall -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT regexp.o -MD -MP -MF ".deps/regexp.Tpo" -c -o regexp.o regexp.c; \
116then mv -f ".deps/regexp.Tpo" ".deps/regexp.Po"; else rm -f ".deps/regexp.Tpo"; exit 1; fi
117if gcc -DHAVE_CONFIG_H -I. -I. -I.  -Wall -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
118then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
119gcc  -g -O2   -o op  atov.o lex.o main.o  regexp.o util.o  -lpam
120Undefined                       first referenced
121 symbol                             in file
122yywrap                              lex.o
123ld: fatal: Symbol referencing errors. No output written to op
124collect2: ld returned 1 exit status
125*** Error code 1
126make: Fatal error: Command failed for target `op'
127Current working directory /tools/root_stuff/OP/op-1.32
128*** Error code 1
129make: Fatal error: Command failed for target `all'