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.
So do I. I can`t generate static linked executables with Motif libraries. Does anyone knows that?