Displaying 1 result from an estimated 1 matches for "libdlmalloc".
2001 Apr 08
1
Compiling vorbis-tools on FreeBSD
...ot find -ldl
configure: failed program was:
#line 1887 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <ao/ao.h>
int main() {
return 0;
; return 0; }
I couldn't find a libdl on my machine. The closest thing that matched
in the ports section was libdlmalloc. This installed a libdlmalloc.so
in /usr/local/lib. I linked this to /usr/local/lib/libdl.so and the
configure exited without errors.
Now a make dies with
/usr/include/sys/socket.h:443: syntax error before `send'
/usr/include/sys/socket.h:443: warning: data definition has no type or storage c...