![]() |
Hi list-users, I would install HylaFAX from source on SuSE 7.2, kernel 2.4.16-4GB with gcc 2.95.3 20010315, because the SuSE-RPM is not good functionality. On my last Installation on SuSE 7.0 HylaFAX worked fine as I compile self from the same source as now. Just now after ./configure I found the following in configure.log. --- snip of configure.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 -lmalloc /usr/i486-suse-linux/bin/ld: cannot find -lmalloc collect2: ld returned 1 exit status make: *** [t] Error 1 ++ cat t.c int t() { crypt(); 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 /tmp/cc4Dnuds.o: In function `t': /_install/hylafax-4.1/t.c:1: undefined reference to `crypt' collect2: ld returned 1 exit status make: *** [t] Error 1 --- snip end --- The "make" breaks with failure ... -lmalloc ..., also the same how in the configure.log Where is the problem? greetings from heiko Tsch�� Heiko ____________________ 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@hylafax.org < /dev/null