hello,

i tried to compile with --disable-atmodem, an error occurred.

please help what to do. (i want only isimodem)

- without --disable-atmodem, compile success.

 

 

$ git diff bootstrap-configure
diff --git a/bootstrap-configure b/bootstrap-configure
index db70c66..7dad886 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -14,4 +14,5 @@ fi
                --localstatedir=/var \
                --enable-capng \
                --enable-tools \
+               --disable-atmodem --disable-cdmamodem --disable-phonesim --disable-bluetooth \
                --disable-datafiles $*

 

error message:

...

  CC     src/private-network.o
  CCLD   src/ofonod

src/emulator.o: In function `cleanup_ppp':
/home/work/git/ofono/src/emulator.c:94: undefined reference to `g_at_ppp_unref'
/home/work/git/ofono/src/emulator.c:103: undefined reference to `g_at_server_resume'
/home/work/git/ofono/src/emulator.c:104: undefined reference to `g_at_server_send_final'

...