summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-10-17 09:04:05 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-10-17 09:04:05 +0000
commit44a78e92dcdd3343c213eb0d4ec5c633f7b8e7b4 (patch)
treebff6552700090fc2b4231a91659a30a5c30fd91b
parentd81b5aff131120c66360120b4fb7c8798eac9eda (diff)
none
-rw-r--r--Hurd/NewbieQuestions.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/Hurd/NewbieQuestions.mdwn b/Hurd/NewbieQuestions.mdwn
index 410ccd25..acf1876d 100644
--- a/Hurd/NewbieQuestions.mdwn
+++ b/Hurd/NewbieQuestions.mdwn
@@ -12,6 +12,7 @@ If you still have problems, do not hesitate to make use of the [[MailLists]] or
* Where are the virtual consoles I use when running GNU/Linux?
* You need to [use screen](http://www.gnu.org/software/hurd/faq.en.html#q4-6) instead, also available when running GNU/Linux.
+ * The new console by Marcus Brinkmann could also be used. It supports the Alt-Fn keys for switching like in Linux.
* What is a translator?
* The FAQ [answers](http://www.gnu.org/software/hurd/faq.en.html#q4-2) this question by a reference to [hurd-doc-translator](http://www.debian.org/ports/hurd/hurd-doc-translator).
@@ -20,10 +21,11 @@ If you still have problems, do not hesitate to make use of the [[MailLists]] or
* It's on [Savannah](http://savannah.gnu.org). See also the [GNU Development Resources](http://www.gnu.org/software/devel.html), for more information.
* What is this "libio" stuff?
- * There was an ABI change for glibc0.3. It's recommended you reinstall your GNU/Hurd system.
+ * There was an ABI change for glibc0.3. It's recommended you reinstall your GNU/Hurd system if you run a system installed before the summer of 2002.
* What software is available for GNU?
- * Most packages from [Debian](http://www.debian.org/) [GNU/Linux](http://www.gnu.org/gnu/linux-and-gnu.html) which aren't linux-specific ([Packages That Won't Be Ported](http://www.debian.org/ports/hurd/hurd-devel-debian)) are expected to work on GNU/Hurd too. See the database in <http://packages.debian.org/>. Large exceptions are the programs which need pthreads, which include [GNOME](http://www.gnome.org), [KDE](http://www.kde.org), [Mozilla](http://www.mozilla.org), [OpenOffice](http://www.openoffice.org), [SDL](http://www.libsdl.org), etc. If you can't fetch a package with "apt-get install ", try building it from source: "apt-get source &amp;&amp; cd &amp;&amp; debian/rules binary". See the [PortingIssues](http://www.vmlinux.org/twiki/bin/view/Hurd/PortingIssues) document for some common build problems and their solutions.
+ * Most packages from [Debian](http://www.debian.org/) [GNU/Linux](http://www.gnu.org/gnu/linux-and-gnu.html) which aren't linux-specific ([Packages That Won't Be Ported](http://www.debian.org/ports/hurd/hurd-devel-debian)) are expected to work on GNU/Hurd too. See the database in <http://packages.debian.org/>. Programs which need pthreads, including [GNOME](http://www.gnome.org), [KDE](http://www.kde.org), [Mozilla](http://www.mozilla.org), [OpenOffice](http://www.openoffice.org), [SDL](http://www.libsdl.org), etc. are being worked on currently using Neal Walfields libpthreads. See the [[PortingIssues]] document for some common build problems and their solutions.
+ * If you can't fetch a package with "apt-get install ", try building it from source: "apt-get source &amp;&amp; cd &lt;package\_dir&gt; &amp;&amp; debian/rules binary".
* Will GNU work in Vmware?
* It won't, [Hurd bootstrap fails](http://lists.debian.org/debian-hurd/2002/debian-hurd-200207/msg00069.html). Vmware is not [free software](http://www.gnu.org/philosophy/free-sw.html) and it is [not supported](http://www.vmlinux.org/twiki/bin/preview/Hurd/VMware). We recommend to use [free](http://www.gnu.org/philosophy/free-sw.html) alternatives, like [Bochs](http://www.vmlinux.org/twiki/bin/view/Hurd/Bochs).