Compile fix for filefn.cpp

doc update
  SGI threads use new constant names


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-28 18:53:03 +00:00
parent 5705323ef1
commit cffee23b4f
5 changed files with 32 additions and 39 deletions

View File

@@ -4,17 +4,10 @@
If you compile wxWindows on Unix for the first time and don't
like to read install instructions just do (in the base dir):
./configure --without-threads
make
and drink 10 coffees. Then you may log in as root and type
su (PASSWORD)
make install
You can leave out the --without-threads option if you have
a NEW Linux distribution based on glibc (e.g. RedHat 5.1 or
Debian 2.0) or any other Unix that comes with Posix threads
or SGI threads.
ldconfig
Now create your super-application myfoo.app and compile anywhere
with
@@ -71,18 +64,15 @@ distributions have correct glibc 2 support:
- Debian 2.0
- Stampede
- DLD 6.0
- SuSE 6.0
The next major version of SuSE will also support glibc 2,
but version 5.X does not. Also Caldera and Slackware
don't yet support glibc 2.
On IRIX you can also use SGI threads if Posix-Threads
are not present. The SGI threads will be detected by
configure automatically.
You can always disable thread support by running
You can enable thread support by running
./configure "--without-threads"
./configure "--with-threads"
make clean
make