Re: arm-linux-gcc compile error
- From: palm topen <palmtopen gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: arm-linux-gcc compile error
- Date: Sat, 30 Jul 2005 03:01:26 +0800
Add the following in your Makefile and add gtk lib path into your
PKG_CONFIG environment .
GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN
GTKLDFLAGS += `pkg-config --libs gtk+-2.0`
On 7/29/05, Raghavendra <raghaven kumar gmail com> wrote:
Hi
we are developing a application for Simputer(basically Encore ones) .
the application works well under gcc
but
when arm-linux-gcc is used to compile this error comes
/opt/EncoreSimputer-tools/lib/gcc/arm-linux/3.4.1/../../../../arm-linux/bin/ld:
cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
as it here shows a path here thre is no such ling path
while ld is in the directory
/opt/EncoreSimputer-tools/lib/gcc/arm-linux/bin/ld .
now we dont know whats the problem in here
and how to solve it.
PS: the arm-linux-gcc was provided by the Encore Simputers.
Thank You
Vishnu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]