Hello,

I'm trying to compile MonetDB on FreeBSD 5.4.
The machine is a dell single xeon EMT64 3.0 ghz with 2 gb of memory.

The ./configure works just fine. I've included the output in configure.txt

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 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
configure: WARNING:     ## ------------------------------
------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##

When I try to run make, it returns the following error:

"Makefile", line 981: Could not find ./*.mk
"Makefile", line 982: Could not find ./*.mk
make: fatal errors encountered -- cannot continue

It is these two lines in the Makefile:

include $(top_srcdir)/*.mk
include $(top_builddir)/*.mk

when I ls src/*

I get no *.mk just:

Makefile        Makefile.am      Makefile.msc    gdk             mel             monet           tools
Makefile.ag     Makefile.in     common          mapi            modules         testing         utils

Includes:
http://www.freshway.biz/files/MonetDB-configure.txt
http://www.freshway.biz/files/MonetDB-makefile.txt

Can anybody help me further along?

Kind regards,

Arnoud Vermeer
FreshWay Innovations
The Netherlands