while trying to install root, using
./configure linux --prefix=/usr/local
gmake
I got an error:
g++ -shared -Wl,-soname,libNetx.so -m32 -O2 -o lib/libNetx.so net/netx/src/TXNetFile.o net/netx/src/TXNetFileStager.o net/netx/src/TXNetSystem.o net/netx/src/G__Netx.o -Lnet/xrootd/src/xrootd/lib -lXrdOuc -lXrdSys -Llib -lXrdClient
/usr/bin/ld: cannot find -lXrdOuc
collect2: ld returned 1 exit status
gmake: *** [lib/libNetx.so] Error 1
I checked a previous post in root with same error, and do
make distclean-xrootd
make distclean-netx
make distclean-proofx
make
with no improvement. log file of configure(nevermind, but it is amusing to see that log extn are not allowed!!), make and distcln is attached
plz help
distcln.txt (6.03 KB)
myconfigure.txt (4.94 KB)
mymake.txt (147 KB)