On 23 Aug., 03:52, ma liang <[email protected]> wrote: > /usr/bin/ld: cannot find -ldl > > Package libc6 and libc6-dev contains /usr/lib/libdl.so in my debian system > you need to install these packages according your system. >
I went looking for a libc6 equivalent for FreeBSD, but it turns out there is none. I just had to replaced every occurrence of -ldl with - lc. http://lists.freebsd.org/pipermail/freebsd-questions/2008-March/172076.html Thanks :-) /marie_dk -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
