Re: no .pc file

2012-10-30 Thread Thomas Petazzoni
lity of libtool to understand what a sysroot have been dramatically annoying. Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com _

Re: staging dir (DESTDIR)

2017-07-19 Thread Thomas Petazzoni
compilation work by hand (which has you realized is a bit tedious), I would suggest to use an embedded Linux build system, which will do this for you. Pick your choice of OpenEmbedded, Yocto Project, Buildroot, PTXdist, etc. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded L

Issue with libtool when cross-compiling

2010-02-12 Thread Thomas Petazzoni
func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes ac_use_included_regex=no gl_cv_c_restrict=no ac_cv_path_GLIB_GENMARSHAL=/home/test/brtest-ext/host/usr/bin/glib-genmarshal ac_cv_prog_F77=no ac_cv_func_posix_getgrgid_r=no gt_cv_c_wchar_t=yes ./configure --target=arm-none-linux-gn

Re: Issue with libtool when cross-compiling

2010-02-12 Thread Thomas Petazzoni
at they refer to the sysroot instead of /usr/lib. If possible, could you point me to the location in OpenEmbedded where libtool is handled ? I already had a look at your patches, but don't understand how you re-generate the libtool script inside the different upstream packages. Thanks! Thomas