This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bbpager




As Andrew Markebo points out, the link command is wrong.  This is a bug in
Makefile or some program or input file used to generate Makefile.

Try executing:

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

(all on one line) and you'll get bbpager.exe (unless something else is wrong).

Best,
-John





Socheat Sou <ssou@engin.umich.edu> on 08-10-2001 09:11:23 AM

To:   Andrew Markebo <flognat@flognat.myip.org>
cc:   cygwin-xfree@cygwin.com (bcc: John Tobey/Intdata)

Subject:  Re: bbpager




Ok, I cut and pasted chunks out of order I think.  The errors I pasted
last time were what I got after running make (without recreating the
Makefile) a couple times.  Below is what I get when I run make for the
very first time with a newly created Makefile.  I just ran ./configure to
create the Makefile.  Is there a configure option I should of set?  I'm
not sure if that answers the question about the line used for linking, I'm
very new to Makefiles.

Socheat

-----------------------------------------------------------------
$ make
Making all in data
make[1]: Entering directory `/tmp/bbpager-0.3.0/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/bbpager-0.3.0/data'
make[1]: Entering directory `/tmp/bbpager-0.3.0'
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c bbpager.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c Image.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c LinkedList.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c Timer.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c main.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c resource.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c Baseresource.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c Basewindow.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c BaseDisplay.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c wminterface.cc
c++ -DPACKAGE=\"bbpager\" -DVERSION=\"0.3.0\" -DSTDC_HEADERS=1
-DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_PROCESS_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_S
TDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELEC
T_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_WA
IT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFT
IME=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SELECT=1
-DHAVE_STRSTR=1  -I. -I.    -DINTERLACE
-DGLOBAL_BB=\"/usr/local
/share/bbtools/bbpager.bb\"
-DGLOBAL_NOBB=\"/usr/local/share/bbtools
/bbpager.nobb\"  -O2 -Wall  -I/usr/X11R6/include -c NETInterface.cc
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
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'
bbpager.o(.text+0x7f4):bbpager.cc: undefined reference to
`XReparentWindow'
bbpager.o(.text+0x816):bbpager.cc: undefined reference to `XMapWindow'
bbpager.o(.text+0x88d):bbpager.cc: undefined reference to `XGetGeometry'
bbpager.o(.text+0x8bc):bbpager.cc: undefined reference to
`XTranslateCoordinates
'
bbpager.o(.text+0xae7):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0xbe1):bbpager.cc: undefined reference to `XRaiseWindow'
bbpager.o(.text+0xcd5):bbpager.cc: undefined reference to `XLowerWindow'
bbpager.o(.text+0xdd2):bbpager.cc: undefined reference to
`XSetWindowBorder'
bbpager.o(.text+0xdf7):bbpager.cc: undefined reference to
`XSetWindowBackgroundP
ixmap'
bbpager.o(.text+0xe26):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0xf13):bbpager.cc: undefined reference to
`XSetWindowBorder'
bbpager.o(.text+0xf2f):bbpager.cc: undefined reference to
`XSetWindowBackgroundP
ixmap'
bbpager.o(.text+0xf42):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x1069):bbpager.cc: undefined reference to
`XSetWindowBorderWidt
h'
bbpager.o(.text+0x1080):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x1090):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x10d5):bbpager.cc: undefined reference to
`XSetWindowBorderWidt
h'
bbpager.o(.text+0x10ec):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x10fc):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x1351):bbpager.cc: undefined reference to
`XDestroyWindow'
bbpager.o(.text+0x14b9):bbpager.cc: undefined reference to
`XDestroyWindow'
bbpager.o(.text+0x14e7):bbpager.cc: undefined reference to `XUnmapWindow'
bbpager.o(.text+0x14f6):bbpager.cc: undefined reference to
`XDestroyWindow'
bbpager.o(.text+0x169d):bbpager.cc: undefined reference to
`XMoveResizeWindow'
bbpager.o(.text+0x16c2):bbpager.cc: undefined reference to `XResizeWindow'
bbpager.o(.text+0x16e8):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x16fe):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x19cd):bbpager.cc: undefined reference to
`XMoveResizeWindow'
bbpager.o(.text+0x19f2):bbpager.cc: undefined reference to `XResizeWindow'
bbpager.o(.text+0x1a39):bbpager.cc: undefined reference to `XCreateWindow'
bbpager.o(.text+0x1a66):bbpager.cc: undefined reference to
`XMoveResizeWindow'
bbpager.o(.text+0x1ac9):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x1ae5):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x1af8):bbpager.cc: undefined reference to
`XMapSubwindows'
bbpager.o(.text+0x1b0e):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x1b20):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x1dfb):bbpager.cc: undefined reference to `XCreateWindow'
bbpager.o(.text+0x1e15):bbpager.cc: undefined reference to `XSelectInput'
bbpager.o(.text+0x1e3f):bbpager.cc: undefined reference to
`XMoveResizeWindow'
bbpager.o(.text+0x1e7a):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x1e96):bbpager.cc: undefined reference to `XMapWindow'
bbpager.o(.text+0x1eac):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x2201):bbpager.cc: undefined reference to `XCreateWindow'
bbpager.o(.text+0x2244):bbpager.cc: undefined reference to
`XMoveResizeWindow'
bbpager.o(.text+0x226a):bbpager.cc: undefined reference to `XResizeWindow'
bbpager.o(.text+0x22f4):bbpager.cc: undefined reference to
`XStringListToTextPro
perty'
bbpager.o(.text+0x2324):bbpager.cc: undefined reference to
`XSetWMProperties'
bbpager.o(.text+0x2352):bbpager.cc: undefined reference to
`XSetWMProtocols'
bbpager.o(.text+0x23a7):bbpager.cc: undefined reference to
`XChangeProperty'
bbpager.o(.text+0x23cd):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x23fb):bbpager.cc: undefined reference to `XRaiseWindow'
bbpager.o(.text+0x2422):bbpager.cc: undefined reference to `XClearWindow'
bbpager.o(.text+0x2435):bbpager.cc: undefined reference to `XMapWindow'
bbpager.o(.text+0x244b):bbpager.cc: undefined reference to
`XMapSubwindows'
bbpager.o(.text+0x2650):bbpager.cc: undefined reference to `XRaiseWindow'
bbpager.o(.text+0x267e):bbpager.cc: undefined reference to `XLowerWindow'
bbpager.o(.text+0x2837):bbpager.cc: undefined reference to `XRaiseWindow'
bbpager.o(.text+0x2bf7):bbpager.cc: undefined reference to `XCreateWindow'
bbpager.o(.text+0x2c94):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x2ceb):bbpager.cc: undefined reference to `XMapWindow'
bbpager.o(.text+0x2d92):bbpager.cc: undefined reference to
`XDestroyWindow'
bbpager.o(.text+0x30ed):bbpager.cc: undefined reference to `XMoveWindow'
bbpager.o(.text+0x30ff):bbpager.cc: undefined reference to `XUnmapWindow'
bbpager.o(.text+0x3114):bbpager.cc: undefined reference to
`XDestroyWindow'
bbpager.o(.text+0x3169):bbpager.cc: undefined reference to
`XDestroyWindow'
bbpager.o(.text+0x31e6):bbpager.cc: undefined reference to `XMoveWindow'
bbpager.o(.text+0x328e):bbpager.cc: undefined reference to `XGetGeometry'
bbpager.o(.text+0x35bb):bbpager.cc: undefined reference to
`XMoveResizeWindow'
bbpager.o(.text+0x3649):bbpager.cc: undefined reference to
`XSetWindowBackground
Pixmap'
bbpager.o(.text+0x36bf):bbpager.cc: undefined reference to `XRaiseWindow'
Image.o(.text+0x239):Image.cc: undefined reference to `XCreatePixmap'
Image.o(.text+0x28b):Image.cc: undefined reference to `XCreateGC'
Image.o(.text+0x2af):Image.cc: undefined reference to `XCreateGC'
Image.o(.text+0x2d3):Image.cc: undefined reference to `XCreateGC'
Image.o(.text+0x2fb):Image.cc: undefined reference to `XFillRectangle'
Image.o(make[1]: *** [bbpager] Interrupt
make: *** [all-recursive] Interrupt







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]