Out of the box you get this error:
make: 1254-002 Cannot find a rule to create target export64.exp from dependencies.
The Makefile alludes to a export64-5.exp, so I did:
cp export.exp export64.exp
after that it continues fine, until quite a while later:
ld -b"binder:/usr/lib/bind glink:/usr/lib/glink.o" -bnoentry -b h:4 -D0 -T512 -bloadmap:afs.ext.loadmap -bmap:afs.ext.map -o afs.ext...
...
ld: 0711-317 ERROR: Undefined symbol: .okioctl32
Apparently just copying the original export.exp isn't enough to create the 64 bit enabled version.
Could Hartmut or someone help clarify what needs to happen here?
Thanks, -Matt
_______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
