The MotifApp Program

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

4 posts / 0 new
Last post
The MotifApp Program

I am reading the book "Object-Oriented Programming with C++ and OSF/Motif". I am trying to build the library example that he builds in the book.

My problem is that the code compiles and the library is created with no errors. However, when I compile the test code that uses the library, I get several unresolved external errors on the library.

I was hoping someone could provide a little help as to what could be going on. The book states that the examples nor the code have been tested on any system other than an SGI IRIX Indigo. I am running Redhat 8.0.

Thanks,
Michael

Anonymous

Additional information. If I do "nm" on the library, the left hand column has zeros for some of the lines. I don`t know that much about nm, but it looks as though it is telling me that some of the items in the library are not pointing to an address or something.

Any help is appreciated.

Thanks,
Michael

 

ICS_support

What are the unresolveds? I`d bet that they are Motif 1.2 functions of the form _Xm which are no longer public in Motif 2.n.

Anonymous

The book says that it is updated to cover Motif 2.0. I will post the output of make later and you can see the errors.