Quote:
Originally posted by SoVieT
No... it doesn't work with AMD32.
nforce> make && make install
[...]
ld: Relocatable linking with relocations from format elf64-x86-64 (nvnetlib.o) to format elf32-i386 (temp.o) is not supported
make[1]: *** [nvnet.o] Error 1
[...]
|
It looks like you're trying to link 64bit and 32bit code together, which is completely impossible.