Lines Matching full:notes

18 NOTES	:	Don't compile with /usr/5bin/cc
29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes
45 NOTES : none
56 NOTES : none
67 NOTES : n/a
78 NOTES : none
89 NOTES : Don't use gcc; breaks tc.os.c
100 NOTES : Don't use -lBSD; breaks getpgrp(). Config.hp-3.2 obsolete?
113 NOTES : Carl-Olof Almbladh (coa@teorfys.lu.se)
127 NOTES : n/a
138 NOTES : very slow in executing commands (I think the reason is
139 NOTES : a very slow fork)
150 NOTES : cc broken: typedef void sigret_t; typedef void pret_t;
161 NOTES : cc broken: typedef void sigret_t; typedef void pret_t;
172 NOTES : pcc broken: typedef void sigret_t (vax);
173 NOTES : mips compiler on ultrix 3.5 needs -Dvoid=int
174 NOTES : vax compiler on ultrix 3.0 needs -Dvoid=int
175 NOTES : Does Ultrix 4.x still need YPBUGS?
176 NOTES : Ultrix4.2 may need NAMEI_BUG
187 NOTES : Tcsh can compile both in non POSIX and POSIX mode. The
188 NOTES : default configuration is non POSIX. The flags in parentheses
189 NOTES : are the changes that are needed to compile in POSIX mode
201 NOTES : aix G9.9 sfname() frees bad pointers. Use TCF with care!
202 NOTES : aix 3.2 may need NAMEI_BUG
203 NOTES : aix 3.2 may need _BSD_INCLUDES defined in h
204 NOTES : aix 4.1 does not need -lbsd anymore.
215 NOTES : Used GNU make for OS/390.
216 NOTES : Use `CFLAGS="" ./configure` to avoid -g and make binary
217 NOTES : half as large.
228 NOTES : Old versions of the compiler break with -O. No ansi include
229 NOTES : files so we have to undef __STDC__
240 NOTES : Old versions of the compiler break with -O. No ansi include
241 NOTES : files so we have to undef __STDC__
242 NOTES : pcc broken: typedef void sigret_t; typedef void pret_t;
253 NOTES : Stacksize limit is 1K off?
264 NOTES : none
275 NOTES : Didn't work for me with Sequent's /bin/cc
276 NOTES : 4.1.3 does not need libinet anymore.
287 NOTES : none
298 NOTES : none
309 NOTES : none
320 NOTES : none
331 NOTES : none
341 NOTES : ttyname() is buggy. calls closedir() twice. See BUILDING
353 NOTES : none
364 NOTES : none
375 NOTES : none
386 NOTES : If there are problems with the global optimizer, use -OP
387 NOTES : If you only have the AT&T universe, use the pyratt config
388 NOTES : file and define -D_PID_T -Dpyr.
399 NOTES : NeXTSTeP 3.3 on intel defines speed_t so compile with -D_SPEED_T
400 NOTES : NeXT's cc -E adds spaces before and after array brackets!
401 NOTES : You'll need to change the sed expression in the Makefile to
402 NOTES : something like:
403 NOTES : 's/Char \([a-zA-Z0-9_]*\) *\[ *\].*/extern Char \1[];/'
413 NOTES : CFLAGS="-O3 -pipe -g -UNeXT" configure && make
423 NOTES : CFLAGS="-O3 -pipe -g -arch ppc -arch i386 -UNeXT" configure && make
435 NOTES : Need Doug Gwyn's POSIX directory library (libdirent.a)
455 NOTES : Is libstcp.a on all exl 300s?
466 NOTES : Dont use the -pcc flag.
478 NOTES : The -O option makes the compiler run for ages!
489 NOTES : AUTOLOGOUT is probably best undef'ed
490 NOTES : For 4.0, the NLS define in h can be enabled.
491 NOTES : 4.0.5a cc does not have -O3 anymore.
492 NOTES : If you don't like -lbsd, you can define POSIXJOBS in
493 NOTES : config.h and omit it.
504 NOTES : CCOPTIONS=-OPT:fold_arith_limit=4000
505 NOTES : SHLIBDIR=/usr/lib32
506 NOTES : LDPOSTLIB = -nostdlib -L$(ROOT)$(SHLIBDIR)/mips3 \
507 NOTES : -L$(ROOT)$(SHLIBDIR)
508 NOTES : In config.h #undef NLS and #undef NLS_CATALOGS
530 NOTES : none
541 NOTES : none
552 NOTES : none
563 NOTES : works but not worth compiling with -O4...
564 NOTES : setpgrp() and SIGCHLD work the BSD way, not the way documented.
565 NOTES : we need to define BACKPIPE
576 NOTES : Kernel bug with SIGTTIN, Try vi, ^Z, bg, fg....
587 NOTES : Kernel bug with SIGTTIN, Try vi, ^Z, bg, fg....
588 NOTES : You can add -w to the CFLAGS to suppress the warnings.
599 NOTES : AUTOLOGOUT is probably best undef'ed
600 NOTES : For 4.0, the NLS define in h can be enabled.
611 NOTES : it will build without -lbsd but then job control
612 NOTES : won't actually work.
623 NOTES : For a newer version of the operating system try defining
636 NOTES : Works like a charm
647 NOTES : would it be preferable to have HOSTTYPE of
648 NOTES : "esv" instead of "mips"?
659 NOTES : For pre RTU 6.0, remember to remove the #define RTU6 in the
660 NOTES : masscomp file.
661 NOTES : As of tcsh v6.02.07, try putting "bindkey ^t stuff-char"
662 NOTES : in your /etc/csh.cshrc for masscomp kernel (ctrl-t) status.
673 NOTES : n/a
684 NOTES : none
695 NOTES : none
706 NOTES : If you're using the bundled Greenhills compiler, don't use -O.
707 NOTES : One error -O causes is failure to exec scripts with /bin/sh
708 NOTES : if they don't have a #! header on top.
719 NOTES : Needs to define DIRENT in h
730 NOTES : n/a
741 NOTES : n/a
752 NOTES : n/a
763 NOTES : n/a
774 NOTES : n/a
785 NOTES : n/a
796 NOTES : If you're using the bundled Greenhills compiler, don't use -O.
797 NOTES : One error -O causes is failure to exec scripts with /bin/sh
798 NOTES : if they don't have a #! header on top.
809 NOTES : set DFLAGS = -DUTek -DBSD in the Makefile
820 NOTES : n/a
831 NOTES : Use /usr/bin/cc, not /usr/ucb/cc.
842 NOTES : The standard make, /bin/sh and sed that come with Coherent are
843 NOTES : not quite up to the makefile. Either use gnu make or change
844 NOTES : occurances of '# to '\# since Coherent's make takes all '#'s to
845 NOTES : be a comment, even when quoted, except when escaped by '\'.
846 NOTES : Coherent's /bin/sh does not allow you to set VERSION, etc.
847 NOTES : since they are hard-wired internal variables. Either use
848 NOTES : /usr/bin/ksh, another sh or change the name of the offending
849 NOTES : variables. Coherent's sed, unfortunately, is broken beyond a
850 NOTES : workaround. Either get gnu sed or run that portion of the
851 NOTES : makefile on a machine with a full sed and import the output.
862 NOTES : n/a
871 CONFIG : alliant (see NOTES)
873 NOTES : Needs to define DIRENT and BSDLIMIT in h. The
874 NOTES : beta release of the Concentrix 6.0.00 has some errors
875 NOTES : in the system header files, namely, /usr/include/sys/dir.h.
886 NOTES : n/a
897 NOTES : none
908 NOTES : none
919 NOTES : I have gotten two different config files that both seem to
931 NOTES : n/a
952 NOTES : n/a
963 NOTES : Lower the optimization or you'll get a 5M binary!
964 NOTES : cc broken: typedef void sigret_t; typedef void pret_t;
975 NOTES : Remove PW_SHADOW from config file, or add -lgen for getspnam
986 NOTES : n/a
997 NOTES : This is a POSIX (XPG-4) system.
998 NOTES : Make sure that -lucb is included _last_ (even after -lc)
999 NOTES : so use: -ltermcap -lc -L/usr/ucblib -lucb
1000 NOTES : In config.h, set HAVEUTMPX und unset BSDSIGS and BSDTIMES
1001 NOTES :
1012 NOTES : Needs POSIX.DLL from U/WIN version later than 1.6
1013 NOTES : Did not function correctly when using #define SYSMALLOC
1024 NOTES : In config.h, set HAVEUTMPX und unset BSDSIGS,
1025 NOTES : BSDTIMES, and BSDLIMIT, since otherwise resource.h
1026 NOTES : is falsely searched in /usr/ucbinclude/sys/
1027 NOTES :
1038 NOTES : n/a
1049 NOTES : none
1060 NOTES : none
1071 NOTES : none