Re: Compiling pkgconfig with arm-linux-gcc

2005-08-18 Thread Albrecht Ellinger
Hello , I have a similar bargain, cross-compiling gtk+ for mips and using framebuffer. It still does not work , though. Betreff: Compiling pkgconfig with arm-linux-gcc Hi All, a)I tried to cofigure pkconfig with arm-linux-gcc but it is giving some problem. Can

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-11 Thread Olexiy Avramchenko
Hi, Baurzhan, AFAICU, I need to tell pkg-config where my headers and libraries are. Should it Just Work (tm) if I manually supply a *.pc file pointing to /usr/arm-linux/{include,lib}? It should work. But pointing PKG_CONFIG_PATH to the right location is better solution (anyway autotools stuff

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-11 Thread Baurzhan Ismagulov
Hello prakhar, On Wed, Aug 10, 2005 at 04:58:05AM +0100, prakhar vig wrote: I tried the above steps for configuring glib atleast now the error test program found is not coming, but the error I am receiving now is: error: checking for glib-genmarshal result:no error:could not found

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-11 Thread ibr
Hello Olexiy, On Thu, Aug 11, 2005 at 09:48:55AM +0300, Olexiy Avramchenko wrote: AFAICU, I need to tell pkg-config where my headers and libraries are. Should it Just Work (tm) if I manually supply a *.pc file pointing to /usr/arm-linux/{include,lib}? It should work. But pointing

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-10 Thread prakhar vig
Hi, I tried to configure fontconfig for pango, I am getting the following bug: I typed the following command to conigure: ./configure --host=arm-linux --with-expat-includes=/usr/local/imclude --with-expat-lib=/usr/local/lib Bug Report: checking for freetype-config...

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-10 Thread Olexiy Avramchenko
prakhar vig wrote: Hi All, As I am building gtk package, i downloaded all the dependencies and needful things. But facing some prombles: a)I tried to cofigure pkconfig with arm-linux-gcc but it is giving some problem. Can anyone tell me the command for configuring pkgconfig with arm-linux-gcc.

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-10 Thread ibr
Hello prakhar, On Wed, Aug 10, 2005 at 04:58:05AM +0100, prakhar vig wrote: I tried the above steps for configuring glib atleast now the error test program found is not coming, but the error I am receiving now is: error: checking for glib-genmarshal result:no error:could not found

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-10 Thread ibr
Hello prakhar, On Wed, Aug 10, 2005 at 07:01:00AM +0100, prakhar vig wrote: checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_SetDoctypeDeclHandler... no configure: error: Cannot find usable expat library. This could mean that

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-10 Thread ibr
Hello Olexiy, On Wed, Aug 10, 2005 at 09:57:29AM +0300, Olexiy Avramchenko wrote: Are you sure that you need cross-compiled pkg-config ? You probably dont want to have any devel on your target arm system, so where's the point to have pkg-config for arm-linux? You need it on your instrumental

Compiling pkgconfig with arm-linux-gcc

2005-08-09 Thread prakhar vig
Hi All, As I am building gtk package, i downloaded all the dependencies and needful things. But facing some prombles: a)I tried to cofigure pkconfig with arm-linux-gcc but it is giving some problem. Can anyone tell me the command for configuring pkgconfig with arm-linux-gcc. b) same problem I

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-09 Thread ibr
Hello prakhar, On Tue, Aug 09, 2005 at 10:10:35AM +0100, prakhar vig wrote: a)I tried to cofigure pkconfig with arm-linux-gcc but it is giving some problem. Can anyone tell me the command for configuring pkgconfig with arm-linux-gcc. You need to type some command! But seriously, you'd have

Re: Compiling pkgconfig with arm-linux-gcc

2005-08-09 Thread prakhar vig
Hello Baurzhan, I used the following settings in arm-linux.cache: glib_cv_stack_grows=no glib_cv_rtldglobal_broken=no glib_cv_uscore=no ac_cv_func_posix_getpwuid_r=yes After creating the file, I started ./configure --host=arm-linux --cache-file=arm-linux.cache I tried the above