>>>>> On Fri, 7 Nov 2003 10:14:07 -0600, Joseph Larson <[EMAIL PROTECTED]> said:
Joe> I just installed Apple's X11 SDK, then downloaded the source and built Joe> Lesstif. I ran configure, make and make install with no additional Joe> arguments. At various points, I get these warnings: Joe> ld: warning suggest use of -bind_at_load, as lazy binding may result in Joe> errors or different symbols being used Joe> symbol _XauDisposeAuth used from dynamic library Joe> /usr/X11R6/lib/libX11.dylib(AuDispose.o) not from earlier dynamic Joe> library /usr/X11R6/lib/libXp.6.dylib(AuDispose.o) Joe> symbol _XauReadAuth used from dynamic library Joe> /usr/X11R6/lib/libX11.dylib(AuRead.o) not from earlier dynamic library Joe> /usr/X11R6/lib/libXp.6.dylib(AuRead.o) It looks like Apple's libXp spuriously includes AuDispose.o and AuRead.o, becuase I get these when linking OSX OpenMotif apps too. Joe> ld: warning dynamic shared library: /usr/X11R6/lib/libXext.dylib not Joe> made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment Joe> variable set to: 10.1 I've not seen this, though I didn't run make install. Is MACOSX_DEPLOYMENT_TARGET actually set? __Martin _______________________________________________ Lesstif mailing list [EMAIL PROTECTED] https://terror.hungry.com/mailman/listinfo/lesstif
