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