Oleg Bartunov wrote:

>
> Could this be a problem with elf shared libraries ?
>
>    Oleg
>
> On Wed, 2 Jun 1999, Brent Waldrop wrote:
>
> > Date: Wed, 2 Jun 1999 13:45:09 -0500
> > From: Brent Waldrop <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: [ADMIN] XOpenDisplay Problem?
> >
> > Hi everyone.....i am having a problem with i try to compile TCL support
> > in...im getting this error when it checks for XOpenDisplay in -lX11
> > it says:
> > checking for XOpenDisplay in -lX11... (cached) no
> > configure: warning: The X11 library '-lX11' could not be found,
> > so TK support will be disabled.  To enable TK support,
> > please use the configure options '--x-includes=DIR'
> > and '--x-libraries=DIR' to specify the X location.
> >
> > I have X installed cause i run it with this account...im using freebsd
> > 3.1...if anyone could give me insight to whats going on it would be much
> > appreciated...i have even try to reinstall FreeBSD and X and it did not
> > solve the problem.

    Running   X11  apps  doesn't  tell  if  the  X11  development
    environment is installed too (X11 headers etc.). I don't know
    about FreeBSD, but under Linux the X11 development package is
    separate from the runtime environment.

    Next it might be a difference between what tkConfig.sh  tells
    about  library  path's  and  how  they  are installed on your
    system. Did you build Tcl/Tk on that system or is it  from  a
    binary distribution too?  My one is for Tk8.0 and has a line

        TK_LIBS='-L/usr/X11R6/lib -lX11 -ldl  -lieee -lm'

    what's true for this system.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== [EMAIL PROTECTED] (Jan Wieck) #


Reply via email to