author | dwmw2 <dwmw2> | 2002-04-02 17:05:58 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-04-02 17:05:58 (UTC) |
commit | 0a149bb4788110c86b0e43f934590c1fb0db595f (patch) (unidiff) | |
tree | b1aa82f4562e2ba2315d8febb3eeff9cf33cc919 | |
parent | ac91ca1bd03f14eef87711efcddddae0e6475b44 (diff) | |
download | opie-0a149bb4788110c86b0e43f934590c1fb0db595f.zip opie-0a149bb4788110c86b0e43f934590c1fb0db595f.tar.gz opie-0a149bb4788110c86b0e43f934590c1fb0db595f.tar.bz2 |
Basic README
-rw-r--r-- | noncore/unsupported/gsmtool/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/unsupported/gsmtool/README b/noncore/unsupported/gsmtool/README new file mode 100644 index 0000000..7a536b8 --- a/dev/null +++ b/noncore/unsupported/gsmtool/README | |||
@@ -0,0 +1,21 @@ | |||
1 | This requires gsmlib, and hence isn't enabled by default. | ||
2 | |||
3 | In order to compile this, first get gsmlib from http://www.pxh.de/fs/gsmlib/ | ||
4 | |||
5 | Compile it, then add 'gsmtool' to the Opie top-level Makefile, set | ||
6 | GSMLIBDIR to point at the directory where you built gsmlib, reconfigure | ||
7 | and rebuild Opie. | ||
8 | |||
9 | Warning: | ||
10 | gsmlib is extremely and gratuitously bloated. It wants rewriting in a sane | ||
11 | language, without the pointless auto-refcounting structures and crap. | ||
12 | Certainly without libstdc++, glib, or other idiocy. | ||
13 | |||
14 | You need to make sure -fexceptions is in CXXFLAGS after -fno-exceptions. | ||
15 | |||
16 | I see lots of segfaults with gcc-2.95.2, but I can only get compiler support | ||
17 | for gcc 3.1. When I tried to reproduce the errors with gcc 3.1, I couldn't, | ||
18 | so I no longer care. YMMV. | ||
19 | |||
20 | -- | ||
21 | dwmw2 | ||