On Tue, 10 Jun 2003, Todd Vierling wrote:
: ! $(CC) -v -Wl,-nostdlib -B${DESTDIR}/usr/lib/ \
One other thing: -B implies -L, so you no longer need
-L${DESTDIR}/usr/lib
on this link line. (You still need the -R options, of course, since they
don't include ${DESTDIR}.)
--
-- Todd Vierling <tv@pobox.com>