HylaFAX The world's most advanced open source fax server

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

Problem of compling HylaFax source code by c-complier v2.7 in Linux installed from Red-Hat 5.2 CD-ROM



Dear Sir/Madam,
 
    Thank you for your kind attention.
 
    I type "./configure" and it works like properly. however, i read the config.log and discover it contains some errors and warnings.
    my Linux is installed from Red-Hat 5.2 cd-rom and the version of the attached complier is v2.7.  Below is excerpted from the config.log
 
    Thank you for your help.
 
Kenny
*****************************************************************************
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O  t.c -lmalloc
ld: cannot open -lmalloc: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O  t.c -lc
/tmp/cca125981.o: In function `t':
/root/hylafax-v4.0pl2/t.c:1: undefined reference to `crypt'
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O  t.c -lc
/tmp/cca127021.o: In function `t':
/root/hylafax-v4.0pl2/t.c:1: undefined reference to `pututxline'
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O  t.c -lgen
ld: cannot open -lgen: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: sys/bsdtypes.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: osfcn.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
t.c++:2: libc.h: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ t.c++
t.c++: In function `int main()':
t.c++:7: warning: assignment to `char *' from `const char *' discards const
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: net/errno.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: sys/mkdev.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: sys/modem.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: sys/termiox.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc        -D__ANSI_CPP__ -I. -I. -I. -I././util -I/usr/local/include -I././regex -g -O -x c++ -E t.c++
t.c++:1: utmpx.h: No such file or directory
# 1 "t.c++"
make: *** [t] Error 1
 
++ make -f confMakefile t
t.c:1: sys/priocntl.h: No such file or directory
t.c:2: sys/rtpriocntl.h: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
t.c:1: sys/priocntl.h: No such file or directory
t.c:2: sys/fppriocntl.h: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
t.c:1: sys/schedctl.h: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
t.c:1: sys/rtprio.h: No such file or directory
make: *** [t] Error 1
 
++ make -f confMakefile t
/usr/bin/gcc t.c
t.c: In function `main':
t.c:4: `TXADDCD' undeclared (first use in this function)
t.c:4: (Each undeclared identifier is reported only once
t.c:4: for each function it appears in.)
t.c:5: `TXDELCD' undeclared (first use in this function)
make: *** [t] Error 1



Project hosted by iFAX Solutions