HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] help
trying to compile hylafax-4.2.0 on a fedora core 3 machine and i get the
following errors from running the config script:
Using /usr/bin/make to configure the software.
Using "include file" syntax for Makefiles.
Looks like make supports "sinclude" for conditional includes.
Using /bin/bash to process command scripts.
Checking for PAM (Pluggable Authentication Module) support
... found. Enabling PAM support
Looks like -lcrypt is needed for crypt.
No strftime function located in system libraries.
CONFIG.LOG
++ make -f confMakefile t
/usr/bin/gcc -D__ANSI_CPP__ -I. -I. -I././regex -I. -I././util -
I/usr/local/include -g -O t.c -lcrypt
++ cat t.c
int t() { strftime(); return 0; }
int main(){ t(); return 0; }
++ make -f confMakefile t
/usr/bin/gcc -D__ANSI_CPP__ -I. -I. -I././regex -I. -I././util -
I/usr/local/include -g -O t.c -lc
t.c: In function `t':
t.c:1: error: too few arguments to function `strftime'
make: *** [t] Error 1
++ cat t.c
int t() { strftime(); return 0; }
int main(){ t(); return 0; }
++ make -f confMakefile t
/usr/bin/gcc -D__ANSI_CPP__ -I. -I. -I././regex -I. -I././util -
I/usr/local/include -g -O t.c -lintl
t.c: In function `t':
t.c:1: error: too few arguments to function `strftime'
make: *** [t] Error 1
the gcc version is gcc-3.4.2-6.fc3
anyone have any ideas
Thanx
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*