📄 perldgux.pod
字号:
If you read this file _as_is_, just ignore the funny characters yousee. It is written in the POD format (see perlpod manpage) which isspecially designed to be readable as is.=head1 NAMEperldgux - Perl under DG/UX.=head1 SYNOPSISOne can read this document in the following formats: man perldgux view perl perldgux explorer perldgux.html info perldguxto list some (not all may be available simultaneously), or it maybe read I<as is>: as F<README.dgux>.=cutContents perldgux - Perl under DG/UX. NAME SYNOPSIS DESCRIPTION BUILD - Non-threaded Case - Threaded Case - Testing - Installing the built perl AUTHOR SEE ALSO=head1 DESCRIPTIONPerl 5.7/8.x for DG/UX ix86 R4.20MU0x=head1 BUILDING PERL ON DG/UX=head2 Non-threaded Perl on DG/UXJust run ./Configure script from the top directory.Then give "make" to compile.=head2 Threaded Perl on DG/UXIf you are using as compiler GCC-2.95.x rev(DG/UX)an easy solution for configuring perl in your DG/UXmachine is to run the command:./Configure -Dusethreads -Duseithreads -Dusedevel -desThis will automatically accept all the defaults andin particular /usr/local/ as installation directory.Note that GCC-2.95.x rev(DG/UX) knows the switch-pthread which allows it to link correctly DG/UX's-lthread library.If you want to change the installation directory orhave a standard DG/UX with C compiler GCC-2.7.2.xthen you have no choice than to do an interactivebuild by issuing the command:./Configure -Dusethreads -DuseithreadsIn particular with GCC-2.7.2.x accept all the defaultsand *watch* out for the message: Any additional ld flags (NOT including libraries)? [ -pthread]Instead of -pthread put here -lthread. CGCC-2.7.2.xthat comes with the DG/UX OS does NOT know the -pthreadswitch. So your build will fail if you choose the defaults.After configuration is done correctly give "make" to compile.=head2 Testing Perl on DG/UXIssuing a "make test" will run all the tests. If the test lib/ftmp-security gives you as a resultsomething like lib/ftmp-security....File::Temp::_gettemp: Parent directory (/tmp/) is not safe (sticky bit not set when world writable?) at lib/ftmp-security.t line 100don't panic and just set the sticky bit in your /tmpdirectory by doing the following as root:cd /chmod +t /tmp (=set the sticky bit to /tmp).Then rerun the tests. This time all must be OK.=head2 Installing the built perl on DG/UXRun the command "make install"=head1 AUTHORTakis PsarogiannakopoulosUniversirty of CambridgeCentre for Mathematical SciencesDepartment of Pure MathematicsWilberforce roadCambridge CB3 0WB , UKemail <takis@XFree86.Org>=head1 SEE ALSOperl(1).=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -