Subject: Re: tree should work again
To: None <mrg@eterna.com.au>
From: Shin'ichiro TAYA <taya@ba2.so-net.ne.jp>
List: current-users
Date: 02/11/2004 22:30:06
From: matthew green <mrg@eterna.com.au>
Subject: re: tree should work again 
Date: Wed, 11 Feb 2004 14:21:53 +1100

> yeah - i have rebuild nearly everything now (it's necessary for the
> new compiler _anyway_) but i hoped it wouldn't stop builds breaking.

I cleaned my source tree & rebuild whole system.
But ...

% cat a.c
#include	<stdio.h>

main()
{
	printf("Hello!\n");
}
% cc a.c
ld: cannot open crt0.o: No such file or directory
%