Subject: Short 'gnu/dist/toolchain' guide anywhere
To: None <current-users@netbsd.org>
From: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 07/30/2001 21:30:19
Hi!

Can anybody give me a short guide of how to correctly use/install
'src/gnu/dist/toolchain'?

A './configure && make && make install' yields runnable binaries (gcc,
as, ld etc. in /usr/local) on i386 which again produce runnable
binaries including kernels. Ugly thing is: The produced binaries are
dynamically linked against shared lib's in /usr/local/lib which are
not found at runtime:

  $ ldd /usr/bin/texindex
  /usr/bin/texindex
         -lintl.1 => not found
         -lc.12 => /usr/lib/libc.so.12

-> My mistake (== abuse of toolchain)? Or how to avoid?

Is the toolchain stuff appropriate for producing cross compiler?

Thanks in advance, Markus.