/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.
2010/8/21 marie_dk <[email protected]> > On 12 Aug., 21:43, marie_dk <[email protected]> wrote: > > Hello > > > > I am about to create a chat and I really want to try out APE. But I > > usually install software from ports, and therefore my building > > experience is very limited - and at the moment I am stuck. > > > > I downloaded version 1.0 and did the corrections mentioned here: > http://www.ape-project.org/wiki/index.php/Talk:Setup_1.0 > > > > Then I tried to run build.sh but it failed with: > > "Makefile", line 6: Missing dependency operator > > > > From what I could figure out, this happens when 'make' is used and one > > should really use 'gmake'. So I edited build.sh and replaced all > > occurrences of 'make' with 'gmake'. > > > > Then I ran build.sh again and this time it seemed to get a lot > > further, but now there is another error. This is the last few lines of > > the output: > > > > ---------------------------------- > > src/log.h:37:7: warning: no newline at end of file > > src/log.c: In function 'ape_log': > > src/log.c:71: warning: format '%i' expects type 'int', but argument 4 > > has type 'long unsigned int' > > src/log.c:80:2: warning: no newline at end of file > > src/log.h:37:7: warning: no newline at end of file > > /usr/bin/ld: cannot find -ldl > > gmake: *** [aped] Error 1 > > gcc -D_GNU_SOURCE -Wall -O2 -shared -fPIC -rdynamic -Wl,- > > soname,libmod_spidermonkey.so -o lib/libmod_spidermonkey.so libape- > > spidermonkey.c -I../deps/js/src/dist/include/ -L../deps/js/src/ - > > ljs_static -lstdc++ > > In file included from plugins.h:42, > > from libape-spidermonkey.c:32: > > ../src/log.h:37:7: warning: no newline at end of file > > ---------------------------------- > > > > Any ideas? > > > > Please, anyone? > > /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]<ape-project%[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/ > -- 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/
