Fixed tabs to spaces.
This commit is contained in:
parent
e0345e5e0a
commit
bd52d4e49c
@ -20,24 +20,24 @@ compiler. GNU C isn't a must-have anymore.
|
|||||||
The following software packages are needed:
|
The following software packages are needed:
|
||||||
|
|
||||||
- GNU sed
|
- GNU sed
|
||||||
Source:
|
Source:
|
||||||
http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
|
http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
|
||||||
ftp://arthur.ath.cx/pub/AUX/Software/Tools/sed-3.02.tar.gz
|
ftp://arthur.ath.cx/pub/AUX/Software/Tools/sed-3.02.tar.gz
|
||||||
|
|
||||||
A/UX comes with /bin/sed which isn't supporting all functions needed
|
A/UX comes with /bin/sed which isn't supporting all functions needed
|
||||||
by GNU automake/autoconf.
|
by GNU automake/autoconf.
|
||||||
|
|
||||||
Warning: When installing GNU sed please make sure that A/UX doesn't
|
Warning: When installing GNU sed please make sure that A/UX doesn't
|
||||||
use the old one anymore which means set the $PATH or replace /bin/sed
|
use the old one anymore which means set the $PATH or replace /bin/sed
|
||||||
at all.
|
at all.
|
||||||
|
|
||||||
- libUTIL.a
|
- libUTIL.a
|
||||||
Source:
|
Source:
|
||||||
http://ftp.mayn.de/pub/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz
|
http://ftp.mayn.de/pub/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz
|
||||||
ftp://arthur.ath.cx/pub/AUX/Software/Libraries/libUTIL-2.1.tar.gz
|
ftp://arthur.ath.cx/pub/AUX/Software/Libraries/libUTIL-2.1.tar.gz
|
||||||
|
|
||||||
This library contains functions that are common on other UNIX
|
This library contains functions that are common on other UNIX
|
||||||
systems but not on A/UX e.g. memmove(), strerror() und strdup().
|
systems but not on A/UX e.g. memmove(), strerror() und strdup().
|
||||||
|
|
||||||
|
|
||||||
After installation of these packages just do a "./configure" and "make" to
|
After installation of these packages just do a "./configure" and "make" to
|
||||||
@ -47,21 +47,21 @@ compile ngIRCd on A/UX.
|
|||||||
A few hints in case of errors:
|
A few hints in case of errors:
|
||||||
|
|
||||||
- Either there's an 'install' on your system which is completely broken
|
- Either there's an 'install' on your system which is completely broken
|
||||||
(so 'configure' uses its own shell script) or use a fully functionable one.
|
(so 'configure' uses its own shell script) or use a fully functionable one.
|
||||||
There's at least one binary "out there" causing problems. The one
|
There's at least one binary "out there" causing problems. The one
|
||||||
of the GNU fileutils works fine:
|
of the GNU fileutils works fine:
|
||||||
ftp://arthur.ath.cx/pub/UNIX/AUX/Software/Tools/fileutils-4.0.tar.gz
|
ftp://arthur.ath.cx/pub/UNIX/AUX/Software/Tools/fileutils-4.0.tar.gz
|
||||||
|
|
||||||
- The precompiled binary of the old 'bash' shouldn't be installed within
|
- The precompiled binary of the old 'bash' shouldn't be installed within
|
||||||
/bin (better do this in /usr/local/bin) because 'configure' would
|
/bin (better do this in /usr/local/bin) because 'configure' would
|
||||||
choose it as its shell which wouldn't work.
|
choose it as its shell which wouldn't work.
|
||||||
|
|
||||||
- Because of limitations of /bin/sh on A/UX it can't be used to create
|
- Because of limitations of /bin/sh on A/UX it can't be used to create
|
||||||
the 'config.status' script. Better rename /bin/sh to /bin/sh.AUX and
|
the 'config.status' script. Better rename /bin/sh to /bin/sh.AUX and
|
||||||
replace it by a symbolic link to /bin/ksh (ln -s /bin/ksh /bin/sh as
|
replace it by a symbolic link to /bin/ksh (ln -s /bin/ksh /bin/sh as
|
||||||
root).
|
root).
|
||||||
These procedure should'nt cause you into problems and is recommended
|
These procedure should'nt cause you into problems and is recommended
|
||||||
even if you don't use ngIRCd.
|
even if you don't use ngIRCd.
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: README-AUX.txt,v 1.7 2003/04/21 21:46:57 goetz Exp $
|
$Id: README-AUX.txt,v 1.8 2003/04/21 21:59:34 goetz Exp $
|
||||||
|
Loading…
x
Reference in New Issue
Block a user