[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cross Compiling Gnokii for ARM
From: |
Daniele Forsi |
Subject: |
Re: Cross Compiling Gnokii for ARM |
Date: |
Tue, 8 May 2012 17:48:21 +0200 |
2012/5/8 Forconi:
> GLIB_LIBS="-L$ROOTFS_PATH/usr/lib" \
shouldn't this also contain -lglib-2.0 ?
did you try to make pkg-config find its configuration with this
environment variable instead?
"""
PKG_CONFIG_SYSROOT_DIR
Modify -I and -L to use the directories located in
target sysroot. this option is useful when crosscompiling package
that use pkg-config to determine CFLAGS
anf LDFLAGS. -I and -L are modified to point to the new
system root. this means that a -I/usr/include/libfoo will become
-I/var/target/usr/include/libfoo with
a PKG_CONFIG_SYSROOT_DIR equal to /var/target (same rule
apply to -L)
"""
--
Daniele Forsi