* [Buildroot] libgtk2 configure
@ 2008-06-30 22:02 Micha Nelissen
0 siblings, 0 replies; only message in thread
From: Micha Nelissen @ 2008-06-30 22:02 UTC (permalink / raw)
To: buildroot
Hi,
When libgtk2 is configuring it dynamically determines the variable
sys_lib_search_path_spec by using -print-search-dirs. These contain the
staging_dir correctly.
However, afterwards it overwrites it with a default "/usr/lib /lib" in a
"case $host_os" of "linux* | k*bsd*-gnu".
Problem is that when linking it will look at host installed libglib2 etc
which is linked with glibc. It does not look at the cross system root
(staging_dir/ etc.). glibc will conflict with uclibc, so I get all kinds
of strange compile errors (can't find glibc symbols).
Where is the problem? autoconf? libgtk2?
Regards,
Micha
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-30 22:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 22:02 [Buildroot] libgtk2 configure Micha Nelissen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.