On Sat, 9 Mar 2002, David S. Cargo wrote:

> Jeremy C. Reed asked me to post the problems I had with bbpager
> building on Cygwin XFree-86.  I did so, but I haven't been able to
> find his e-mail address to remind him to look at the message or the

Too bad all those spammers can still find it. :)

Google also works :)

> archives to see if it's possible to tell why bbpager wouldn't build.
> I hope somebody can peek and give me a hint, because I'm basically
> clueless about this kind of thing.

Okay. Your email had:

 c++ -O2 -Wall -I/usr/X11R6/include -s -L/usr/X11R6/lib -lSM -lICE -lX11
 -o bbpager bbpager.o Image.o LinkedList.o Timer.o main.o resource.o
 Baseresource.o Basewindow.o BaseDisplay.o wminterface.o NETInterface.o
 -L/usr/X11R6/lib

 Here are the error messages (from standard error):

 bbpager.o(.text+0x6c):bbpager.cc: undefined reference to `XrmInitialize'
 bbpager.o(.text+0x5ab):bbpager.cc: undefined reference to `XUnmapWindow'
 bbpager.o(.text+0x652):bbpager.cc: undefined reference to `XDestroyWindow'
 bbpager.o(.text+0x7ac):bbpager.cc: undefined reference to `XUnmapWindow'

These are all XLIB functions. I don't use Cygwin, but you need to make
sure that this Xlib.h definitions and libX11 library is found.

Where is Xlib.h on your system?

Where is libX11 on your system?

  Jeremy C. Reed
.......................................................
     ISP-FAQ.com -- find answers to your questions
     http://www.isp-faq.com/

Reply via email to