On Fri, 15 Dec 2000 08:56:31 -0800 (PST), Greg Sobczak wrote:
>Hi,
>
>I am trying to compile some Motif code using the
>XbaeMatrix Widget that I downloaded from ftp.x.org and
>installed. Do you know how I can fix the problems
>that produce the following error messages:
>
>Undefined first referenced
> symbol in file
>XmeFromVerticalPixels
>/usr/local/lib//libXbae.so
>XmeDrawHighlight
>/usr/local/lib//libXbae.so
>_XmStrings21
>/usr/local/lib//libXbae.so
[...]
>ld: fatal: Symbol referencing errors. No output
>written to test1.tsk
>collect2: ld returned 1 exit status
>*** Error code 1
>make: Fatal error: Command failed for target `test1'
>
[...]
It seems you are somehow mixing some Motif environments -
I assume by referencing ftp.x.org that you built Xbae from sources!?
Xme* is supposed to be 2.x stuff so you should check that your libXbae
is built with the some headers and linked against the very same library (libXm)
as the sample application.
---
Alexander Mai
[EMAIL PROTECTED]