[OpenAFS-devel] cvs on AIX 5.1

Matt Bacchi mbacchi@gmavt.net
Thu, 26 Jun 2003 13:44:13 -0400


I don't know enough about src/export to get this working.

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