From: Parmelan, Edouard (EP510777@exchange.FRANCE.NCR.com)
Date: Tue Jan 12 1999 - 12:03:06 EST
Hi,
I success build the current CVS tree on GNU/Linux i386 and
on NCR MP-RAS i386.
I only need to specify NM=/usr/gnu/bin/nn on NCR as configure
and ltconfig search nm in /usr/ucb /usr/ccs/bin $PATH /bin.
On MP-RAS native nm is /usr/ccs/bin/nm and it miss output
variables of a gcc compiled object.
I success run on GNU/Linux.
On MP-RAS it fail with:
Failed to locate native library in path:
}
Aborting.
The problem is in KAFFELIBRARYPATH that don't end with a newline before
sed 's/.$$//'.
To fix that, change
tr '\012' '$(PATHSEP)'
by
(tr '\012' '$(PATHSEP)'; echo)
With this patch, it fail with:
Failed to locate native library in path:
../../libraries/clib/native:../../libraries/clib/net:../../libraries/cli
b/io:../../libraries/clib/zip:../../libraries/clib/math:../../libraries/clib
/man
agement:../../libraries/clib/awt/X
Edouard.
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:39 EDT