I just installed Apple's X11 SDK, then downloaded the source and built Lesstif. I ran configure, make and make install with no additional arguments. At various points, I get these warnings:

ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used

symbol _XauDisposeAuth used from dynamic library /usr/X11R6/lib/libX11.dylib(AuDispose.o) not from earlier dynamic library /usr/X11R6/lib/libXp.6.dylib(AuDispose.o)

symbol _XauReadAuth used from dynamic library /usr/X11R6/lib/libX11.dylib(AuRead.o) not from earlier dynamic library /usr/X11R6/lib/libXp.6.dylib(AuRead.o)

ld: warning dynamic shared library: /usr/X11R6/lib/libXext.dylib not made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1

The warning about weak libraries eventually happens with all the dynamic libraries.

Does anyone have a ready solution? I've never done C/C++ development under MacOS, so I'm not familiar with the idiosyncrasies.

Thanks.

-Joe

_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to