Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id WAA20454 for postgres-dist; Sun, 13 Feb 1994 22:10:34 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199402140610.WAA20454@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from siemens.co.at (siemens.co.at [192.138.228.18]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id WAA20445 for <postgres@nobozo.CS.Berkeley.EDU>; Sun, 13 Feb 1994 22:10:21 -0800
From: kue@zerberus.gud.siemens.co.at
Received: from zerberus.sunnygts (zerberus.gud.siemens-austria) by siemens.co.at with SMTP id AA13705
  (5.67a/IDA-1.5 for <postgres@postgres.berkeley.edu>); Mon, 14 Feb 1994 07:11:32 +0100
Received: by zerberus.sunnygts (4.1/SMI-4.1)
	id AA14088; Mon, 14 Feb 94 07:05:05 +0100
Date: Mon, 14 Feb 94 07:05:05 +0100
Message-Id: <9402140605.AA14088@zerberus.sunnygts>
To: postgres@postgres.Berkeley.EDU
Subject: building postgres v4.1 under NetBSD-current
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Sun, 13 Feb 94 22:10:34 -0800
Resent-XMts: smtp

Hi !

Last weekend I tried to compile postgres under NetBSD-current. I first tried to
compile bmake and did the folowing :
	- cd src/tools/bmake
	- make
		that compiles a couple of sources and then prints
	make: don't know how to make lstAppend.o
	- so I added 'lst.lib/' to the first object (lstAppend.o) in
	  makefile.boot line 19 (LSTOFILES=...) and did again
	- make -f Makefile.boot
		that compiles all files found in subdir lst.lib and then prints
	cc: lst.lib/lstAppend.o: no such file or directory
	- yes I know the .o files end up in subdir obj so I just removed
	  'lst.lib/' form Makefile.boot and typed 'make -f Makefile.boot'
	 once again.
	- that finally builds obj/bootmake and removes all .o files in obj
	- next the command './bootmake all install' is run and that prints :
make: no system rules (/home/postgres/src/tools/bmake/obj/mk-proto/sys.mk)

	there is no subdir mk-proto below of obj it's just below of bmake.

Do I have to install another make to make bmake or is this just a problem of
the make of NetBSD-current ?

Any hints appreciated.

	Regards
		Werner Kuehnert

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
|	E-Mail : kue@zerberus.gud.siemens.co.at          |
|	Tel.   : 0043-222-60171-5205                     |
|	FAX    : 0043-222-60171-5202                     |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
|              Make a nice day :-)                       |
\_______________________________________________________/
