linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "rgomez@bancomer.com" <rgomez@bancomer.com>
To: linux-c-programming <linux-c-programming@vger.kernel.org>
Subject: undefined reference to `_fxstat'
Date: Fri, 26 Sep 2003 10:43:34 -0500	[thread overview]
Message-ID: <3F69538E00004185@mail-bcm01.alestra.net.mx> (raw)

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






             reply	other threads:[~2003-09-26 15:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-26 15:43 rgomez [this message]
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.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F69538E00004185@mail-bcm01.alestra.net.mx \
    --to=rgomez@bancomer.com \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).