Can you "check your math"?

I get the same error if I issue:

./configure --x-libraries=/usr/X11R6/lib/X11 \
   --x-includes=/usr/X11R6/include

but it works fine if I issue:

./configure --x-libraries=/usr/X11R6/lib \
   --x-includes=/usr/X11R6/include

The output of your ./configure makes it look like you did
the former.

By the way, on my system (RH7.3) I really just issue:

./configure

and don't need to specify all of that mess.



On February 06 (13:18 EST), David Zhuo wrote:
> appearently yes:
> 
> [xx@xx]# rpm -qa | grep XFree86-libs
> XFree86-libs-4.2.0-72
> 
> any other idea? is this a RH thing? I installed bb on my OpenBSD without any 
> problem. after using bb on my OpenBSD box, i am hooked and really want it to 
> be on my RH box as well.
> 
> david
> 
> On Thursday 06 February 2003 05:59, Chris Grossmann wrote:
> > Do you have XFree86-libs?
> >
> > On February 05 (20:56 EST), David Zhuo wrote:
> > > Hi all,
> > > Trying to compile bb for my RH system so i can get rid of GNOME and KDE.
> > > When I try:
> > >
> > > ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include
> > >
> > > I got the following error:
> > >
> > > ...
> > > checking for socket in -lsocket... no
> > > checking for X... libraries /usr/X11R6/lib/X11, headers
> > > /usr/X11R6/include/X11 checking for dnet_ntoa in -ldnet... no
> > > checking for dnet_ntoa in -ldnet_stub... no
> > > checking for gethostbyname... yes
> > > checking for connect... yes
> > > checking for remove... yes
> > > checking for shmat... yes
> > > checking for IceConnectionNumber in -lICE... no
> > > checking for GCC... yes
> > > checking for XOpenDisplay in -lX11... no
> > > configure: error: Could not find XOpenDisplay in -lX11.
> > >
> > > it report that XOpenDisplay can't be found. I have installed
> > > XFree86-devel. To verify:
> > >
> > > [xx@xx]# rpm -qa | grep XFree86-devel
> > > XFree86-devel-4.2.0-72
> > >
> > > any idea?
> > >
> > > david
> > >
> > > --
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > List archives:  http://asgardsrealm.net/lurker/splash/index.html
> > > Trouble? Contact [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> List archives:  http://asgardsrealm.net/lurker/splash/index.html
> Trouble? Contact [EMAIL PROTECTED]
> 

-- 
Chris Grossmann
web: http://www.grossmann.us

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to