On 05-Apr-99 Warner Losh wrote:
> In message <xfmail.990405203100.asmo...@wxs.nl> Jeroen Ruigrok/Asmodai
> writes:
>: Tried to remake the cc stuff first as suggested in a previous mail by
>: John Polstra. However this returns me to the mkstemps problem with a
>: source tree which _is_ accurate though...
> 
> Can you do an ar:
> 
> ar tv /usr/obj/<mumble>/gnu/usr.bin/cc/cc_drv/libcc_drv.a

[r...@daemon] (9) # ar tv libcc_drv.a
rw-r--r-- 0/0    920 Apr  5 20:09 1999 version.o
rw-r--r-- 0/0   2035 Apr  5 20:09 1999 pexecute.o
rw-r--r-- 0/0   1889 Apr  5 20:09 1999 prefix.o
rw-r--r-- 0/0   2313 Apr  5 20:09 1999 obstack.o
rw-r--r-- 0/0   2545 Apr  5 20:09 1999 choose-temp.o

> Also make sure that you have version 1.2 of
> src/gnu/usr.sbin/cc/cc_drv/Makefile.

[r...@daemon] (19) # more Makefile 
#
# $Id: Makefile,v 1.2 1999/04/04 20:29:43 imp Exp $
#
.include "../Makefile.inc"

.PATH: ../cc_tools ${GCCDIR} 

SRCS=   multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c

CFLAGS+=        -DPREFIX=\"/usr\"
CFLAGS+=        -DIN_GCC

LIB=            cc_drv
NOPROFILE=      YES
NOPIC=          YES

install:
        @true

${OUT_OBJ}.o ${OUT_OBJ}.so:     ${OUT_FILE}

.include <bsd.lib.mk>

Before I tried the make world again with the latest stuff from cvsup I
nuked /usr/obj to obilivion just to be sure...

---
Jeroen Ruigrok van der Werven     <http://www.freebsdzine.org> 
asmodai(at)wxs.nl        The idea does not replace the work...
Network/Security Specialist      <http://home.wxs.nl/~asmodai>
*BSD: Powered by Knowledge & Know-how <http://www.freebsd.org>


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to