Ognyan Kulev <[EMAIL PROTECTED]> writes: > Miguel wrote: > >> CC=gcc-2.95 CFLAGS="-g" ./configure --prefix=/home/miguel/hurd --enable-debug >> --enable-modulefile=my-modules.x86.pc > > In your my-modules.x86.pc, is "oskit" uncommented? I should be. If you just
Yes, it is. > want to build GNU Mach 2, use modules-light from > http://hurd.gnufans.org/bin/view/Mach/BuildingOskitMach . That's what I am using :) > > And if you set CFLAGS, you should also turn on at least "-O1". Tried that too... I think the problem is that, when first entering the directory 'oskit', the GNUmakefile can not include the Makeconf file -- it does not exist! Look at the extract from the GNUmakefile: #### Start of configuration section #### OSKIT_SRCDIR = ../.. OBJDIR = . prefix = /home/miguel/hurd exec_prefix = ${prefix} include $(OBJDIR)/Makeconf It sets the OBJDIR to 'this' directory and there is no Makeconf file in 'this' directory. -- Miguel _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd