[JDEV] compiling under openbsd

temas temas at box5.net
Fri Apr 27 12:53:02 CDT 2001


When you ran make did you run it with the make or gmake command?  If not
gmake, please try it.

--temas

On 27 Apr 2001 02:03:50 -0500, David N Moore wrote:
> hello,
>   i'm having some trouble compiling 1.4 under openbsd.  if i missed the
> answer to this in the archives, my apologies in advance.
> 
> i'm running openbsd 2.8 on a p133 w/ 48 MB ram.  
> 
> i installed pth and gnu make and no dice.
> 
> i attached the configure and make output (hope that is bad etiquette)
> 
> --=-X7NNvOSqDhOG9L98Rg0h
> Running Jabber Configure
> ========================
> 
> Getting pth settings...         Done.
> Setting Build Parameters...     Done.
> Generating Settings Script...   Done.
> 
> You may now type 'make' to build your new Jabber system.
> 
> 
> --=-X7NNvOSqDhOG9L98Rg0h
> Making all in pthsock
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/  -c client.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/ -shared -o pthsock_client.so client.o -L/usr/local/lib -lpth
> Making all in xdb_file
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd  -c xdb_file.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd -shared -o xdb_file.so xdb_file.o -L/usr/local/lib -lpth
> Making all in dnsrv
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/  -c dnsrv.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/  -c srv_resolv.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd/ -shared -o dnsrv.so dnsrv.o srv_resolv.o
> Making all in jsm
> Making all in modules
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_admin.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_agents.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_browse.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_announce.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_auth_plain.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_auth_digest.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_auth_0k.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_echo.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_filter.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_groups.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_presence.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_xml.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_roster.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_time.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_vcard.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_version.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_register.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_log.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_last.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../../jabberd/  -c mod_offline.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c deliver.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c jsm.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c modules.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c offline.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c server.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c authreg.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c sessions.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c users.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/  -c util.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include  -I../jabberd/ -shared -o jsm.so deliver.o  jsm.o  modules.o  offline.o  server.o  authreg.o  sessions.o  users.o  util.o modules/mod_admin.o  modules/mod_agents.o  modules/mod_browse.o  modules/mod_announce.o  modules/mod_auth_plain.o  modules/mod_auth_digest.o  modules/mod_auth_0k.o  modules/mod_echo.o  modules/mod_filter.o  modules/mod_groups.o  modules/mod_presence.o  modules/mod_xml.o  modules/mod_roster.o  modules/mod_time.o  modules/mod_vcard.o  modules/mod_version.o  modules/mod_register.o  modules/mod_log.o  modules/mod_last.o  modules/mod_offline.o -L/usr/local/lib -lpth
> Making all in dialback
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd  -c dialback.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd  -c dialback_in.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd  -c dialback_out.c
> gcc -g -Wall -fPIC -I. -I.. -I/usr/local/include -I../jabberd -shared -o dialback.so dialback.o dialback_in.o dialback_out.o -L/usr/local/lib -lpth
> Making all in jabberd
> "Makefile", line 6: Missing dependency operator
> "Makefile", line 8: Need an operator
> "Makefile", line 10: Need an operator
> "Makefile", line 11: Missing dependency operator
> "Makefile", line 13: Need an operator
> Fatal errors encountered -- cannot continue
> *** Error code 1
> 
> Stop in /usr/local/jabber/jabber-1.4 (line 52 of Makefile).





More information about the JDev mailing list