> Somehow, gcc managed it to create an invalid link in the above
> sequence. Really bad is, you cannot get around this within the
> client. After rm'ing lib/libsensors.so.1 on the server, make
> install succeeds on the client.
<snip>
> I can reproduce this now. Do you?
Nope.
gcc -shared -Wl,-soname,libsensors.so.1 -o lib/libsensors.so.1.2.0
lib/data.lo lib/general.lo lib/error.lo lib/chips.lo lib/proc.lo
lib/access.lo lib/init.lo lib/conf-parse.lo lib/conf-lex.lo -lc
rm -f lib/libsensors.so.1
ln -sfn libsensors.so.1.2.0 lib/libsensors.so.1
rm -f lib/libsensors.so
ln -sfn libsensors.so.1.2.0 lib/libsensors.so
Could you try just plain 2.4.18-pre3 + 2.4.18-NFS_ALL? That is what I
am running (on both client + server).
Cheers,
Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/