Re: installation Problems



> I got a problem installing the gtk+ package.
> Here is the conf.log file:
> configure:4604: gcc -E  conftest.c >/dev/null 2>conftest.out
> configure:4600: X11/Intrinsic.h: No such file or directory
> configure: failed program was:
> #line 4599 "configure"
> #include "confdefs.h"
> #include <X11/Intrinsic.h>
> configure:4680: gcc -o conftest -g -O2 -Wall   conftest.c -lXt   1>&5
> configure: In function `main':
> configure:4676: warning: implicit declaration of function `XtMalloc'
> /usr/i486-linux/bin/ld: cannot open -lXt: No such file or directory
> collect2: ld returned 1 exit status
> configure: failed program was:
> #line 4673 "configure"
> #include "confdefs.h"
> 
> int main() {
> XtMalloc()
> ; return 0; }
> -----------------------------------------------------------------------
> 
> 
> I couldn't find out how to resolve the 
> problem.
> 
> thank you for helping
> 
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list

Try setting CFLAGS to "-I/usr/X11R6/include"
and LDFLAGS to "-L/usr/X11R6/lib"

hth
-neelakanth




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]