bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with OSKit?


From: Miguel
Subject: Re: Problem with OSKit?
Date: Tue, 12 Aug 2003 14:49:47 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Ognyan Kulev <ogi@fmi.uni-sofia.bg> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]