Frank Liu wrote (in a message from Tuesday Apr 1)
 > 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?

Because in the static case the libraries where on the command line as 
$(DEPLIBXAUTH) and $(DEPLIBXDMCP) - which are empty in the shared
case. I'm going to fix that shortly too. 


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

Reply via email to