I'm bitbaking a console image for an Atom, which worked when I did a plain vanilla version. Now I've added the OpenEmbedded layer containing Samba, and it's failing on one thing. The error message points me to a 5000-line log file called build/tmp/work/i686-linux/autogen-native-5.12-r3/temp/log.do_configure.5923, and it seems to be getting errors looking for Guile. The configure script says this:
configure:14911: checking for LIBGUILE configure:14918: $PKG_CONFIG --exists --print-errors "guile-2.0" Package guile-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `guile-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'guile-2.0' found and then finishes up with this: configure:14966: error: Package requirements (guile-2.0) were not met: No package 'guile-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGUILE_CFLAGS and LIBGUILE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. I used apt-get to install guile-2.0. There is a file called /usr/lib/libguile-2.0.so.22 (not sure what the .22 means), so it looks like I have the library. However, there is no .pc file for it in /usr/lib/pkgconfig, or anywhere else that I can see. I'm new to Linux, so I don't know if this is an improperly installed library or what. Anyone have any insight? -- Ciao, Paul D. DeRocco Paul mailto:pdero...@ix.netcom.com _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto