From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,411f754aa9a5a43b X-Google-Attributes: gid103376,public From: gvc@ocsystems.com (G. Vincent Castellano) Subject: Re: Ada/Motif binding Date: 1996/07/18 Message-ID: <1996Jul18.144132.25847@ocsystems.com>#1/1 X-Deja-AN: 169515945 organization: OC Systems, Inc. newsgroups: comp.lang.ada Date: 1996-07-18T00:00:00+00:00 List-Id: % I am trying to find a binding of Ada (preferably '95) to Motif. The Dec % binding looks the best that I have found so far but I am having difficulty % getting the program to compile. The Intermetrics Motif/Ada 95 binding can be downloaded from ftp://ocsystems.com/xada/motif.tar.gz. You will also need their X11/Ada 95 bindings: http://www.inmet.com/~mg/x11ada/x11ada.html. For information on Ada 95 bindings to other X toolkits, see http://www.ocsystems.com/xada. % The problem is in the xm_string.c file (created from the xm_string_.pic2a % file). When I attempt to compile the program the following error message % comes up: % % Undefined first referenced % symbol in file % XtShellStrings /var/tmp/xxxx % _XmStrings /var/tmp/xxxx % XtStrings /var/tmp/xxxx % % ld: fatal: Symbol referencing errors. No output written to a.out It appears that you have not provided the names of the Xt and Motif archive files to the linker. Proper use of the '-l' and '-L' switches will probably correct the problem. If you believe you are already using these switches correctly, please provide more detail. ----------------------------------------------------------------------- - G. Vincent Castellano, Sr. Software Engineer, OC Systems Inc - - gvc@ocsystems.com :: X/Ada WWW => http://www.ocsystems.com/xada - ----------------------------------------------------------------------- - "If virtual memory did not exist, it would - - have become necessary for us to invent it." - -----------------------------------------------------------------------