January 2002
Beginner
480 pages
13h 15m
English
Once the platform settings have been determined by the configure script, we are ready to build the Jabber server with make:
yak:~/jabber-1.4.1$ make
Example 3-2 shows abbreviated typical output from the make command.
Making all in pthsock make[1]: Entering directory `/usr/local/jabber/jabber-1.4.1/pthsock' gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/ -c client.c -o client.o gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/ -shared -o pthsoc k_client.so client.o -L/usr/local/lib -lpth -ldl -lresolv make[1]: Leaving directory `/usr/local/jabber/jabber-1.4.1/pthsock' Making all in xdb_file make[1]: Entering directory `/usr/local/jabber/jabber-1.4.1/xdb_file' gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd -c xdb_file.c -o xdb_file.o ... gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -DHOME="\"/usr/local/jabber/jab ber-1.4.1\"" -DCONFIGXML="\"jabber.xml\"" -o jabberd config.o mio.o mio_raw.o mi o_xml.o mio_ssl.o deliver.o heartbeat.o jabberd.o load.o xdb.o mtq.o static.o lo g.o lib/expat.o lib/genhash.o lib/hashtable.o lib/jid.o lib/jpacket.o lib/jutil. o lib/karma.o lib/pool.o lib/pproxy.o lib/rate.o lib/sha.o lib/snprintf.o lib/so cket.o lib/str.o lib/xmlnode.o lib/xmlparse.o lib/xmlrole.o lib/xmltok.o lib/xst ream.o lib/xhash.o base/base_connect.o base/base_dynamic.o base/base_exec.o base /base_stdout.o base/base_accept.o base/base_file.o base/base_format.o base/base_ stderr.o ...
Read now
Unlock full access