John Capo schrieb:
Find the #include in configure add add these includes
above that line.
#include
#include
#include
Without those includes DNS will be disabled. Look at your config.log
file.
Changing this in configure
i couldn't found that in configure but in configure.in
free
Quoting Matthew Walker ([EMAIL PROTECTED]):
> Any recomendations for sucessfully compiling 0.90 using FreeBSD 4.11 with GCC
> 3.4.6?
Find the #include in configure add add these includes
above that line.
#include
#include
#include
Without those includes DNS will be disabled. Look at your c
Any recomendations for sucessfully compiling 0.90 using FreeBSD 4.11 with GCC
3.4.6?
So far I tried the following:
First Attempt
$ make clean;./configure CC=gcc34 CFLAGS="-pthread -O3"; make
/usr/libexec/elf/ld: cannot find -lpthread
collect2: ld returned 1 exit status
*** Error code 1
Stop in