linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* undefined reference to `_fxstat'
@ 2003-09-26 15:43 rgomez
  2003-10-01 19:40 ` convert time to UTC, strptime() returns -1 ? J.
  0 siblings, 1 reply; 4+ messages in thread
From: rgomez @ 2003-09-26 15:43 UTC (permalink / raw)
  To: linux-c-programming

I'm having some problems compiling wterm.

When I make ./configure it's seems to be all ok but in the make steep I
get this:

gcc -o wterm command.o graphics.o grkelot.o main.o menubar.o misc.o netdisp.o
rmemset.o screen.o scrollbar2.o utmp.o xdefaults.o xpm.o -L/usr/X11R6/lib
 -lSM -lICE -L/usr/X11R6/lib -lXpm -lX11 -lWMaker -lutil
/usr/X11R6/lib/libXpm.so: undefined reference to `_fxstat'
collect2: ld returned 1 exit status

I'm sure I have libXpm:
[pedsgrr2@edsrgr00 wterm-6.2.9]$ ll /usr/X11R6/lib/libXpm.so 
-rwxr-xr-x 1 root root 81K sep 17 16:05 /usr/X11R6/lib/libXpm.so*

[pedsgrr2@edsrgr00 pedsgrr2]$ nm /usr/X11R6/lib/libXpm.so | grep _fxstat
         U _fxstat






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-06 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-26 15:43 undefined reference to `_fxstat' rgomez
2003-10-01 19:40 ` convert time to UTC, strptime() returns -1 ? J.
2003-10-03 22:28   ` Luciano Miguel Ferreira Rocha
2003-10-06 21:02     ` convert time to UTC, THNKX ... solved J.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).