On Mon, 11 Mar 2002 22:33:53 -0800 (PST), you wrote:

>On Mon, 11 Mar 2002, David S. Cargo wrote:
>
>> > 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
>
>> /usr/X11R6/include/X11/Xlib.h
>
>So I think you need "-I/usr/X11R6/include/X11".
>
>You could run configure with "" or
>set CFLAGS in src/Makefile.
>
>  Jeremy C. Reed

When I did "configure --x-includes=/usr/X11R6/include/X11" I got a
different set of error messages (from the compilation step, not the
linking step).  When I look back at the original process, and look at
the output of configure, there is a line or two about "X libraries"
and where they were found.

The error messages come out after successful compilation (so that the
Xlib.h was found successfully), but the failure comes from the linking
step.

So, any ideas on how to fix the linking step on Cygwin?

escargo

David S. Cargo ([EMAIL PROTECTED])

Reply via email to