Subject: How to find errors -2
To: None <port-macppc@netbsd.org>
From: Andy <andy@softbook.com>
List: port-macppc
Date: 12/21/1999 11:28:10
OK, I figured out by trial and error:
in gcc Makefile there's a line:
# We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any
# to define the symbol).
CLIB=-lld

lld cannot be found on the system and the build fails

Does anyone know where to  find this library ?
Thx Andy