[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNUmach mailstream Makefile.in
From: |
James Morrison |
Subject: |
GNUmach mailstream Makefile.in |
Date: |
Thu, 27 Jun 2002 15:30:30 -0700 (PDT) |
Hi,
It seems GNUmach 2 still does not build if oskit is installed in /local
or anywhere else besides /. See here is my patch again.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/hurd/gnumach/Makefile.in,v
retrieving revision 1.33
diff -u -r1.33 Makefile.in
--- Makefile.in 28 May 2002 07:34:58 -0000 1.33
+++ Makefile.in 27 Jun 2002 22:26:22 -0000
@@ -329,7 +329,7 @@
kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o
$(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \
- -Wl,-\( $^ $(OSKIT_LIBS) -Wl,-\) -lgcc
+ -Wl,-\( $^ -L$(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\) -lgcc
.PHONY: objs
objs: $(objfiles)
=====
James Morrison
University of Waterloo
Computer Science - Digital Hardware
2A co-op
http://hurd.dyndns.org
Anyone referring to this as 'Open Source' shall be eaten by a GNU
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNUmach mailstream Makefile.in,
James Morrison <=