deleting /usr/X11R6/lib/X11/xvier_prog/ deleting /usr/X11R6/lib/X11/xvier_prog/xvier_prog deleting /usr/X11R6/man/man1/xvier.1x.gz deleting /usr/X11R6/bin/xvier make: Entering directory `/src/elm2.4.ME+.60' sh Configure (I see you are using the Korn shell. Some ksh's blow up on Configure, especially on exotic machines. If yours does, try the Bourne shell instead.) Beginning of configuration questions for elm2 kit. First let's make sure your kit is complete. Checking... Looks good... Found bin directory Checking your sh to see if it knows about # comments... Your sh handles # comments correctly. Okay, let's see if #! works on this system... It does. Checking out how to guarantee sh startup... Let's see if '#!/bin/sh' works... Yup, it does. Checking echo to see how to suppress newlines... ...using -n. Type carriage return to continue. Your cursor should be here--> This installation shell script will examine your system and ask you questions to determine how the elm2 package should be installed. If you get stuck on a question, you may use a ! shell escape to start a subshell or execute a command. Many of the questions will have default answers in square brackets--typing carriage return will give you the default. On some of the questions which ask for file or directory names you are allowed to use the ~name construct to specify the login directory belonging to "name", even if you don't have a shell which knows about that. Questions where this is allowed will be marked "(~name ok)". [Type carriage return to continue] Much effort has been expended to ensure that this shell script will run on any Unix system. If despite that it blows up on you, your best bet is to edit Configure and run it again. Also, let the Elm Development Group (elm@dsi.com) know how they blew it. If you can't run Configure for some reason, you'll have to generate a config.sh file by hand. This installation script affects things in two ways: 1) it may do direct variable substitutions on some of the files included in this kit, and 2) it builds a config.h file for inclusion in C programs. You may edit any of these files as the need arises after running this script. If you make a mistake on a question, there is no easy way to back up to it currently. The easiest thing to do is to edit config.sh and rerun all the SH files. Configure will offer to let you do this before it runs the SH files. [Type carriage return to continue] If you want Configure to search programs from some unusual directory first, you can give it on here. Give "none" if no any special directory exists. If you want specify several directories, seperate them with space. Special directory from where search programs first? [/sbin] Locating common programs... cat is in /bin/cat. chgrp is in /bin/chgrp. chmod is in /bin/chmod. cp is in /bin/cp. echo is in /bin/echo. expr is in /usr/bin/expr. grep is in /usr/bin/grep. fgrep is in /usr/bin/fgrep. head is in /usr/bin/head. ln is in /bin/ln. ls is in /bin/ls. make is in /usr/bin/make. mv is in /bin/mv. rm is in /bin/rm. sed is in /bin/sed. sleep is in /bin/sleep. touch is in /usr/bin/touch. tr is in /usr/bin/tr. cut is in /usr/bin/cut. Don't worry if any of the following aren't found... I don't see Mcc out there, offhand. compress is in /bin/compress. cpp is in /usr/bin/cpp. date is in /bin/date. I don't see emacs out there, either. I don't see execmail out there, either. finger is in /usr/bin/finger. I don't see ispell out there, either. I don't see line out there, either. I don't see lint out there, either. lp is in /usr/bin/lp. locale is in /usr/bin/locale. lpr is in /usr/bin/lpr. mailx is in /usr/bin/mailx. I don't see metamail out there, either. I don't see mips out there, either. more is in /bin/more. nroff is in /usr/bin/nroff. I don't see pack out there, either. I don't see pg out there, either. pgp is in /usr/bin/pgp. I don't see pmake out there, either. pr is in /usr/bin/pr. I don't see rmail out there, either. sendmail is in /usr/sbin/sendmail. shar is in /usr/bin/shar. I don't see smail out there, either. I don't see submit out there, either. tar is in /bin/tar. tbl is in /usr/bin/tbl. test is in /usr/bin/test. troff is in /usr/bin/troff. uname is in /bin/uname. I don't see uuname out there, either. vi is in /usr/bin/vi. Checking compatibility between /bin/echo and builtin echo (if any)... They are compatible. In fact, they may be identical. There is a neat feature that enables scanning of the message body for entries to add to the users ".calendar" (or whatever) file. These entries are then processed by the system program calendar. To use this feature it needs to be enabled. The name of the per user calendar file used by your system's calendar program is also required. Enable calendar feature [n] Hmm... Looks kind of like a version 7 system, but we'll see... It's not Xenix... Nor is it Venix... Does your /etc/passwd file keep full names in Berkeley/V7 format (name first thing after ':' in GCOS field)? [y] The Elm documentation (Reference Guide, Configuration Guide, etc.) is set up for troff. If you only have nroff, it can be used, but the documentation will not be as readable. If you use an alternate processor for troff/nroff documents it can be specified here. Elm expects the text processor to write to standard out. You will be given a chance to provide command line options to this command in the next question. Give the name of the program used to format the Elm documentation on your system: [/usr/bin/troff] If this text processor requires any options for proper formatting, specify them here. To specify no options, enter the word "none". Some versions of troff require the -t option to write to standard out. This is the proper place to specify that option. What options should Elm use with /usr/bin/troff: [] elm2 has manual pages that can be installed in unformatted or formatted form. Either or both (or neither) of these may be installed. Please give the location in which to store each type of man page. To specify that a particular type is not to be installed, answer "none" to the question. Where do the unformatted manual pages go? [/usr/man/man1] The installed unformatted manual pages can have various extensions to suit the conventions of the host operating system, for example "page.1". Note that the period '.' must be included as part of the extension. To specify no extension, enter the word "none". What extension should be used on installed unformatted man pages: [.1] Where do the formatted manual pages go? [none] Use which C compiler? [cc] Some C compilers have problems with their optimizers, by default, elm2 compiles with the -O flag to use the optimizer. Alternately, you might want to use the symbolic debugger, which uses the -g flag (on traditional UNIX systems). Either flag can be specified here. To use neither flag, specify the word "none". What optimizer/debugger flag should be used? [-O2 -pipe] Your C compiler may want other flags. For this question you should include -I/whatever and -DWHATEVER flags and any other flags used by the C compiler, but you should NOT include libraries or ld flags like -lwhatever. To use no flags, specify the word "none". Any additional cc flags? [none] Your linker/loader may want other flags. For example, you might want to enable support for the symbolic debugger (-g on traditional UNIX systems). For this question you should specify those flags. Do NOT specify libraries (-lwhatever) here. Most systems will not need any special flags, in which case specify "none". Any additional ld flags (NOT including libraries)? [-s] Checking for optional libraries... No -lsun. No -lnls. No -lc_s. Some versions of UNIX support shared libraries, which make executables smaller but make load time slightly longer. On some systems, mostly newer UNIX System V's, the shared library is included by putting the option "-lc_s" as the last thing on the cc command line when linking. Other systems use shared libraries by default. There may be other libraries needed to compile elm2 on your machine as well. If your system needs the "-lc_s" option, include it here. Include any other special libraries here as well. Say "none" for none. Any additional libraries? [none] Your shared C library is in /lib/libc.so.6.1. Checking /lib/libc.so.6.1 for GNU ld scripts... OK. Extracting names from /lib/libc.so.6.1 for later perusal...done Now, how can we feed standard input to your C preprocessor... Maybe "cc -E" will work... Nope, maybe "/usr/bin/cpp" will work... Yup, it does. Your C preprocessor defines the following symbols: unix __STDC__ Does your system allow chown(-1, group) and chown(user, -1) to not change the user or group respectively. This is usually documented in the chown manual page (man 2 chown). (Most POSIX and BSD systems can, Xenix cannot) Does this system allow -1 as chown argument? [y] Some Local Delivery Agents (mailers) support the Content-Length: header. In doing so, they do not wish to have messages escaped to protect 'From ' lines in the body of the message, among other strings. Does the Local Delivery Agent in use on this system use the Content-Length: header when writing mails to (incoming) mailbox? Honors Content-Length: header? [y] cuserid() found Elm can either display the hostname on the index page, or just the folder name. If the hostname is displayed, the folder name will read hostname:folder. If not it will just read folder. Should Elm display the hostname as part of the folder name? [n] flock() found. flock locking available. F_SETLK found, fcntl locking available Mail Transport Agents (sendmail, etc.) and Mail User Agents (Elm) can use a variety of file locking protocols. Based on your system type, usage of a network, and MTA/MUAs in use, you may want to configure more than one of the following Mail Locking Protocols. It is recommended that you use as many as are possible on your system to avoid problems. All systems can support the dot locking method (.lock files). Available locking protocols: dot locking (.lock) flock style locking fcntl style locking [Type carriage return to continue] On some systems, flock style locking and fcntl style locking use the same underlying calls so both are not only not necessary, but may interfere with each other. On other systems they are distinct and both should be used. You will have to consult the documentation for your operating system to determine in which class your system resides. Usually flock style locking is emulated using fcntl style locking on these systems (for example on IRIX). How locking is done depends kernel and libc versions on Linux. In some versions of Linux both fcntl and flock style locking can be used and some versions of Linux they conflicts. Please consult /usr/src/linux/Documentation/locks.txt for details. Would you like to use dot lock style mail spool locking? [y] Would you like to use flock style mail spool locking? [y] Would you like to use fcntl style mail spool locking? [n] Figuring out host name... Maybe "hostname" will work... Your host name appears to be "beta.suse.de". Is this correct? [y] poll.h found. sys/mman.h found (will use mmap). inttypes.h found. In some systems (such as IRIX 5.3, but not in IRIX 6.2) including of inttypes.h causes error (types defined also in sys/types.h) Avoid including inttypes.h [n] gethostname() found. Every now and then someone has a gethostname() that lies about the hostname but can't be fixed for political or economic reasons. Would you like to pretend gethostname() isn't there and maybe compile in the hostname? [n] Elm would like to use the systems definitions of the error messages for system errors. These are usually contained in the global variables sys_errlist[] and sys_nerr. If these do not exist, there is a standard list built into Elm. Does the system support the sys_errlist[] global variable? [y] ftruncate() found getopt() found Using string.h instead of strings.h Your system has both index() and strchr(). Shall I use index() rather than strchr()? [y] Some systems run MMDF as their Mail Transport Agent. MMDF uses a different way of delimiting messages in the mailbox files. Other systems don't run MMDF but use the MMDF separator in their mailbox files. The MMDF separator is usually a series of four Control A's. elm2 needs to know if this system uses the MMDF style message separator in its mailbox files. Does this system use MMDF style message separator? [n] BSD(?) sendmail is on /usr/lib/sendmail Give the full path name of the program used to deliver mail on your system: [/usr/lib/sendmail] Testing Sendmail version for /usr/lib/sendmail... OK (Sendmail 8.9.3) Elm has the ability to place a call to the GNU ispell spelling checker on its post-message-entry/pre-message-send menu. Configure was unable to find ispell Should Elm add the ispell option to the pre-send menu? [n] locale.h found, elm2 will call setlocale nl_types.h found, elm2 will include the systems version Assuming that isprint() works for non-ASCII characters because locale support (setlocale()) exists. Skipping test of "ctype" conversion routines and using standard system "ctype" conversions because Elm's replacement routines are US-ASCII only and there was locale() support provided by system. [Type carriage return to continue] catgets() found Message catalog routines found The system has the message catalog routines in its library. Elm will use these routines because also locale support (setlocale()) exists and there should be dependency between locale and catalog. [Type carriage return to continue] Your system wants malloc to return void *, it would seem. A lot of sites that install the Elm Mail System find that the function E)dit mailbox from within Elm is dangerous and confusing. If you choose, you can instead disable that function, with the program being slightly smaller and presenting an appropriate error message to the user if they try to E)dit their mailbox. Would you like to enable the E)dit Mailbox function? [y] memcpy() found MIME allows for sending and receiving of Messages compliant to the Multipurpose Internet Mail Extension (RFC 1341). MIME provides a way to attach binary, graphic, audio, video, postscript and other files. MIME doesn't necessarily need graphics capabilities on your display, but its useful. Elm's MIME support would not depend on the Nathaniel Borenstein's metamail package, but you would not be able to use nearly all of the MIME features as long as you don't have metamail installed. If you don't have metamail, you can tell that metamail should not be used. This is configuration option. [Type carriage return to continue] If you have installed Nathaniel Borenstein's metamail package for displaying MIME messages, elm can make use of it. If you didn't have metamail installed you might want to obtain a copy of it. The most recent version is on thumper.bellcore.com [128.96.41.1], or ask the archie servers for the nearest site. This version (Elm 2.4ME+) does not use Metamail's companion programs (such as mmencode) directly, but metamail package supposes that companion programs are installed to search path. What is the compile time default path for metamail? Possible values include: none Don't call metamail metamail Call metamail if environment variable $NOMETAMAIL is not set. /path Call metamail via that path, if it is executable Default path for metamail? [none] The Default Character Set which should be used on outgoing messages. Possible values include: DISPLAY The character set, which your terminal supports (asked in next question) US-ASCII Some sites would use US-ASCII. ISO-8859-1 Most European sites would prefer ISO-8859-1 Default Character Set for MIME Content-type text? [ISO-8859-1] The Character Set which your terminals support. You could set this to one of the ISO-8859 charsets or KOI8-R charset, even if you set the default for the Text Messages to US-ASCII, as the ISO-8859 and KOI8-R charsets could display US-ASCII as well. For an X11 environment, ISO-8859-1 would be a convenient value. Default Display Character Set is overriden by environment variable $MM_CHARSET if it is set (and $NOMETAMAIL is not set.) In systems which supports locales, mapping from LC_CTYPE to character set is used instead. In that case selection on here or on configuration file serves as default. Mapping is given in file elm.mimecharsets on elm library directory or on file .elm/mime.charsets Default Character Set which could be displayed [ISO-8859-1] Testing if your mailer supports -B8BITMIME ... Yup. Option -B8BITMIME perhaps works. (Sendmail 8.6 will accept but ignore that option.) If your MTA (Mail transport Agent) supports 8BITMIME ESMTP -extension and accepts also option -B8BITMIME (that is BODYTYPE=8BITMIME), Elm can left doing encoding from 8bit to quoted_printable to MTA. Otherwise Elm does encoding of 8bit data itself. Sendmail version 8.7 supports 8BITMIME -extension. MTA supports -B8BITMIME -option? [y] Testing if your mailer supports -BBINARYMIME ... Seems that option -BBINARYMIME does not work. If your MTA (Mail transport Agent) supports BINARYMIME ESMTP -extension and accepts also option -BBINARYMIME (that is BODYTYPE=BINARYMIME), Elm can left doing encoding from BINARY to base64 or quoted-printabe to MTA. Otherwise Elm does encoding of binary data itself. Passing of binary data requires that all text data lines are terminated with CRLF -- Unix's LF is NOT sufficient. Currently ELM don't use CRLF as line terminator in every places when using -BBINARYMIME option (so that option is only partially implemented by Elm). Notice also that isn't known any MTA (mailer) what implements BINARYMIME or accepts -BBINARYMIME option. Notice also that BINARYMIME is Experimental Protocol (as stated in RFC1830). MTA supports -BBINARYMIME -option? [n] Testing if your mailer supports DSN options: -N -R -V ... Yup. Options -N succees -R hdrs -V zzz perhaps works. If your MTA (Mail transport Agent) supports DSN ESMTP -extension (Delivery Status Notification) and accepts also options: -N success,failure,delay/never -R hdrs/full for RET= -paramater -V ... for ENVID= -paramater Elm can use them. Sendmail 8.8 supports this (sendmail 8.7 supports ESMTP DSN, but it is not available via command line options). MTA supports DSN via options -N -R -V ? [y] Should PGP (Pretty Good Privacy) support be compiled in? [y] What is the compile time default path for pgp? Possible values include: none Don't call pgp /path Call metamail via that path, if it is executable Where is the pgp binary located? [/usr/bin/pgp] Newmail (Elm's utility to check for incoming mail) can be configured to either run as a foreground process or as a process that automatically forks and runs in the background. Should newmail automatically run in the background? [y] You're running sendmail. Setting noaddfrom, usedomain Some sites do not like to see the mail header "X-mailer:" in outgoing messages. If you choose, you may disable these headers. However, it is strongly urged to leave these headers in the mail to assist in tracking down problems. Would you like to disable the X-mailer: headers? [n] Checking to see if kill(pid, 0) works... Your system supports kill(pid, 0)... putenv() found The next pair of questions have to do with what to do when another program has locked a mailbox... First, how many times should the Elm check for the removal of the lock file before giving up? Number of lock attempts: [6] Should it REMOVE the lock file after 6 checks? [n] rename() found Where is yet-to-be-read mail spooled? [/var/spool/mail] Mail group is root Elm needs to be installed and run as a setgid program only if the mail spool directory permissions do not allow world write access. If your mail spool directory has the permissions: drwxrwxr-x 3 root mail 512 Dec 24 17:20 /usr/mail then Elm must be setgid to the same group as the mail spool directory (in this case group mail). However, if the spool permissions look like: drwxrwsrwt 2 root staff 512 Dec 21 20:14 /usr/spool/mail then Elm should not be installed or run as a setgid program. Am I going to be running as a setgid program? [n] sigset() found sigaction() found. sigprocmask() found. waitpid() found. strspn() found strcspn() found strpbrk() found strerror() found strstr() found strtok() found Some sites wish to disable the usage of the shell escape from Elm. If you choose, you can disallow subshells from within Elm. Note: This only controls Elm's usage of the ! command. Any pager or editor could still allow subshells. Would you like to allow the ! command (subshells)? [y] symlink() found tempnam() found tcsetattr() found You have POSIX termios.h... good! Testing to see if we should include , or both. I'm now running the test program... Trying -DI_TIME -DI_SYSTIME -DS_TIMEVAL Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL Found Checking to see if struct utimbuf exists. You have the 'utimbuf' structure... vfork() found Found Found You have void (*signal())() instead of int. Where do you want to put the public executables? [/usr/bin] strftime() found Elm will provide a default subject for mail messages that are sent in batch mode (redirected from a file.) Default batch subject: [no subject (file transmission)] Elm must be configured with a default editor. On most systems this may be 'vi'. If you prefer to use some other, easier editor enter it here. You will be given a change to provide command line options to this command in the next question. What is the default editor on your system? [/usr/bin/vi] If this editor requires any options for proper use, specify them here. To specify no options, enter the word "none". For example, 'pico' users will want to use the -t option. This is the proper place to specify that option. What options should Elm use with /usr/bin/vi: [] Where do you want to put the public libraries? [/usr/lib] Elm ME+ is ability to map locale's LC_CTYPE to MIME character set. That is done via file elm.mimecharsets on elm's library directory. During configure that file goes to bin/elm.mimecharsets. [Type carriage return to continue] Adding C (as US-ASCII) Adding POSIX (as ISO-8859-1 from doc/mime.charsets) Adding cs (as ISO-8859-2 from doc/mime.charsets) Adding cs_CZ (as ISO-8859-2 from doc/mime.charsets) Adding czech (as ISO-8859-1) Adding da_DK (as ISO-8859-1 from doc/mime.charsets) Adding danish (as ISO-8859-1) Adding dansk (as ISO-8859-1) Adding de (as ISO-8859-1 from doc/mime.charsets) Adding de_AT (as ISO-8859-1 from doc/mime.charsets) Adding de_BE (as ISO-8859-1 from doc/mime.charsets) Adding de_CH (as ISO-8859-1 from doc/mime.charsets) Adding de_DE (as ISO-8859-1 from doc/mime.charsets) Adding de_LU (as ISO-8859-1 from doc/mime.charsets) Adding deutsch (as ISO-8859-1) Adding dutch (as ISO-8859-1) Adding el (as ISO-8859-7 from doc/mime.charsets) Adding el_GR (as ISO-8859-7 from doc/mime.charsets) Adding en_AU (as ISO-8859-1 from doc/mime.charsets) Adding en_CA (as ISO-8859-1 from doc/mime.charsets) Adding en_DK (as ISO-8859-1 from doc/mime.charsets) Adding en_GB (as ISO-8859-1 from doc/mime.charsets) Adding en_IE (as ISO-8859-1 from doc/mime.charsets) Adding en_US (as ISO-8859-1 from doc/mime.charsets) Adding eo (as ISO-8859-1) Adding es (as ISO-8859-1 from doc/mime.charsets) Adding es_ES (as ISO-8859-1 from doc/mime.charsets) Adding et_EE (as ISO-8859-1 from doc/mime.charsets) Adding eu_ES (as (unsupported) from doc/mime.charsets) Adding fi_FI (as ISO-8859-1 from doc/mime.charsets) Adding finnish (as ISO-8859-1) Adding fo_FO (as ISO-8859-1 from doc/mime.charsets) Adding fr (as ISO-8859-1 from doc/mime.charsets) Adding fr_BE (as ISO-8859-1 from doc/mime.charsets) Adding fr_CA (as ISO-8859-1 from doc/mime.charsets) Adding fr_CH (as ISO-8859-1 from doc/mime.charsets) Adding fr_FR (as ISO-8859-1 from doc/mime.charsets) Adding fr_LU (as ISO-8859-1 from doc/mime.charsets) Adding français (as ISO-8859-1) Adding french (as ISO-8859-1) Adding ga_IE (as (unsupported) from doc/mime.charsets) Adding german (as ISO-8859-1) Adding greek (as ISO-8859-1) Adding hebrew (as ISO-8859-1) Adding hr_HR (as ISO-8859-2 from doc/mime.charsets) Adding hrvatski (as ISO-8859-1) Adding hu_HU (as ISO-8859-2 from doc/mime.charsets) Adding hungarian (as ISO-8859-1) Adding icelandic (as ISO-8859-1) Adding in_ID (as ISO-8859-1) Adding is_IS (as ISO-8859-1 from doc/mime.charsets) Adding it (as ISO-8859-1 from doc/mime.charsets) Adding it_CH (as ISO-8859-1 from doc/mime.charsets) Adding it_IT (as ISO-8859-1 from doc/mime.charsets) Adding italian (as ISO-8859-1) Adding iw_IL (as ISO-8859-8 from doc/mime.charsets) Adding ja (as (unsupported) from doc/mime.charsets) Adding japanese (as ISO-8859-1) Adding japanese.euc (unsupported) Adding kl_GL (as ISO-8859-1 from doc/mime.charsets) Adding ko (as (unsupported) from doc/mime.charsets) Adding lt_LT (as (unsupported) from doc/mime.charsets) Adding lv_LV (as (unsupported) from doc/mime.charsets) Adding nl (as ISO-8859-1 from doc/mime.charsets) Adding nl_BE (as ISO-8859-1 from doc/mime.charsets) Adding nl_NL (as ISO-8859-1 from doc/mime.charsets) Adding no (as ISO-8859-1 from doc/mime.charsets) Adding no_NO (as ISO-8859-1 from doc/mime.charsets) Adding norwegian (as ISO-8859-1) Adding pl (as ISO-8859-2 from doc/mime.charsets) Adding pl_PL (as ISO-8859-2 from doc/mime.charsets) Adding polish (as ISO-8859-1) Adding portuguese (as ISO-8859-1) Adding pt (as ISO-8859-1 from doc/mime.charsets) Adding pt_BR (as ISO-8859-1 from doc/mime.charsets) Adding pt_PT (as ISO-8859-1 from doc/mime.charsets) Adding ro_RO (as ISO-8859-2 from doc/mime.charsets) Adding romanian (as ISO-8859-1) Adding ru (as ISO-8859-5 from doc/mime.charsets) Adding ru_RU (as ISO-8859-5 from doc/mime.charsets) Adding ru_RU.KOI8-R (as KOI8-R) Adding ru_UA (as ISO-8859-1) Adding russian (as ISO-8859-1) Adding sk (as ISO-8859-2 from doc/mime.charsets) Adding sk_SK (as ISO-8859-2 from doc/mime.charsets) Adding sl (as ISO-8859-2 from doc/mime.charsets) Adding sl_SI (as ISO-8859-2 from doc/mime.charsets) Adding slovak (as ISO-8859-1) Adding slovene (as ISO-8859-1) Adding slovenian (as ISO-8859-1) Adding spanish (as ISO-8859-1) Adding sr_YU (as (unsupported) from doc/mime.charsets) Adding sv (as ISO-8859-1 from doc/mime.charsets) Adding sv_FI (as ISO-8859-1 from doc/mime.charsets) Adding sv_SE (as ISO-8859-1 from doc/mime.charsets) Adding swedish (as ISO-8859-1) Adding tr_TR (as ISO-8859-9 from doc/mime.charsets) Adding turkish (as ISO-8859-1) Adding uk_UA (as ISO-8859-1) Adding zh (as (unsupported) from doc/mime.charsets) Can't add *.ANSI_X3.110-1983 Can't add *.ANSI_X3.4-1968 Adding *.ASMO_449 (unsupported) Adding *.BALTIC (unsupported) Adding *.BS_4730 (unsupported) Adding *.BS_VIEWDATA (unsupported) Adding *.CP1250 (as CP1250) Adding *.CP1251 (as CP1251) Adding *.CP1252 (as CP1252) Adding *.CP1253 (as CP1253) Adding *.CP1254 (as CP1254) Adding *.CP1255 (as CP1255) Adding *.CP1256 (as CP1256) Adding *.CP1257 (as CP1257) Adding *.CP1258 (as CP1258) Can't add *.CSA_Z243.4-1985-1 Can't add *.CSA_Z243.4-1985-2 Can't add *.CSA_Z243.4-1985-GR Adding *.CSN_369103 (unsupported) Adding *.CWI (unsupported) Adding *.DEC-MCS (unsupported) Adding *.DIN_66003 (unsupported) Adding *.DS_2089 (unsupported) Adding *.EBCDIC-AT-DE (unsupported) Adding *.EBCDIC-AT-DE-A (unsupported) Adding *.EBCDIC-CA-FR (unsupported) Adding *.EBCDIC-DK-NO (unsupported) Adding *.EBCDIC-DK-NO-A (unsupported) Adding *.EBCDIC-ES (unsupported) Adding *.EBCDIC-ES-A (unsupported) Adding *.EBCDIC-ES-S (unsupported) Adding *.EBCDIC-FI-SE (unsupported) Adding *.EBCDIC-FI-SE-A (unsupported) Adding *.EBCDIC-FR (unsupported) Adding *.EBCDIC-IS-FRISS (unsupported) Adding *.EBCDIC-IT (unsupported) Adding *.EBCDIC-PT (unsupported) Adding *.EBCDIC-UK (unsupported) Adding *.EBCDIC-US (unsupported) Adding *.ECMA-CYRILLIC (unsupported) Adding *.ES (unsupported) Adding *.ES2 (unsupported) Adding *.GB2312 (unsupported) Adding *.GB2312-1980 (unsupported) Adding *.GB_1988-80 (unsupported) Adding *.GOST_19768-74 (unsupported) Adding *.GREEK-CCITT (unsupported) Adding *.GREEK7 (unsupported) Adding *.GREEK7-OLD (unsupported) Adding *.HP-ROMAN8 (unsupported) Adding *.IBM037 (as IBM037) Adding *.IBM038 (as IBM038) Adding *.IBM1004 (as IBM1004) Adding *.IBM1026 (as IBM1026) Adding *.IBM1047 (as IBM1047) Adding *.IBM256 (as IBM256) Adding *.IBM273 (as IBM273) Adding *.IBM274 (as IBM274) Adding *.IBM275 (as IBM275) Adding *.IBM277 (as IBM277) Adding *.IBM278 (as IBM278) Adding *.IBM280 (as IBM280) Adding *.IBM281 (as IBM281) Adding *.IBM284 (as IBM284) Adding *.IBM285 (as IBM285) Adding *.IBM290 (as IBM290) Adding *.IBM297 (as IBM297) Adding *.IBM420 (as IBM420) Adding *.IBM423 (as IBM423) Adding *.IBM424 (as IBM424) Adding *.IBM437 (as IBM437) Adding *.IBM500 (as IBM500) Adding *.IBM850 (as IBM850) Adding *.IBM851 (as IBM851) Adding *.IBM852 (as IBM852) Adding *.IBM855 (as IBM855) Adding *.IBM857 (as IBM857) Adding *.IBM860 (as IBM860) Adding *.IBM861 (as IBM861) Adding *.IBM862 (as IBM862) Adding *.IBM863 (as IBM863) Adding *.IBM864 (as IBM864) Adding *.IBM865 (as IBM865) Adding *.IBM866 (as IBM866) Adding *.IBM868 (as IBM868) Adding *.IBM869 (as IBM869) Adding *.IBM870 (as IBM870) Adding *.IBM871 (as IBM871) Adding *.IBM874 (as IBM874) Adding *.IBM875 (as IBM875) Adding *.IBM880 (as IBM880) Adding *.IBM891 (as IBM891) Adding *.IBM903 (as IBM903) Adding *.IBM904 (as IBM904) Adding *.IBM905 (as IBM905) Adding *.IBM918 (as IBM918) Adding *.IEC_P27-1 (unsupported) Adding *.INIS (unsupported) Adding *.INIS-8 (unsupported) Adding *.INIS-CYRILLIC (unsupported) Adding *.INVARIANT (unsupported) Adding *.ISO-8859-1 (as ISO-8859-1) Adding *.ISO-8859-10 (as ISO-8859-10) Adding *.ISO-8859-13 (as ISO-8859-13) Adding *.ISO-8859-14 (as ISO-8859-14) Adding *.ISO-8859-15 (as ISO-8859-15) Adding *.ISO-8859-2 (as ISO-8859-2) Adding *.ISO-8859-3 (as ISO-8859-3) Adding *.ISO-8859-4 (as ISO-8859-4) Adding *.ISO-8859-5 (as ISO-8859-5) Adding *.ISO-8859-6 (as ISO-8859-6) Adding *.ISO-8859-7 (as ISO-8859-7) Adding *.ISO-8859-8 (as ISO-8859-8) Adding *.ISO-8859-9 (as ISO-8859-9) Adding *.ISO-IR-197 (unsupported) Adding *.ISO-IR-90 (unsupported) Adding *.ISO_10367-BOX (unsupported) Adding *.ISO_10646 (unsupported) Adding *.ISO_2033-1983 (unsupported) Adding *.ISO_5427 (unsupported) Adding *.ISO_5427-EXT (unsupported) Adding *.ISO_5428 (unsupported) Can't add *.ISO_646.BASIC Can't add *.ISO_646.IRV Adding *.ISO_6937 (unsupported) Adding *.ISO_6937-2-25 (unsupported) Adding *.ISO_6937-2-ADD (unsupported) Adding *.ISO_8859-1,GL (as ISO-8859-1) Adding *.ISO_8859-1 (as ISO-8859-1) Adding *.ISO_8859-SUPP (unsupported) Adding *.IT (unsupported) Adding *.JIS_C6220-1969-JP (unsupported) Adding *.JIS_C6220-1969-RO (unsupported) Adding *.JIS_C6229-1984-A (unsupported) Adding *.JIS_C6229-1984-B (unsupported) Adding *.JIS_C6229-1984-B-ADD (unsupported) Adding *.JIS_C6229-1984-HAND (unsupported) Adding *.JIS_C6229-1984-HAND-ADD (unsupported) Adding *.JIS_C6229-1984-KANA (unsupported) Adding *.JIS_X0201 (unsupported) Can't add *.JUS_I.B1.002 Can't add *.JUS_I.B1.003-MAC Can't add *.JUS_I.B1.003-SERB Adding *.KOI-8 (as KOI-8) Adding *.KOI8-R (unsupported) Adding *.KOI8-U (unsupported) Adding *.KSC5636 (unsupported) Adding *.KSX1001 (unsupported) Adding *.KS_X_1001 (unsupported) Adding *.LATIN-GREEK (unsupported) Adding *.LATIN-GREEK-1 (unsupported) Adding *.MAC-IS (unsupported) Adding *.MAC-UK (unsupported) Adding *.MACINTOSH (unsupported) Can't add *.MSZ_7795.3 Adding *.NATS-DANO (unsupported) Adding *.NATS-DANO-ADD (unsupported) Adding *.NATS-SEFI (unsupported) Adding *.NATS-SEFI-ADD (unsupported) Adding *.NC_NC00-10 (unsupported) Adding *.NEXTSTEP (unsupported) Adding *.NF_Z_62-010 (unsupported) Adding *.NF_Z_62-010_(1973) (unsupported) Adding *.NF_Z_62-010_1973 (unsupported) Adding *.NS_4551-1 (unsupported) Adding *.NS_4551-2 (unsupported) Adding *.PT (unsupported) Adding *.PT2 (unsupported) Adding *.SAMI (unsupported) Adding *.SAMI-WS2 (unsupported) Adding *.SEN_850200_B (unsupported) Adding *.SEN_850200_C (unsupported) Can't add *.T.101-G2 Can't add *.T.61-7BIT Can't add *.T.61-8BIT Adding *.TIS-620 (unsupported) Adding *.UTF-8 (unsupported) Adding *.UTF8 (unsupported) Adding *.VIDEOTEX-SUPPL (unsupported) Adding *.WIN-SAMI-2 (unsupported) Copying /usr/share/locale/locale.alias to elm.mimecharsets as comment Resulting elm.mimecharsets is following: :::::::::::::: bin/elm.mimecharsets :::::::::::::: # Mapping from LC_CTYPE locale to MIME's charset values # Format is: # LC_CTYPE charset # LC_CTYPE is on form # LL_cc.encoding # then also following formats are available: # LL_cc charset # LL charset # *.encoding charset C US-ASCII POSIX ISO-8859-1 cs ISO-8859-2 cs_CZ ISO-8859-2 czech ISO-8859-1 da_DK ISO-8859-1 danish ISO-8859-1 dansk ISO-8859-1 de ISO-8859-1 de_AT ISO-8859-1 de_BE ISO-8859-1 de_CH ISO-8859-1 de_DE ISO-8859-1 de_LU ISO-8859-1 deutsch ISO-8859-1 dutch ISO-8859-1 el ISO-8859-7 el_GR ISO-8859-7 en_AU ISO-8859-1 en_CA ISO-8859-1 en_DK ISO-8859-1 en_GB ISO-8859-1 en_IE ISO-8859-1 en_US ISO-8859-1 eo ISO-8859-1 es ISO-8859-1 es_ES ISO-8859-1 et_EE ISO-8859-1 eu_ES (unsupported) fi_FI ISO-8859-1 finnish ISO-8859-1 fo_FO ISO-8859-1 fr ISO-8859-1 fr_BE ISO-8859-1 fr_CA ISO-8859-1 fr_CH ISO-8859-1 fr_FR ISO-8859-1 fr_LU ISO-8859-1 français ISO-8859-1 french ISO-8859-1 ga_IE (unsupported) german ISO-8859-1 greek ISO-8859-1 hebrew ISO-8859-1 hr_HR ISO-8859-2 hrvatski ISO-8859-1 hu_HU ISO-8859-2 hungarian ISO-8859-1 icelandic ISO-8859-1 in_ID ISO-8859-1 is_IS ISO-8859-1 it ISO-8859-1 it_CH ISO-8859-1 it_IT ISO-8859-1 italian ISO-8859-1 iw_IL ISO-8859-8 ja (unsupported) japanese ISO-8859-1 japanese.euc (unsupported) kl_GL ISO-8859-1 ko (unsupported) lt_LT (unsupported) lv_LV (unsupported) nl ISO-8859-1 nl_BE ISO-8859-1 nl_NL ISO-8859-1 no ISO-8859-1 no_NO ISO-8859-1 norwegian ISO-8859-1 pl ISO-8859-2 pl_PL ISO-8859-2 polish ISO-8859-1 portuguese ISO-8859-1 pt ISO-8859-1 pt_BR ISO-8859-1 pt_PT ISO-8859-1 ro_RO ISO-8859-2 romanian ISO-8859-1 ru ISO-8859-5 ru_RU ISO-8859-5 ru_RU.KOI8-R KOI8-R ru_UA ISO-8859-1 russian ISO-8859-1 sk ISO-8859-2 sk_SK ISO-8859-2 sl ISO-8859-2 sl_SI ISO-8859-2 slovak ISO-8859-1 slovene ISO-8859-1 slovenian ISO-8859-1 spanish ISO-8859-1 sr_YU (unsupported) sv ISO-8859-1 sv_FI ISO-8859-1 sv_SE ISO-8859-1 swedish ISO-8859-1 tr_TR ISO-8859-9 turkish ISO-8859-1 uk_UA ISO-8859-1 zh (unsupported) # *.ANSI_X3.110-1983 (not possible?) # *.ANSI_X3.4-1968 (not possible?) *.ASMO_449 (unsupported) *.BALTIC (unsupported) *.BS_4730 (unsupported) *.BS_VIEWDATA (unsupported) *.CP1250 CP1250 *.CP1251 CP1251 *.CP1252 CP1252 *.CP1253 CP1253 *.CP1254 CP1254 *.CP1255 CP1255 *.CP1256 CP1256 *.CP1257 CP1257 *.CP1258 CP1258 # *.CSA_Z243.4-1985-1 (not possible?) # *.CSA_Z243.4-1985-2 (not possible?) # *.CSA_Z243.4-1985-GR (not possible?) *.CSN_369103 (unsupported) *.CWI (unsupported) *.DEC-MCS (unsupported) *.DIN_66003 (unsupported) *.DS_2089 (unsupported) *.EBCDIC-AT-DE (unsupported) *.EBCDIC-AT-DE-A (unsupported) *.EBCDIC-CA-FR (unsupported) *.EBCDIC-DK-NO (unsupported) *.EBCDIC-DK-NO-A (unsupported) *.EBCDIC-ES (unsupported) *.EBCDIC-ES-A (unsupported) *.EBCDIC-ES-S (unsupported) *.EBCDIC-FI-SE (unsupported) *.EBCDIC-FI-SE-A (unsupported) *.EBCDIC-FR (unsupported) *.EBCDIC-IS-FRISS (unsupported) *.EBCDIC-IT (unsupported) *.EBCDIC-PT (unsupported) *.EBCDIC-UK (unsupported) *.EBCDIC-US (unsupported) *.ECMA-CYRILLIC (unsupported) *.ES (unsupported) *.ES2 (unsupported) *.GB2312 (unsupported) *.GB2312-1980 (unsupported) *.GB_1988-80 (unsupported) *.GOST_19768-74 (unsupported) *.GREEK-CCITT (unsupported) *.GREEK7 (unsupported) *.GREEK7-OLD (unsupported) *.HP-ROMAN8 (unsupported) *.IBM037 IBM037 *.IBM038 IBM038 *.IBM1004 IBM1004 *.IBM1026 IBM1026 *.IBM1047 IBM1047 *.IBM256 IBM256 *.IBM273 IBM273 *.IBM274 IBM274 *.IBM275 IBM275 *.IBM277 IBM277 *.IBM278 IBM278 *.IBM280 IBM280 *.IBM281 IBM281 *.IBM284 IBM284 *.IBM285 IBM285 *.IBM290 IBM290 *.IBM297 IBM297 *.IBM420 IBM420 *.IBM423 IBM423 *.IBM424 IBM424 *.IBM437 IBM437 *.IBM500 IBM500 *.IBM850 IBM850 *.IBM851 IBM851 *.IBM852 IBM852 *.IBM855 IBM855 *.IBM857 IBM857 *.IBM860 IBM860 *.IBM861 IBM861 *.IBM862 IBM862 *.IBM863 IBM863 *.IBM864 IBM864 *.IBM865 IBM865 *.IBM866 IBM866 *.IBM868 IBM868 *.IBM869 IBM869 *.IBM870 IBM870 *.IBM871 IBM871 *.IBM874 IBM874 *.IBM875 IBM875 *.IBM880 IBM880 *.IBM891 IBM891 *.IBM903 IBM903 *.IBM904 IBM904 *.IBM905 IBM905 *.IBM918 IBM918 *.IEC_P27-1 (unsupported) *.INIS (unsupported) *.INIS-8 (unsupported) *.INIS-CYRILLIC (unsupported) *.INVARIANT (unsupported) *.ISO-8859-1 ISO-8859-1 *.ISO-8859-10 ISO-8859-10 *.ISO-8859-13 ISO-8859-13 *.ISO-8859-14 ISO-8859-14 *.ISO-8859-15 ISO-8859-15 *.ISO-8859-2 ISO-8859-2 *.ISO-8859-3 ISO-8859-3 *.ISO-8859-4 ISO-8859-4 *.ISO-8859-5 ISO-8859-5 *.ISO-8859-6 ISO-8859-6 *.ISO-8859-7 ISO-8859-7 *.ISO-8859-8 ISO-8859-8 *.ISO-8859-9 ISO-8859-9 *.ISO-IR-197 (unsupported) *.ISO-IR-90 (unsupported) *.ISO_10367-BOX (unsupported) *.ISO_10646 (unsupported) *.ISO_2033-1983 (unsupported) *.ISO_5427 (unsupported) *.ISO_5427-EXT (unsupported) *.ISO_5428 (unsupported) # *.ISO_646.BASIC (not possible?) # *.ISO_646.IRV (not possible?) *.ISO_6937 (unsupported) *.ISO_6937-2-25 (unsupported) *.ISO_6937-2-ADD (unsupported) *.ISO_8859-1,GL ISO-8859-1 *.ISO_8859-1 ISO-8859-1 *.ISO_8859-SUPP (unsupported) *.IT (unsupported) *.JIS_C6220-1969-JP (unsupported) *.JIS_C6220-1969-RO (unsupported) *.JIS_C6229-1984-A (unsupported) *.JIS_C6229-1984-B (unsupported) *.JIS_C6229-1984-B-ADD (unsupported) *.JIS_C6229-1984-HAND (unsupported) *.JIS_C6229-1984-HAND-ADD (unsupported) *.JIS_C6229-1984-KANA (unsupported) *.JIS_X0201 (unsupported) # *.JUS_I.B1.002 (not possible?) # *.JUS_I.B1.003-MAC (not possible?) # *.JUS_I.B1.003-SERB (not possible?) *.KOI-8 KOI-8 *.KOI8-R (unsupported) *.KOI8-U (unsupported) *.KSC5636 (unsupported) *.KSX1001 (unsupported) *.KS_X_1001 (unsupported) *.LATIN-GREEK (unsupported) *.LATIN-GREEK-1 (unsupported) *.MAC-IS (unsupported) *.MAC-UK (unsupported) *.MACINTOSH (unsupported) # *.MSZ_7795.3 (not possible?) *.NATS-DANO (unsupported) *.NATS-DANO-ADD (unsupported) *.NATS-SEFI (unsupported) *.NATS-SEFI-ADD (unsupported) *.NC_NC00-10 (unsupported) *.NEXTSTEP (unsupported) *.NF_Z_62-010 (unsupported) *.NF_Z_62-010_(1973) (unsupported) *.NF_Z_62-010_1973 (unsupported) *.NS_4551-1 (unsupported) *.NS_4551-2 (unsupported) *.PT (unsupported) *.PT2 (unsupported) *.SAMI (unsupported) *.SAMI-WS2 (unsupported) *.SEN_850200_B (unsupported) *.SEN_850200_C (unsupported) # *.T.101-G2 (not possible?) # *.T.61-7BIT (not possible?) # *.T.61-8BIT (not possible?) *.TIS-620 (unsupported) *.UTF-8 (unsupported) *.UTF8 (unsupported) *.VIDEOTEX-SUPPL (unsupported) *.WIN-SAMI-2 (unsupported) # /usr/share/locale/locale.alias gives: ## Locale name alias data base. ## Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2, or (at your option) ## any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ## The format of this file is the same as for the corresponding file of ## the X Window System, which normally can be found in ## /usr/lib/X11/locale/locale.alias ## A single line contains two fields: an alias and a substitution value. ## All entries are case independent. # ## Note: This file is far from being complete. If you have a value for ## your own site which you think might be useful for others too, share ## it with the rest of us. Send it using the `glibcbug' script to ## bugs@gnu.org. # #croatian hr_HR.ISO-8859-2 #czech cs_CZ.ISO-8859-2 #danish da_DK.ISO-8859-1 #dansk da_DK.ISO-8859-1 #deutsch de_DE.ISO-8859-1 #dutch nl_NL.ISO-8859-1 #finnish fi_FI.ISO-8859-1 #français fr_FR.ISO-8859-1 #french fr_FR.ISO-8859-1 #german de_DE.ISO-8859-1 #greek el_GR.ISO-8859-7 #hebrew iw_IL.ISO-8859-8 #hrvatski hr_HR.ISO-8859-2 #hungarian hu_HU.ISO-8859-2 #icelandic is_IS.ISO-8859-1 #italian it_IT.ISO-8859-1 #japanese ja_JP.SJIS #japanese.euc ja_JP.eucJP #norwegian no_NO.ISO-8859-1 #polish pl_PL.ISO-8859-2 #portuguese pt_PT.ISO-8859-1 #romanian ro_RO.ISO-8859-2 #russian ru_RU.ISO-8859-5 #slovak sk_SK.ISO-8859-2 #slovene sl_SI.ISO-8859-2 #slovenian sl_SI.ISO-8859-2 #spanish es_ES.ISO-8859-1 #swedish sv_SE.ISO-8859-1 #turkish tr_TR.ISO-8859-9 Generation of mappings from locale to MIME charset for following locales are most likely incorrect: czech danish dansk deutsch dutch eo finnish français french german greek hebrew hrvatski hungarian icelandic in_ID italian japanese norwegian polish portuguese romanian ru_UA russian slovak slovene slovenian spanish swedish turkish uk_UA Please fix mappings by editing bin/elm.mimecharsets manually. If you need to edit bin/elm.mimecharsets, do it as a shell escape here: Elm has an option to send messages to the printer. This question asks for the default spooler name. You can also specify options to the command by separating them from the command by at least one space. Use value none for no compiled time default. What print spooler do you prefer to use with Elm? [/usr/bin/lp] What pager do you prefer to use with elm2? [builtin++] Checking how to generate random libraries on your machine... ar appears to generate random libraries itself. remote tape drive is unknown-remote-tape-unit Terminfo routines found in -lncurses library. Where do you want to put the temporary files? [/tmp] Figuring out how to get timezone names. Trying -DTZNAME_USE_TM_NAME Trying -DTZNAME_USE_TM_ZONE Alright! That seems to have worked. End of configuration questions. Creating config.sh... If you didn't make any mistakes, then just type a carriage return here. If you need to edit config.sh, do it as a shell escape here: Doing variable substitutions on .SH files... Extracting Makefile (with variable substitutions) Extracting config.h (with variable substitutions) Extracting doc/Makefile (with variable substitutions) Extracting filter/Makefile (with variable substitutions) Extracting hdrs/sysdefs.h (with variable substitutions) Extracting lib/Makefile (with variable substitutions) Extracting src/Makefile (with variable substitutions) Extracting utils/Makefile (with variable substitutions) Extracting utils/checkalias (with variable substitutions) Extracting utils/listalias (with variable substitutions) Extracting utils/messages (with variable substitutions) Extracting utils/printmail (with variable substitutions) Extracting melib/Makefile (with variable substitutions) Now you must run a make. make documentation make[1]: Entering directory `/src/elm2.4.ME+.60' cd doc; /usr/bin/make -w documentation make[2]: Entering directory `/src/elm2.4.ME+.60/doc' /usr/bin/tbl Alias.guide | /usr/bin/troff tmac.n - > Alias.fmtd Have we been run through "tbl" first?? I hope so! /usr/bin/tbl Config.guid | /usr/bin/troff tmac.n - > Config.fmtd Have we been run through "tbl" first?? I hope so! /usr/bin/troff tmac.n Elm.cover > Cover.fmtd /usr/bin/troff tmac.n Form.guide > Form.fmtd /usr/bin/troff tmac.n Ref.guide > Ref.fmtd /usr/bin/tbl Users.guide | /usr/bin/troff tmac.n - > Users.fmtd I trust we've run this through "tbl" first... make[2]: Leaving directory `/src/elm2.4.ME+.60/doc' make[1]: Leaving directory `/src/elm2.4.ME+.60' make make[1]: Entering directory `/src/elm2.4.ME+.60' cd melib; /usr/bin/make -w all make[2]: Entering directory `/src/elm2.4.ME+.60/melib' /bin/chmod u+w ../hdrs/defs.h /usr/bin/touch ../hdrs/defs.h /bin/chmod u+w ../hdrs/headers.h /usr/bin/touch ../hdrs/headers.h cc -I../hdrs -O2 -pipe -c parse_util.c -o parse_util.o cc -I../hdrs -O2 -pipe -c pgp_decode.c -o pgp_decode.o cc -I../hdrs -O2 -pipe -c mime.c -o mime.o cc -I../hdrs -O2 -pipe -c mime_decode.c -o mime_decode.o cc -I../hdrs -O2 -pipe -c mime_parse.c -o mime_parse.o cc -I../hdrs -O2 -pipe -c state.c -o state.o ar r libme.a parse_util.o pgp_decode.o mime.o mime_decode.o mime_parse.o state.o : libme.a make[2]: Leaving directory `/src/elm2.4.ME+.60/melib' cd lib; /usr/bin/make -w all make[2]: Entering directory `/src/elm2.4.ME+.60/lib' cc -I../hdrs -O2 -pipe -c add_site.c -o add_site.o cc -I../hdrs -O2 -pipe -c addrmchusr.c -o addrmchusr.o cc -I../hdrs -O2 -pipe -c atonum.c -o atonum.o cc -I../hdrs -O2 -pipe -c mk_aliases.c -o mk_aliases.o cc -I../hdrs -O2 -pipe -c aliasdb.c -o aliasdb.o cc -I../hdrs -O2 -pipe -c mk_lockname.c -o mk_lockname.o cc -I../hdrs -O2 -pipe -c can_access.c -o can_access.o cc -I../hdrs -O2 -pipe -c can_open.c -o can_open.o cc -I../hdrs -O2 -pipe -c chloc.c -o chloc.o cc -I../hdrs -O2 -pipe -c date_util.c -o date_util.o cc -I../hdrs -O2 -pipe -c dispaddr.c -o dispaddr.o cc -I../hdrs -O2 -pipe -c dynarray.c -o dynarray.o dynarray.c: In function `DynamicArray': dynarray.c:21: warning: cast to pointer from integer of different size dynarray.c:23: warning: cast to pointer from integer of different size cc -I../hdrs -O2 -pipe -c errno.c -o errno.o cc -I../hdrs -O2 -pipe -c expand.c -o expand.o cc -I../hdrs -O2 -pipe -c forwarded.c -o forwarded.o cc -I../hdrs -O2 -pipe -c gcos_name.c -o gcos_name.o cc -I../hdrs -O2 -pipe -c get_tz.c -o get_tz.o cc -I../hdrs -O2 -pipe -c getaddr.c -o getaddr.o cc -I../hdrs -O2 -pipe -c getaddrfrm.c -o getaddrfrm.o cc -I../hdrs -O2 -pipe -c getarpdate.c -o getarpdate.o cc -I../hdrs -O2 -pipe -c getfullnam.c -o getfullnam.o cc -I../hdrs -O2 -pipe -c getword.c -o getword.o cc -I../hdrs -O2 -pipe -c header_cmp.c -o header_cmp.o cc -I../hdrs -O2 -pipe -c in_list.c -o in_list.o cc -I../hdrs -O2 -pipe -c in_string.c -o in_string.o cc -I../hdrs -O2 -pipe -c istrcmp.c -o istrcmp.o cc -I../hdrs -O2 -pipe -c ldstate.c -o ldstate.o cc -I../hdrs -O2 -pipe -c len_next.c -o len_next.o cc -I../hdrs -O2 -pipe -c mail_gets.c -o mail_gets.o cc -I../hdrs -O2 -pipe -c move_left.c -o move_left.o cc -I../hdrs -O2 -pipe -c ndbz.c -o ndbz.o cc -I../hdrs -O2 -pipe -c okay_addr.c -o okay_addr.o cc -I../hdrs -O2 -pipe -c opt_utils.c -o opt_utils.o cc -I../hdrs -O2 -pipe -c output.c -o output.o cc -I../hdrs -O2 -pipe -c parsarpdat.c -o parsarpdat.o cc -I../hdrs -O2 -pipe -c parsarpwho.c -o parsarpwho.o cc -I../hdrs -O2 -pipe -c pmalloc.c -o pmalloc.o cc -I../hdrs -O2 -pipe -c posixsig.c -o posixsig.o cc -I../hdrs -O2 -pipe -c putenv.c -o putenv.o cc -I../hdrs -O2 -pipe -c qstrings.c -o qstrings.o cc -I../hdrs -O2 -pipe -c read_rc.c -o read_rc.o cc -I../hdrs -O2 -pipe -c realfrom.c -o realfrom.o cc -I../hdrs -O2 -pipe -c remfirstwd.c -o remfirstwd.o cc -I../hdrs -O2 -pipe -c reverse.c -o reverse.o cc -I../hdrs -O2 -pipe -c rfc822tlen.c -o rfc822tlen.o cc -I../hdrs -O2 -pipe -c safemalloc.c -o safemalloc.o cc -I../hdrs -O2 -pipe -c shiftlower.c -o shiftlower.o cc -I../hdrs -O2 -pipe -c strfcpy.c -o strfcpy.o cc -I../hdrs -O2 -pipe -c strincmp.c -o strincmp.o cc -I../hdrs -O2 -pipe -c striparens.c -o striparens.o cc -I../hdrs -O2 -pipe -c strmcpy.c -o strmcpy.o cc -I../hdrs -O2 -pipe -c strtokq.c -o strtokq.o cc -I../hdrs -O2 -pipe -c tail_of.c -o tail_of.o cc -I../hdrs -O2 -pipe -c validname.c -o validname.o cc -I../hdrs -O2 -pipe -c safeopen.c -o safeopen.o ar r libutil.a add_site.o addrmchusr.o atonum.o mk_aliases.o aliasdb.o mk_lockname.o can_access.o can_open.o chloc.o date_util.o dispaddr.o dynarray.o errno.o expand.o forwarded.o gcos_name.o get_tz.o getaddr.o getaddrfrm.o getarpdate.o getfullnam.o getword.o header_cmp.o in_list.o in_string.o istrcmp.o ldstate.o len_next.o mail_gets.o move_left.o ndbz.o okay_addr.o opt_utils.o output.o parsarpdat.o parsarpwho.o pmalloc.o posixsig.o putenv.o qstrings.o read_rc.o realfrom.o remfirstwd.o reverse.o rfc822tlen.o safemalloc.o shiftlower.o strfcpy.o strincmp.o striparens.o strmcpy.o strtokq.o tail_of.o validname.o safeopen.o : libutil.a ranlib libutil.a make[2]: Leaving directory `/src/elm2.4.ME+.60/lib' cd src; /usr/bin/make -w all make[2]: Entering directory `/src/elm2.4.ME+.60/src' cc -I../hdrs -O2 -pipe -c addr_util.c -o addr_util.o cc -I../hdrs -O2 -pipe -c alias.c -o alias.o cc -I../hdrs -O2 -pipe -c aliaslib.c -o aliaslib.o cc -I../hdrs -O2 -pipe -c args.c -o args.o cc -I../hdrs -O2 -pipe -c attach_menu.c -o attach_menu.o attach_menu.c: In function `attach_menu': attach_menu.c:1359: warning: cast to pointer from integer of different size attach_menu.c:1519: warning: cast to pointer from integer of different size cc -I../hdrs -O2 -pipe -c a_edit.c -o a_edit.o cc -I../hdrs -O2 -pipe -c a_screen.c -o a_screen.o cc -I../hdrs -O2 -pipe -c a_sort.c -o a_sort.o cc -I../hdrs -O2 -pipe -c a_quit.c -o a_quit.o cc -I../hdrs -O2 -pipe -c builtin++.c -o builtin++.o builtin++.c: In function `builtinplusplus': builtin++.c:130: warning: cast to pointer from integer of different size cc -I../hdrs -O2 -pipe -c calendar.c -o calendar.o cc -I../hdrs -O2 -pipe -c curses.c -o curses.o cc -I../hdrs -O2 -pipe -c date.c -o date.o cc -I../hdrs -O2 -pipe -c delete.c -o delete.o cc -I../hdrs -O2 -pipe -c edit.c -o edit.o cc -I../hdrs -O2 -pipe -c editmsg.c -o editmsg.o /bin/chmod u+w ../hdrs/elm.h /usr/bin/touch ../hdrs/elm.h cc -I../hdrs -O2 -pipe -c elm.c -o elm.o cc -I../hdrs -O2 -pipe -c encode.c -o encode.o cc -I../hdrs -O2 -pipe -c exitprog.c -o exitprog.o cc -I../hdrs -O2 -pipe -c expires.c -o expires.o cc -I../hdrs -O2 -pipe -c file.c -o file.o cc -I../hdrs -O2 -pipe -c file_util.c -o file_util.o cc -I../hdrs -O2 -pipe -c fileio.c -o fileio.o cc -I../hdrs -O2 -pipe -c find_alias.c -o find_alias.o cc -I../hdrs -O2 -pipe -c forms.c -o forms.o cc -I../hdrs -O2 -pipe -c hdrconfg.c -o hdrconfg.o cc -I../hdrs -O2 -pipe -c help.c -o help.o cc -I../hdrs -O2 -pipe -c in_utils.c -o in_utils.o cc -I../hdrs -O2 -pipe -c init.c -o init.o cc -I../hdrs -O2 -pipe -c leavembox.c -o leavembox.o cc -I../hdrs -O2 -pipe -c lock.c -o lock.o cc -I../hdrs -O2 -pipe -c limit.c -o limit.o cc -I../hdrs -O2 -pipe -c mailmsg1.c -o mailmsg1.o cc -I../hdrs -O2 -pipe -c mailmsg2.c -o mailmsg2.o cc -I../hdrs -O2 -pipe -c menu.c -o menu.o menu.c: In function `MenuAdd': menu.c:89: warning: cast to pointer from integer of different size cc -I../hdrs -O2 -pipe -c menu2.c -o menu2.o cc -I../hdrs -O2 -pipe -c metapager.c -o metapager.o metapager.c: In function `metapager': metapager.c:179: warning: cast to pointer from integer of different size metapager.c:311: warning: cast to pointer from integer of different size metapager.c:325: warning: cast to pointer from integer of different size cc -I../hdrs -O2 -pipe -c mime.c -o mime.o cc -I../hdrs -O2 -pipe -c mime_encode.c -o mime_encode.o cc -I../hdrs -O2 -pipe -c mkhdrs.c -o mkhdrs.o cc -I../hdrs -O2 -pipe -c newmbox.c -o newmbox.o cc -I../hdrs -O2 -pipe -c options.c -o options.o cc -I../hdrs -O2 -pipe -c out_utils.c -o out_utils.o cc -I../hdrs -O2 -pipe -c pattern.c -o pattern.o cc -I../hdrs -O2 -pipe -c pgp.c -o pgp.o pgp.c: In function `GetPGPKey': pgp.c:161: warning: cast to pointer from integer of different size pgp.c: In function `pgp_encrypt': pgp.c:319: warning: cast to pointer from integer of different size cc -I../hdrs -O2 -pipe -c quit.c -o quit.o cc -I../hdrs -O2 -pipe -c read_rc.c -o read_rc.o cc -I../hdrs -O2 -pipe -c remail.c -o remail.o cc -I../hdrs -O2 -pipe -c reply.c -o reply.o cc -I../hdrs -O2 -pipe -c save_opts.c -o save_opts.o cc -I../hdrs -O2 -pipe -c savecopy.c -o savecopy.o cc -I../hdrs -O2 -pipe -c screen.c -o screen.o cc -I../hdrs -O2 -pipe -c showmsg.c -o showmsg.o cc -I../hdrs -O2 -pipe -c showmsg_c.c -o showmsg_c.o cc -I../hdrs -O2 -pipe -c signals.c -o signals.o cc -I../hdrs -O2 -pipe -c sort.c -o sort.o cc -I../hdrs -O2 -pipe -c string2.c -o string2.o cc -I../hdrs -O2 -pipe -c strings.c -o strings.o cc -I../hdrs -O2 -pipe -c syscall.c -o syscall.o cc -I../hdrs -O2 -pipe -c utils.c -o utils.o cc -I../hdrs -O2 -pipe -c wildcards.c -o wildcards.o cc -I../hdrs -O2 -pipe -c wordwrap.c -o wordwrap.o cc -s -o ../bin/elm addr_util.o alias.o aliaslib.o args.o attach_menu.o a_edit.o a_screen.o a_sort.o a_quit.o builtin++.o calendar.o curses.o date.o delete.o edit.o editmsg.o elm.o encode.o exitprog.o expires.o file.o file_util.o fileio.o find_alias.o forms.o hdrconfg.o help.o in_utils.o init.o leavembox.o lock.o limit.o mailmsg1.o mailmsg2.o menu.o menu2.o metapager.o mime.o mime_encode.o mkhdrs.o newmbox.o options.o out_utils.o pattern.o pgp.o quit.o read_rc.o remail.o reply.o save_opts.o savecopy.o screen.o showmsg.o showmsg_c.o signals.o sort.o string2.o strings.o syscall.o utils.o wildcards.o wordwrap.o ../melib/libme.a ../lib/libutil.a /usr/lib/libcrypt.a -lncurses make[2]: Leaving directory `/src/elm2.4.ME+.60/src' cd utils; /usr/bin/make -w all make[2]: Entering directory `/src/elm2.4.ME+.60/utils' /bin/chmod u+w ../hdrs/elmutil.h /usr/bin/touch ../hdrs/elmutil.h cc -I../hdrs -O2 -pipe -c answer.c -o answer.o answer.c: In function `get_alias_address': answer.c:346: warning: cast from pointer to integer of different size answer.c:352: warning: cast from pointer to integer of different size answer.c:353: warning: cast from pointer to integer of different size cc -I../hdrs -O2 -pipe -c elmalias.c -o elmalias.o cc -I../hdrs -O2 -pipe -c fastmail.c -o fastmail.o cc -I../hdrs -O2 -pipe -c from.c -o from.o cc -I../hdrs -O2 -pipe -c newalias.c -o newalias.o cc -I../hdrs -O2 -pipe -c newmail.c -o newmail.o cc -I../hdrs -O2 -pipe -c readmsg.c -o readmsg.o cc -I../hdrs -O2 -pipe -c prlong.c -o prlong.o cc -s -o ../bin/answer answer.o ../lib/libutil.a /bin/cp checkalias ../bin/checkalias /bin/chmod u+w,a+rx ../bin/checkalias cc -s -o ../bin/elmalias elmalias.o ../lib/libutil.a cc -s -o ../bin/fastmail fastmail.o ../lib/libutil.a cc -s -o ../bin/frm from.o ../lib/libutil.a /bin/cp listalias ../bin/listalias /bin/chmod u+w,a+rx ../bin/listalias /bin/cp messages ../bin/messages /bin/chmod u+w,a+rx ../bin/messages cc -s -o ../bin/newalias newalias.o ../lib/libutil.a cc -s -o ../bin/newmail newmail.o ../lib/libutil.a /bin/cp printmail ../bin/printmail /bin/chmod u+w,a+rx ../bin/printmail cc -s -o ../bin/readmsg readmsg.o ../lib/libutil.a cc -s -o ../bin/prlong prlong.o ../lib/libutil.a make[2]: Leaving directory `/src/elm2.4.ME+.60/utils' # cd filter; /usr/bin/make -w all cd doc; /usr/bin/make -w all make[2]: Entering directory `/src/elm2.4.ME+.60/doc' make[2]: Leaving directory `/src/elm2.4.ME+.60/doc' make[1]: Leaving directory `/src/elm2.4.ME+.60' make: Leaving directory `/src/elm2.4.ME+.60' make: Entering directory `/src/elm2.4.ME+.60' make install make[1]: Entering directory `/src/elm2.4.ME+.60' cd melib; /usr/bin/make -w install make[2]: Entering directory `/src/elm2.4.ME+.60/melib' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/src/elm2.4.ME+.60/melib' cd lib; /usr/bin/make -w install make[2]: Entering directory `/src/elm2.4.ME+.60/lib' make[2]: Nothing to be done for `install'. make[2]: Leaving directory `/src/elm2.4.ME+.60/lib' cd src; /usr/bin/make -w install make[2]: Entering directory `/src/elm2.4.ME+.60/src' /bin/mv /usr/bin/elm /usr/bin/elm.old /bin/mv: /usr/bin/elm: No such file or directory make[2]: [/usr/bin/elm] Error 1 (ignored) /bin/rm -f /usr/bin/elm.old /bin/cp ../bin/elm /usr/bin/elm : root /usr/bin/elm /bin/chmod 755 /usr/bin/elm /bin/cp ../bin/elm.mimecharsets /usr/lib/elm.mimecharsets /bin/chmod u=rw,go=r /usr/lib/elm.mimecharsets make[2]: Leaving directory `/src/elm2.4.ME+.60/src' cd utils; /usr/bin/make -w install make[2]: Entering directory `/src/elm2.4.ME+.60/utils' /bin/mv /usr/bin/answer /usr/bin/answer.old /bin/mv: /usr/bin/answer: No such file or directory make[2]: [/usr/bin/answer] Error 1 (ignored) /bin/rm -f /usr/bin/answer.old /bin/cp ../bin/answer /usr/bin/answer /bin/chmod a+x /usr/bin/answer /bin/mv /usr/bin/checkalias /usr/bin/checkalias.old /bin/mv: /usr/bin/checkalias: No such file or directory make[2]: [/usr/bin/checkalias] Error 1 (ignored) /bin/rm -f /usr/bin/checkalias.old /bin/cp ../bin/checkalias /usr/bin/checkalias /bin/chmod a+rx /usr/bin/checkalias /bin/mv /usr/bin/elmalias /usr/bin/elmalias.old /bin/mv: /usr/bin/elmalias: No such file or directory make[2]: [/usr/bin/elmalias] Error 1 (ignored) /bin/rm -f /usr/bin/elmalias.old /bin/cp ../bin/elmalias /usr/bin/elmalias /bin/chmod a+x /usr/bin/elmalias /bin/mv /usr/bin/fastmail /usr/bin/fastmail.old /bin/mv: /usr/bin/fastmail: No such file or directory make[2]: [/usr/bin/fastmail] Error 1 (ignored) /bin/rm -f /usr/bin/fastmail.old /bin/cp ../bin/fastmail /usr/bin/fastmail /bin/chmod a+x /usr/bin/fastmail /bin/mv /usr/bin/frm /usr/bin/frm.old /bin/mv: /usr/bin/frm: No such file or directory make[2]: [/usr/bin/frm] Error 1 (ignored) /bin/rm -f /usr/bin/frm.old /bin/cp ../bin/frm /usr/bin/frm /bin/chmod a+x /usr/bin/frm /bin/mv /usr/bin/listalias /usr/bin/listalias.old /bin/mv: /usr/bin/listalias: No such file or directory make[2]: [/usr/bin/listalias] Error 1 (ignored) /bin/rm -f /usr/bin/listalias.old /bin/cp ../bin/listalias /usr/bin/listalias /bin/chmod a+rx /usr/bin/listalias /bin/mv /usr/bin/messages /usr/bin/messages.old /bin/mv: /usr/bin/messages: No such file or directory make[2]: [/usr/bin/messages] Error 1 (ignored) /bin/rm -f /usr/bin/messages.old /bin/cp ../bin/messages /usr/bin/messages /bin/chmod a+rx /usr/bin/messages /bin/mv /usr/bin/newalias /usr/bin/newalias.old /bin/mv: /usr/bin/newalias: No such file or directory make[2]: [/usr/bin/newalias] Error 1 (ignored) /bin/rm -f /usr/bin/newalias.old /bin/cp ../bin/newalias /usr/bin/newalias /bin/chmod a+x /usr/bin/newalias /bin/mv /usr/bin/newmail /usr/bin/newmail.old /bin/mv: /usr/bin/newmail: No such file or directory make[2]: [/usr/bin/newmail] Error 1 (ignored) /bin/rm -f /usr/bin/newmail.old /bin/rm -f /usr/bin/newmail /bin/cp ../bin/newmail /usr/bin/newmail /bin/chmod a+x /usr/bin/newmail /bin/mv /usr/bin/printmail /usr/bin/printmail.old /bin/mv: /usr/bin/printmail: No such file or directory make[2]: [/usr/bin/printmail] Error 1 (ignored) /bin/rm -f /usr/bin/printmail.old /bin/cp ../bin/printmail /usr/bin/printmail /bin/chmod a+rx /usr/bin/printmail /bin/mv /usr/bin/readmsg /usr/bin/readmsg.old /bin/mv: /usr/bin/readmsg: No such file or directory make[2]: [/usr/bin/readmsg] Error 1 (ignored) /bin/rm -f /usr/bin/readmsg.old /bin/cp ../bin/readmsg /usr/bin/readmsg /bin/chmod a+x /usr/bin/readmsg /bin/mv /usr/lib/prlong /usr/lib/prlong.old /bin/mv: /usr/lib/prlong: No such file or directory make[2]: [/usr/lib/prlong] Error 1 (ignored) /bin/rm -f /usr/lib/prlong.old /bin/cp ../bin/prlong /usr/lib/prlong /bin/chmod a+x /usr/lib/prlong /bin/mv /usr/bin/wnewmail /usr/bin/wnewmail.old /bin/mv: /usr/bin/wnewmail: No such file or directory make[2]: [/usr/bin/wnewmail] Error 1 (ignored) /bin/rm -f /usr/bin/wnewmail.old /bin/rm -f /usr/bin/wnewmail /bin/ln /usr/bin/newmail /usr/bin/wnewmail /bin/mv /usr/bin/nfrm /usr/bin/nfrm.old /bin/mv: /usr/bin/nfrm: No such file or directory make[2]: [/usr/bin/nfrm] Error 1 (ignored) /bin/rm -f /usr/bin/nfrm.old /bin/rm -f /usr/bin/nfrm /bin/ln /usr/bin/frm /usr/bin/nfrm make[2]: Leaving directory `/src/elm2.4.ME+.60/utils' # cd filter; /usr/bin/make -w install cd doc; /usr/bin/make -w install make[2]: Entering directory `/src/elm2.4.ME+.60/doc' /bin/cp elm-help.0 /usr/lib/elm-help.0 /bin/chmod u=rw,go=r /usr/lib/elm-help.0 /bin/cp elm-help.1 /usr/lib/elm-help.1 /bin/chmod u=rw,go=r /usr/lib/elm-help.1 /bin/cp elm-help.2 /usr/lib/elm-help.2 /bin/chmod u=rw,go=r /usr/lib/elm-help.2 /bin/cp elm-help.3 /usr/lib/elm-help.3 /bin/chmod u=rw,go=r /usr/lib/elm-help.3 /bin/cp elmrc-info /usr/lib/elmrc-info /bin/chmod u=rw,go=r /usr/lib/elmrc-info make[3]: Entering directory `/src/elm2.4.ME+.60/doc' /bin/cp answer.1 /usr/man/man1/answer.1 /bin/chmod u=rw,go=r /usr/man/man1/answer.1 /bin/cp chkalias.1 /usr/man/man1/checkalias.1 /bin/chmod u=rw,go=r /usr/man/man1/checkalias.1 /bin/cp elm.1 /usr/man/man1/elm.1 /bin/chmod u=rw,go=r /usr/man/man1/elm.1 /bin/cp elmalias.1 /usr/man/man1/elmalias.1 /bin/chmod u=rw,go=r /usr/man/man1/elmalias.1 /bin/cp fastmail.1 /usr/man/man1/fastmail.1 /bin/chmod u=rw,go=r /usr/man/man1/fastmail.1 /bin/cp frm.1 /usr/man/man1/frm.1 /bin/chmod u=rw,go=r /usr/man/man1/frm.1 /bin/cp listalias.1 /usr/man/man1/listalias.1 /bin/chmod u=rw,go=r /usr/man/man1/listalias.1 /bin/cp messages.1 /usr/man/man1/messages.1 /bin/chmod u=rw,go=r /usr/man/man1/messages.1 /bin/cp newalias.1 /usr/man/man1/newalias.1 /bin/chmod u=rw,go=r /usr/man/man1/newalias.1 /bin/rm -f /usr/man/man1/newmail.1 /bin/cp newmail.1 /usr/man/man1/newmail.1 /bin/chmod u=rw,go=r /usr/man/man1/newmail.1 /bin/cp printmail.1 /usr/man/man1/printmail.1 /bin/chmod u=rw,go=r /usr/man/man1/printmail.1 /bin/cp readmsg.1 /usr/man/man1/readmsg.1 /bin/chmod u=rw,go=r /usr/man/man1/readmsg.1 /bin/rm -f /usr/man/man1/wnewmail.1 ln -sf newmail.1 /usr/man/man1/wnewmail.1 make[3]: Leaving directory `/src/elm2.4.ME+.60/doc' make[2]: Leaving directory `/src/elm2.4.ME+.60/doc' make[1]: Leaving directory `/src/elm2.4.ME+.60' make: Leaving directory `/src/elm2.4.ME+.60' Extracting package elm, please wait... ------------------------------------------------ current binary package: aaa_base.jur extract /etc/ld.so.cache