Static version of Motif

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

Questions about motif? Contact us

2 posts / 0 new
Last post
Static version of Motif

Submitted by Anonymous on Tue, 06/27/2000 - 10:16. Developers
Hi,
I am unable to create my gui version statically.
It is giving error as followes

/usr/X11R6/lib/libXm.a(XpmRdFToI.o) In function `OpenReadFile`
XpmRdFToI.o(.text+0x169) undefined reference to `_IO_stdin_`
/usr/X11R6/lib/libXm.a(XpmRdFToI.o) In function `xpmDataClose`
XpmRdFToI.o(.text+0x294) undefined reference to `_IO_stdin_`
collect2 ld returned 1 exit status

I think, It is not able to locate "_IO_stdin_" variable staticaly.

could any one help me in this regard.

sergao

So do I. I can`t generate static linked executables with Motif libraries. Does anyone knows that?