>>>> "Larry" == Larry Elmore
<larry.elmore(a)inet.com> writes:
Larry> I've tried several different configuration options or
Larry> environment variable settings, but it's always the same
Larry> error:
Larry> /usr/local/bin/gcc -g -O -B/usr/ccs/bin/
This sure looks like an error to me. If gcc doesn't find a program it
is looking for in /usr/ccs/bin, it will search for them in
gcc-specific default directories. Unless you know exactly what you
(and gcc) are doing, this is a very dangerous thing to do.
Larry> ld: fatal: Symbol referencing errors. No output written to xemacs
Larry> collect2: ld returned 1 exit status
Larry> gcc: file path prefix `/usr/ccs/bin/' never used
My guess is that some of the tools you are using are coming from
/usr/ccs/bin, but not the linker.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.