<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">I'm running Ubuntu 10.10 and having a couple of issues.<br><br>I've got both options for the toolchain work, only one is in the path at a time while testing.<br>

<br>With one of them it seems to compile fine: I can use ./osmocom with something like hello world and this works. However when I go to look at layer23 the binary has not been compiled and I have this error in the conf.log:<br>

<br>configure:3833: checking for gps_waiting in -lgps<br>configure:3858: gcc -o conftest -g -O2   conftest.c -lgps   >&5<br>/usr/bin/ld: cannot find -lgps<br>collect2: ld returned 1 exit status<br>configure:3858: $? = 1<br>

configure: failed program was:<br>| /* confdefs.h */<br>| #define PACKAGE_NAME ""<br>| #define PACKAGE_TARNAME ""<br>| #define PACKAGE_VERSION ""<br>| #define PACKAGE_STRING ""<br>
| #define PACKAGE_BUGREPORT ""<br>
| #define PACKAGE_URL ""<br>| #define PACKAGE "layer23"<br>| #define VERSION "0.0.0"<br>| /* end confdefs.h.  */<br><br><br>I'm sure most of these are environment error but wanted to check. In the update-libosmocore.sh I get an error that git-subtree doesn't exist. I found git subtree as a third party install that was not in the documentation but it's command is git subtree versus being git-subtree.<br>

<br>Any thoughts would be appreciated.</span>