more errors while final linking of "XFree86", Xprt, Xnest, etc.

eg:
...
os/libos.a(auth.o): In function `LoadAuthorization':
auth.o(.text+0x126): undefined reference to `XauDisposeAuth'
auth.o(.text+0x135): undefined reference to `XauReadAuth'
os/libos.a(xdmcp.o): In function `XdmcpRegisterAuthentication':
xdmcp.o(.text+0x2ed): undefined reference to `XdmcpAllocARRAY8'
xdmcp.o(.text+0x308): undefined reference to `XdmcpAllocARRAY8'
...

If I build libXau and libXdmcp static, those errors will go away.
do I need to add -lXau and -lXdmcp in the linking command line?
Why static works?

Thanks!
Frank



_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to