On Sun, May 19, 2002 at 06:15:10PM +0300, Ognyan Kulev wrote:
> I installed libio-based Hurd and when compiling CVS Hurd afterwards the
> following message stopped the compilation in `libstore/':
> 
> make: *** No rule to make target `unzip.o', needed by `libstore.a'.  Stop.
> 
> It seems the files from the Makefile variables GUNZIP_OBJS and BUNZIP2_OBJS
> are missing.  After doing (in `libstore/')

Are you building in the src directory itself, or in a seperate directory? 
ONly the latter is really tested and supported, if you want to send patches
that fixes building in the src tree itself, please test this thoroughly and
send all the fixes needed for that in one patch, there is bound to be more
than this one.
 
> ln -s ../exec/{unzip,inflate,util,do-bunzip2}.c .

This should not be necessary because of the following makefile rules:

# Look for zip stuff
vpath %.c $(srcdir)/../exec
CPPFLAGS += -I$(srcdir)/../exec

> everything compiled fine.  (There were some warning, probably because of
> using gcc-3.0.)

It would be nice to have another patch that fixes all gcc 3.x warnings that
are new (some warnings existed in the old code already)
 
> BTW I tried to post this bug via Savannah, but there were only sections for
> `Patches' and `Support'.  It would be good to add the standard section
> `Bugs' too.

I think the Savannah BTS is defunct, can someone confirm this?  You can use
the Debian BTS to file bugs against the Hurd, btw.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED]
Marcus Brinkmann              GNU    http://www.gnu.org    [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.marcus-brinkmann.de

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to