#!/bin/sh
#
# getMotifX11SupportLibs - return the args for linking in the libraries
# needed to support Motif(Mrm/Xm) and Xt/X11.
#


# This needs to be modified to cope with different Motif packages and
# it most likely varies from release to release.

# An old out of date overly simplistic set of libs
# echo "-lform -lnsl -lm"


# The following worked on 5.5, and works on 5.7 It will most 
# likely fail on older versions of solaris. If so then create
# a version branch and override this script.

echo "-lform -lnsl -lm -lgen -lc -B dynamic -ldl -lw -lintl


