Hi Fabian,
I did a bsd-make (just standard "make" in bsd, so I guess bsd-make)
I did not run a bootstrap, since the documentation states that it is not
needed with the stable package.
On 1/19/06, Fabian Groffen
Hi Arnoud,
Thanks for your interest in MonetDB.
First some stupid questions. Do you use GNU-make? (gmake) or bsd-make (pmake, whatever)? Did you run a bootstrap or not? (If you don't know, the answer is no :) )
It does however put out the following text:
configure: WARNING: sys/file.h: present but cannot be compiled configure: WARNING: sys/file.h: check for missing prerequisite
On 19-01-2006 17:32:03 +0100, Arnoud Vermeer wrote: headers?
configure: WARNING: sys/file.h: see the Autoconf documentation configure: WARNING: sys/file.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/file.h: proceeding with the preprocessor's result configure: WARNING: sys/file.h: in the future, the compiler will take precedence
This is nasty and usually points to some misconfiguration, for instance when gcc doesn't have the includes in the include path, but configure can just find it.
I agree it's nasty, but i've seen it before and it still seems to work in most cases I've seen it.
when I ls src/*
I get no *.mk just:
Makefile Makefile.am http://makefile.am/ Makefile.msc gdk mel monet tools Makefile.ag http://makefile.ag/ Makefile.in http://makefile.in/ common mapi modules testing utils
I assume you or your MUA did insert the links here, because if they are there is something horribly wrong.
It wasn't me. Maybe it was gmail or the mailinglist program, but not me ;) The .mk files are in the toplevel dir:
% find MonetDB -name "*.mk" MonetDB/html.mk MonetDB/rules.mk
nope, didn't find html.mk: web02# find MonetDB-4.8.2 -name "*.mk" MonetDB-4.8.2/rules.mk MonetDB-4.8.2/rpm.mk