From fweb-users-owner Fri Sep 22 18:16:58 1995 Return-Path: krommes@pppl.gov Received: from carl.pppl.gov (krommes@carl.pppl.gov [198.35.4.72]) by pppl.gov (8.6.12/8.6.10) with ESMTP id SAA22783 for ; Fri, 22 Sep 1995 18:16:57 -0400 Received: (from krommes@localhost) by carl.pppl.gov (8.7/8.7) id SAA26867; Fri, 22 Sep 1995 18:16:56 -0400 (EDT) Date: Fri, 22 Sep 1995 18:16:56 -0400 (EDT) Message-Id: <199509222216.SAA26867@carl.pppl.gov> From: John Krommes To: fweb-users@pppl.gov Subject: FWEB-1.53 is available Reply-to: Krommes@princeton.edu --- FWEB-1.53 --- September 22, 1995 If you no longer want to be on this `fweb-users' mailing list, send mail to majordomo@pppl.gov. In the body of the message, say unsubscribe fweb-users [address] where the optional address (without the brackets) is necessary only if the present address in `fweb-users' differs from the one from which you're sending mail. ------------------------------------------------------------------------------- FWEB version 1.53 is available via anonymous ftp from ftp.pppl.gov:/pub/fweb/fweb-1.53.tar.Z This is the non-beta version of fweb-1.52-beta. It is expected to be relatively robust, and will be the last major release for about a year. It fixes a few bugs, and adds a small number of relatively obscure commands. To unpack it, uncompress fweb-1.53.tar tar -xf fweb-1.53.tar For the installation procedure, see fweb-1.53/READ_ME.FWEB. There are several IMPORTANT things to note about this release: * I now oversee two automated mailing lists associated with FWEB: fweb-users fweb-installers Both of these are primarily intended for use by me in sending out messages like the present one. The list `fweb-users' is for general discussion; `fweb-installers' is for discussion of installation-specific issues. If you received this message, you're already on the `fweb-users' list. If you weren't, you would do the following to subscribe as a general user. Send a message to majordomo@pppl.gov In the BODY (not the subject line) of the message, say subscribe fweb-users [address] where the address field is not required unless it differs from the one from which you're sending the message. People actively involved in installing FWEB should subscribe to `fweb-installers'. If you both install and use FWEB, subscribe to both lists by saying subscribe fweb-users subscribe fweb-installers When you subscribe, you will automatically be sent introductory information about the lists. That information is repeated in Appendixes A and B since most of you won't need to issue a `subscribe' command. To unsubscribe, say, e.g., unsubscribe fweb-users [address] * Executables for the IBM-PC/MSDOS that work with extended memory are provided in /pub/fweb/executables/fweb-1.53/ibmpc/msdos See the READ_ME.DOS file in that subdirectory for further information. * A discussion of new features and current bugs can be found in /pub/fweb/READ_ME-1.5x. The excerpt from that file relating to the differences between 1.52-beta and 1.53 is given in Appendix C. * Subsequent major releases of FWEB will likely occur on approximately one-year intervals, probably in late summer or early fall. However, the precise schedule is highly dependent on my other professional obligations. --- APPENDIX A --- fweb-users.info This is the `fweb-users' mailing list. FWEB is a tool for scientific literate programming. This list is primarily used by the FWEB developer to distribute occasional announcements about features and/or releases of FWEB. However, it can also be used for discussions of general issues related to FWEB, provided one adheres to the restrictions detailed below. As an experiment, for the time being the list is unmoderated. If you send mail to fweb-users@pppl.gov it will go to all of the (possibly many) people on this list. HOWEVER, please try to keep such global messages to a minimum; remember that people are busy and that FWEB is not paramount in people's minds. Note well the following restrictions: * DO NOT send messages to the entire list of the type ``How do I make FWEB do ...?'' The answer to that question is probably already in the info documentation, possibly already installed on your system as a texinfo file (menu item `fweb') or accessible on the World Wide Web from http://w3.pppl.gov/~krommes/fweb_toc.html Another resource is the FWEB-FAQ, maintained by David Coker (coker@astro.sunyit.edu) and found on the World Wide Web in http://www.arsc.sunyit.edu/fwebdocs/fweb.html * If you have made an honest attempt to find the answer, but failed, please send mail directly to krommes@princeton.edu Such questions help me improve the documentation. * DO NOT send messages to this list about bugs. Sometimes they're not bugs, but features; sometimes the user is confused and there's no bug at all. Please send mail to krommes@princeton.edu to report bugs and to make specific suggestions for new features. * DO NOT send messages to this list that have nothing to do with FWEB. This is not the place to debate the general philosophy of literate programming, for example; see the Usenet newsgroup comp.programming.literate. * A reasonable use of this list would be to foster discussion and debate about future directions of FWEB (e.g., managing large projects with FWEB). Please keep it short and to the point. * If people consistently violate the above rules, the list will be moderated. * For human assistance with subscription, unsubscription, or other mailing-list problems, please send a message to fweb-users-owner@pppl.gov Thanks for your interest in FWEB. --- APPENDIX B --- fweb-installers.info This is the `fweb-installers' mailing list. It is primarily used by the FWEB developer to distribute occasional announcements about new releases of FWEB. It can also be used for arcane questions about installing FWEB on new systems. As an experiment, for the time being the list is unmoderated. If you send mail to fweb-installers@pppl.gov it will go to all of the people on this list. HOWEVER, please try to keep such global messages to a minimum; remember that people are busy and that FWEB is not paramount in people's minds. Note well the following restrictions: * DO NOT send messages to this list about bugs. Sometimes they're not bugs, but features; sometimes one is confused and there's no bug at all. Please send mail to krommes@princeton.edu to report bugs and to make specific suggestions for new features. * IF the automatic `./configure' plus `make install' procedure for installing doesn't work for your machine, you can try sending a message to the entire list of the sort ``Has anyone installed FWEB on machine ...?'' * If people consistently violate the above rules, the list will be moderated. * For human assistance with subscription, unsubscription, or other mailing-list problems, please send a message to fweb-installers-owner@pppl.gov --- APPENDIX C --- New features, v1.53 V1.53 fixes a relatively small number of obscure bugs in v1.52--beta; for a discussion, see the BUGS list at the end of this file. A few enhancements were also made. They include: * Sections can be numbered by consecutive integers rather than LaTeX's default Dewey-decimal form by saying LaTeX.package = "fwebnum" * The `-H' option (experimental and incomplete) was added. For C and C++, this option tells fweave to scan `#include' files for `typedef' and/or `class' definitions. * The `-k' option was added. This tells Fortran and Ratfor to understand the lower-case forms of I/O keywords such as `iostat' (with the exception of `read', `write', and `end'). * The `-n:' option was added. This tells Fortran to place statement labels on a separate line, which is useful when the labels are relatively long. (By default, Fortran labels are placed on the same line as the thing they are labeling, which looks good for short labels.) * The preprocessor command `@#line' was added. For C code, this adds an explicit `#line' command to the tangled output file. This helps to keep the line numbers between debugger and source file in sync when an FWEB preprocessor statement expands to several lines. An implicit `@#line' command is added after each `@%' that begins a line (this keeps line numbering correct). To override this, use the option `-T#'. * `-p' (style-file) options on the command line are now processed AFTER the local style file. * The functionality of the `-D' command was enhanced to include optional arguments that limit the information that will be listed. From fweb-installers-owner Mon Sep 25 07:22:17 1995 Return-Path: D.Cook@sheffield.ac.uk Received: from pp2.shef.ac.uk (pp2.shef.ac.uk [143.167.1.32]) by pppl.gov (8.7/8.7) with ESMTP id HAA03732 for ; Mon, 25 Sep 1995 07:22:09 -0400 (EDT) Received: from sunc.shef.ac.uk by pp2.shef.ac.uk with local SMTP (PP); Mon, 25 Sep 1995 12:21:38 +0100 Received: (from ch1dbc@localhost) by sunc.shef.ac.uk (8.6.11/8.6.11) id MAA29001; Mon, 25 Sep 1995 12:21:33 +0100 Date: Mon, 25 Sep 1995 12:21:32 +0100 (BST) From: Dave Cook Subject: FWEB under linux To: fweb-installers@pppl.gov Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I have successfully installed the last few versions of FWEB under linux. There are a few changes to defaults.mk.in. Ask and I will send them Dave Cook From fweb-installers-owner Tue Sep 26 19:14:35 1995 Return-Path: krommes@pppl.gov Received: from carl.pppl.gov (krommes@carl.pppl.gov [198.35.4.72]) by pppl.gov (8.6.12/8.6.10) with ESMTP id TAA24611 for ; Tue, 26 Sep 1995 19:14:34 -0400 Received: (from krommes@localhost) by carl.pppl.gov (8.7/8.7) id TAA19484; Tue, 26 Sep 1995 19:14:31 -0400 (EDT) Date: Tue, 26 Sep 1995 19:14:31 -0400 (EDT) Message-Id: <199509262314.TAA19484@carl.pppl.gov> From: John Krommes To: fweb-installers@pppl.gov Subject: FWEB-1.53 port to Commodore Amiga Reply-to: Krommes@princeton.edu Andreas Scherer (scherer@physik.rwth-aachen.de) has created a port of fweb-1.53 for the Commodore Amiga. I have regenerated fweb-1.53.tar.Z to include the subdirectory `fweb-1.53/boot/amiga'. Appended is an edited version of his message. ---John ------------------------------------------------------------------------------- Just as with version 1.40 I had to create the header files `config.h' and `custom.h' by hand as well as `defaults.def' as a replacement for `defaults.mk'. Also a separate `SMakefile' for the weird conventions of SAS-Make had to be derived from the UNIX `Makefile.' With these few extra files installed, FTANGLE was compiled and linked without any further problems. The next step of `smake -b defaults.def all' (SMake has no `include' facility), i.e., the compilation of FWEAVE, unfortunately produced an error message from the compiler (again). Just as in version 1.40 SAS/C++ 6.55 reports a `reference beyound the array limits' at line 453 of `prod.c.' Changing the sequence of the numerical arguments eliminates this message just as before. Still I can't say more than stated in `prod.ch.' With this single patch applied, FWEAVE can correctly be compiled and linked. [In boot/amiga] you will find an archive with the hand-coded header files, the make defaults, and the patch file, together with a short introduction for FWEB users on the Amiga. I'm not including the FTANGLE/FWEAVE binaries because of their respective size of 320/290 KB. Although FWEB 1.53 works fine on my system, this might not be the case for other Amiga users (not all labels in `SMakefile' have been updated and/or tested). I have stated my postal and e-mail addresses in the `READ_ME.AMIGA' file. Feel free to forward any reactions concerning the Amiga port of FWEB 1.53 to me. ---Andreas scherer@physik.rwth-aachen.de From fweb-installers-owner Mon Oct 2 11:58:09 1995 Return-Path: krommes@pppl.gov Received: from carl.pppl.gov (krommes@carl.pppl.gov [198.35.4.72]) by pppl.gov (8.6.12/8.6.10) with ESMTP id LAA18573; Mon, 2 Oct 1995 11:58:08 -0400 Received: (from krommes@localhost) by carl.pppl.gov (8.7/8.7) id LAA28227; Mon, 2 Oct 1995 11:58:06 -0400 (EDT) Date: Mon, 2 Oct 1995 11:58:06 -0400 (EDT) Message-Id: <199510021558.LAA28227@carl.pppl.gov> From: John Krommes To: fweb-installers@pppl.gov, kritz@plasma.physics.lehigh.edu Subject: Installing FWEB on the RS-6000 Reply-to: Krommes@princeton.edu The following message comes from Alois Steindl (Alois.Steindl@mch2ws2.tuwien.ac.at). If anyone has insights into this somewhat weird behavior, I'd appreciate hearing about them. Thanks. ---John ------------------------------------------------------------------------------- When I try to ./configure FWEB for our RS6000 (AIX 3.2.5), the configure script guesses that it is cross-compiling. This seems to be some problem with the new configure script. In order to circumvent this, I remove /usr/local/bin from my path, so it doesn't find gcc and configures for cc. The compilation (with CFLAGS=-O) runs fine, but the resulting program behaves strangly: The command line flags, also those from ~/.fweb, are 'decreased' by one: for example '-h' becomes '-g', '-mANSI=1' is read as '-lANSI=1' with a corresponding warning message, and so on. Recompilation with gcc or the ANSI-version xlc of the C-compiler solves the problem. ------------------------------------------------------------------------------- From fweb-installers-owner Wed Oct 4 09:34:41 1995 Return-Path: krommes@pppl.gov Received: from carl.pppl.gov (root@carl.pppl.gov [198.35.4.72]) by pppl.gov (8.6.12/8.6.10) with ESMTP id JAA21543 for ; Wed, 4 Oct 1995 09:34:39 -0400 Received: (from krommes@localhost) by carl.pppl.gov (8.7.1/8.7.1) id JAA07174; Wed, 4 Oct 1995 09:21:39 -0400 (EDT) Date: Wed, 4 Oct 1995 09:21:39 -0400 (EDT) Message-Id: <199510041321.JAA07174@carl.pppl.gov> From: John Krommes To: fweb-installers@pppl.gov Subject: FWEB on the DEC alpha Reply-to: Krommes@princeton.edu Please note that when compiling FWEB on the DEC alpha with cc, you must include the `-std1' option among the CFLAGS in order to enforce ANSI C. E.g., make CFLAGS=-std1 ---John From fweb-installers-owner Mon Jan 22 15:30:44 1996 Return-Path: gt9377a@prism.gatech.edu Received: from anvil.gatech.edu (anvil.gatech.edu [130.207.165.41]) by pppl.gov (8.7.1/8.7.1) with SMTP id PAA16510 for ; Mon, 22 Jan 1996 15:30:44 -0500 (EST) Received: from acmex.gatech.edu (gt9377a@acmex.gatech.edu [130.207.165.22]) by anvil.gatech.edu (8.6.12/8.6.12) with ESMTP id PAA07401; Mon, 22 Jan 1996 15:30:34 -0500 From: gt9377a@prism.gatech.edu (Roberto Rubilar) Received: (gt9377a@localhost) by acmex.gatech.edu (8.6.12/8.6.12) id PAA22280; Mon, 22 Jan 1996 15:30:32 -0500 Message-Id: <199601222030.PAA22280@acmex.gatech.edu> Subject: SUN Solaris 4.1.3 To: fweb-installers@pppl.gov Date: Mon, 22 Jan 1996 15:30:31 -0500 (EST) Cc: rubilar@plasma.me.gatech.edu X-Mailer: ELM [version 2.4 PL24] Content-Type: text Has anyone installed FWEB in a SUN Solaris 4.1.3? We have some problems while compiling it. Thanks, R. Rubilar rubilar@plasma.me.gatech.edu From fweb-installers-owner Fri Jan 26 11:39:38 1996 Return-Path: gt9377a@prism.gatech.edu Received: from anvil.gatech.edu (anvil.gatech.edu [130.207.165.41]) by pppl.gov (8.7.1/8.7.1) with SMTP id LAA07362; Fri, 26 Jan 1996 11:39:35 -0500 (EST) Received: from acmex.gatech.edu (gt9377a@acmex.gatech.edu [130.207.165.22]) by anvil.gatech.edu (8.6.12/8.6.12) with ESMTP id LAA18210; Fri, 26 Jan 1996 11:39:28 -0500 From: gt9377a@prism.gatech.edu (Roberto Rubilar) Received: (gt9377a@localhost) by acmex.gatech.edu (8.6.12/8.6.12) id LAA06141; Fri, 26 Jan 1996 11:39:26 -0500 Message-Id: <199601261639.LAA06141@acmex.gatech.edu> Subject: Binaries for fweb To: fweb-installers@pppl.gov Date: Fri, 26 Jan 1996 11:39:26 -0500 (EST) Cc: fweb-users@pppl.gov, gt9377a@prism.gatech.edu X-Mailer: ELM [version 2.4 PL24] Content-Type: text We are having a hard time compiling fweb in our system. Can someone provide us with the binary for a sunOs4.1.3. Thanks, Fusion Research Center Georgia Institute of Technology From fweb-installers-owner Fri Jan 26 13:39:52 1996 Return-Path: taylor@twinkie.gsfc.nasa.gov Received: from twinkie.gsfc.nasa.gov (twinkie.gsfc.nasa.gov [128.183.126.31]) by pppl.gov (8.7.1/8.7.1) with SMTP id NAA17593; Fri, 26 Jan 1996 13:39:50 -0500 (EST) Received: (from taylor@localhost) by twinkie.gsfc.nasa.gov (LHEA9504/950407.s1) id NAA09221; Fri, 26 Jan 1996 13:39:44 -0500 From: Jason Taylor Message-Id: <199601261839.NAA09221@twinkie.gsfc.nasa.gov> Subject: Re: Binaries for fweb To: gt9377a@prism.gatech.edu (Roberto Rubilar) Date: Fri, 26 Jan 1996 13:39:43 -0500 (EST) Cc: fweb-installers@pppl.gov, fweb-users@pppl.gov, gt9377a@prism.gatech.edu In-Reply-To: <199601261639.LAA06141@acmex.gatech.edu> from "Roberto Rubilar" at Jan 26, 96 11:39:26 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > > We are having a hard time compiling fweb in our system. > Can someone provide us with the binary for a sunOs4.1.3. I have placed mine in `ftp://rosserv.gsfc.nasa.gov/pub/taylor/fweb/'. Hope that helps. These are for SunOS 4.1.3_U1. --Jason Taylor From fweb-installers-owner Thu Feb 29 21:31:45 1996 Return-Path: sad@utkux.utcc.utk.edu Received: from utkux4.utcc.utk.edu (UTKUX4.UTCC.UTK.EDU [128.169.76.11]) by pppl.gov (8.7.4/8.7.3) with SMTP id VAA07118 for ; Thu, 29 Feb 1996 21:31:44 -0500 (EST) From: sad@utkux.utcc.utk.edu Received: by utkux4.utcc.utk.edu (5.x/2.7c-UTK) id AA23829; Thu, 29 Feb 1996 21:31:13 -0500 Message-Id: <9603010231.AA23829@utkux4.utcc.utk.edu> Subject: fweb 1.53 for OS/2 ? To: fweb-installers@pppl.gov (Fweb-Inst-List) Date: Thu, 29 Feb 1996 21:31:12 -0500 (EST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I read in the Readme to 1.5x that an OS/2 port is underway. I'd like to know who is doing it and how far it has grown. The reason being that I have managed to re-compile fweb 1.53 using the UNIX ANSI defaults, cooking up a config.h by hand, and doing some other minor stuff before compiling with gcc (emx). The executables work on examples but fweave chokes on ftangle.web with an access violation or so. core dump. I have traced things down with gdb to a call of getc to a non-existant stream in common.c, but then I get lost, since I speak C just enough for number crunching. If there is anybody out there who'd like to step in or help me understand what went wrong I'd appreciate to hear about it. Of course, any interest in my modifications is welcome, too. Cheers. Stefan =============================================================================== Stefan A. Deutscher | (+1-423-) voice fax The University of Tennessee, Knoxville | UTK : 974-7838 974-7843 Department of Physics and Astronomy | ORNL : 574-5897 574-1118 401, A. H. Nielsen Building | home : 522-7845 522-7845 Knoxville, T.N. 37996-1200, USA | email: sad@utk.edu =============================================================================== From fweb-installers-owner Mon Mar 4 11:02:28 1996 Return-Path: sad@utkux.utcc.utk.edu Received: from utkux4.utcc.utk.edu (UTKUX4.UTCC.UTK.EDU [128.169.76.11]) by pppl.gov (8.7.4/8.7.3) with SMTP id LAA12153 for ; Mon, 4 Mar 1996 11:02:26 -0500 (EST) From: sad@utkux.utcc.utk.edu Received: by utkux4.utcc.utk.edu (5.x/2.7c-UTK) id AA25674; Mon, 4 Mar 1996 11:01:22 -0500 Message-Id: <9603041601.AA25674@utkux4.utcc.utk.edu> Subject: Installing fweb 1.53 on Sun Solaris To: fweb-installers@pppl.gov (Fweb-Inst-List) Date: Mon, 4 Mar 1996 11:01:21 -0500 (EST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I was installing fweb-1.53 on A Sun Sparc Server 1000 E running Solaris 2.x (x=4, I assume) with gcc (2.7.0) and all. For some reasone the configure script guessed I was cross-compiling, just like in the case of the gentleman who tried to install on an RS/6k and reported to fweb-installers (from the archive). I had to do the same thing he did: Temporarily take gcc out of the path. Run configure which worked as advertised then .. :-) Compile, using CC. This worked and produced well-working executables. After that, I changed the makefile to call gcc, and put it back in the path. Compiled and works well since. Cheers! Stefan =============================================================================== Stefan A. Deutscher | (+1-423-) voice fax The University of Tennessee, Knoxville | UTK : 974-7838 974-7843 Department of Physics and Astronomy | ORNL : 574-5897 574-1118 401, A. H. Nielsen Building | home : 522-7845 522-7845 Knoxville, T.N. 37996-1200, USA | email: sad@utk.edu =============================================================================== From fweb-installers-owner Wed Mar 6 13:42:53 1996 Return-Path: sad@utkux.utcc.utk.edu Received: from utkux4.utcc.utk.edu (UTKUX4.UTCC.UTK.EDU [128.169.76.11]) by pppl.gov (8.7.4/8.7.3) with SMTP id NAA07315 for ; Wed, 6 Mar 1996 13:42:51 -0500 (EST) From: sad@utkux.utcc.utk.edu Received: by utkux4.utcc.utk.edu (5.x/2.7c-UTK) id AA29274; Wed, 6 Mar 1996 13:41:08 -0500 Message-Id: <9603061841.AA29274@utkux4.utcc.utk.edu> Subject: Re: memory leak in FWEB 1.53 To: rasmith@arete.com Date: Wed, 6 Mar 1996 13:41:07 -0500 (EST) Cc: fweb-installers@pppl.gov (Fweb-Inst-List) In-Reply-To: <9603061755.AA0063@raspc.arete.com> from "rasmith@raspc.arete.com" at Mar 6, 96 09:55:44 am X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Ralph, you are the king! Thanks a bunch! This works now, and I never would have found it, since I got lost with gdb in calls to files and such, and re-compiled even the emx / gcc libraries trying to set larger FOPEN_MAX and fun like this .. I have had no clue about these guard pages and all. I did the following now: Since ftangle.exe, as generated from the diistribution, works fine on common.web I just changed the code according to your patch, ftangled it, recompiled fweave -- and that's it. No hangs, no access violations. Now I re-compiled ftangle.exe. It still runs, but it still has some memory leak, as a matter of fact, it seems to lose 2000 bytes: common.web Allocated maximum of 855500 bytes dynamically; ended with 803500 bytes. or even more on ftangle.web: Allocated maximum of 860128 bytes dynamically; ended with 808128 bytes. Do I understand correctly that your patch takes care that not too much memory gets freed (i.e. as to not hit these guard pages) but it still can't address the leak itself? I'd assume that the OS should release the memory in the end, anyway, and it works now, but just in case: It is obvious that you know much more about the internals of fweb -- do you have another hint? I think this is important enough to be duplicated also to the fweb-installers mailing list (to make sure it goes in the archive). If you don't mind I will write up the notes about this "porting adventure" now and inlcued your patch and credits and all that and upload it to the popular os2 ftp sites. Kindest regards, Stefan > There is an error in the handling of module name space in FWEB 1.53. > Some data is placed before the beginning of an allocated block. > Most operating systems / compilers will not catch this, because of the > way the heap is managed. A few (like OS/2) put guard pages around some > heap segments, so this can cause an access violation. [I told John > Krommes about this before the release of v 1.53, and thought he had > fixed it. As he mentioned, he has been otherwise (over-) committed.] > > Here is a context diff showing the correction. For bootstrapping, > this code is around line 5214 in web/common.c > > *** common.web.dist Sat Sep 23 12:16:54 1995 > --- common.web Fri Oct 13 18:01:04 1995 > *************** > *** 5365,5370 **** > if(!mod_names) return; // For errors happening during the command line. > > ! for(--next_mod_name; next_mod_name >= mod_names; next_mod_name--) > ! FREE(*next_mod_name); > } > > --- 5365,5370 ---- > if(!mod_names) return; // For errors happening during the command line. > > ! while(next_mod_name > mod_names) > ! FREE(* --next_mod_name); > } > > > > -- > -- > Ralph Smith, Arete Associates Tel.: (818) 501-2880 > email: rasmith@arete.com FAX: (818) 501-2905 > snailmail: P.O. Box 6024, Sherman Oaks, CA 91413 > From fweb-installers-owner Wed Mar 13 02:02:34 1996 Return-Path: brennanm@grunt.dsto.defence.gov.au Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by pppl.gov (8.7.4/8.7.3) with SMTP id CAA14169 for ; Wed, 13 Mar 1996 02:02:29 -0500 (EST) From: brennanm@grunt.dsto.defence.gov.au Received: from grunt.dsto.defence.gov.au by fang.dsto.defence.gov.au; (8.6.12/1.1.8.2/13May95-0346PM) id RAA06189; Wed, 13 Mar 1996 17:32:25 +1030 Received: from localhost by grunt.dsto.defence.gov.au; (5.65v3.2/1.1.8.2/16Jan96-0403PM) id AA02386; Wed, 13 Mar 1996 17:32:21 +1030 Message-Id: <9603130702.AA02386@grunt.dsto.defence.gov.au> To: fweb-installers@pppl.gov Cc: RWATTS@dstos3.dsto.defence.gov.au Subject: Installing fweb 1.53 on DECalphas Date: Wed, 13 Mar 96 17:32:21 +1030 X-Mts: smtp Dear All, We are attempting to install fweb 1.53 on a DECalpha. ... so far with no success. We have attampted to run the configure script and make on three platforms running Digital UNIX V3.2D-1 (Rev. 41) and V3.2C, both with and without gcc in the path (following the suggestions in the recent postings!) to no avail. Can someone give us some pointers please? When configuring using gcc 2.7.0 under 3.2D we get loading cache ./config.cache checking for gcc... (cached) gcc checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for a BSD compatible install... (cached) /usr/bin/installbsd -c checking whether cross-compiling... (cached) no checking for ANSI C header files... (cached) no checking for common stdio.h prototypes... YES checking for stdlib.h... (cached) yes checking for stdarg.h... (cached) yes checking for stddef.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) no checking for limits.h... (cached) yes checking for values.h... (cached) no checking for float.h... (cached) yes checking for ANSI ctype.h... NO checking for size_t... (cached) yes checking for clock_t... (cached) yes checking for getenv... (cached) yes checking for tempnam... (cached) yes checking for tmpnam... (cached) yes checking for strerror... (cached) yes checking for gettimeofday... (cached) yes checking for working const... (cached) yes checking for working void... NO checking for working backslash continuations... NO checking for new-style prototypes... NO checking for ANSI sprintf... NO---doesn't return number of characters written checking for ANSI sscanf... NO---doesn't handle scansets correctly creating ./config.status creating defaults.mk creating custom.h creating config.h performing a make yields no executables and touch ./typedefs.hweb ./*.h ./*.c gcc -c -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./ftangle.c In file included from ./os.h:314, from ./typedefs.h:493, from ./ftangle.c:358: /usr/local/lib/gcc-lib/alpha-dec-osf3.0/2.7.0/include/string.h:97: warning: conflicting types for built-in function `memcpy' /usr/local/lib/gcc-lib/alpha-dec-osf3.0/2.7.0/include/string.h:137: warning: conflicting types for built-in function `memcmp' ./ftangle.c:693: warning: initialization from incompatible pointer type ./ftangle.c: In function `main': ./ftangle.c:820: warning: assignment from incompatible pointer type ./ftangle.c:854: warning: passing arg 1 of `realloc' from incompatible pointer type ./ftangle.c: In function `C_sprintf': ./ftangle.c:1387: `va_start' used in function with fixed args ./ftangle.c: In function `store': ./ftangle.c:1760: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `push_level': ./ftangle.c:1884: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:1888: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:1895: warning: assignment from incompatible pointer type ./ftangle.c:1905: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `pop_level': ./ftangle.c:1914: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `see_dup': ./ftangle.c:2828: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `id0_lookup': ./ftangle.c:2962: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:2971: warning: return from incompatible pointer type ./ftangle.c: In function `trunc_id': ./ftangle.c:2990: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:3032: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:3050: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `was_opened': ./ftangle.c:3114: warning: assignment from incompatible pointer type ./ftangle.c:3151: warning: assignment from incompatible pointer type ./ftangle.c:3159: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:3163: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `close0': ./ftangle.c:3243: warning: assignment from incompatible pointer type ./ftangle.c: In function `x_identifier': ./ftangle.c:3468: warning: pointer type mismatch in conditional expression ./ftangle.c:3468: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `is_deferred': ./ftangle.c:3568: warning: pointer type mismatch in conditional expression ./ftangle.c:3568: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `prs_regular_code': ./ftangle.c:5985: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `get_control_code': ./ftangle.c:6211: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `scan_repl': ./ftangle.c:6702: warning: pointer type mismatch in conditional expression ./ftangle.c:6702: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:6766: warning: pointer type mismatch in conditional expression ./ftangle.c:7120: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:7205: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:7230: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `scan_module': ./ftangle.c:7664: warning: initialization from incompatible pointer type ./ftangle.c:7702: warning: pointer type mismatch in conditional expression ./ftangle.c: In function `scan_text': ./ftangle.c:7874: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:7933: warning: pointer type mismatch in conditional expression ./ftangle.c:7933: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:7937: warning: pointer type mismatch in conditional expression ./ftangle.c:7937: warning: comparison of distinct pointer types lacks a cast ./ftangle.c:8164: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `app_macro': ./ftangle.c:8324: warning: initialization from incompatible pointer type ./ftangle.c:8406: warning: assignment from incompatible pointer type ./ftangle.c: In function `phase1': ./ftangle.c:8649: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: In function `out_msg': ./ftangle.c:8802: warning: comparison of distinct pointer types lacks a cast ./ftangle.c: At top level: ./ftangle.c:8843: warning: initialization from incompatible pointer type ./ftangle.c:8843: warning: initialization from incompatible pointer type *** Exit 1 Stop. If you can help and are in a stone's throw of South Australia, I owe beers! I really hate having a good package running on my PC, but not on the unix box - It isn't natural! Mike ************************************************************************* In reply, please e-mail to Mike.Brennan@dsto.defence.gov.au Dr M.J. Brennan Special Projects Group Ph: (61) (8) 259 5762 LSOD / DSTO HQ 11 GPO Box 1500 FAX: (61) (8) 259 6638 Salisbury SA 5108 AUSTRALIA ************************************************************************ From fweb-installers-owner Thu Mar 14 00:34:58 1996 Return-Path: brennanm@grunt.dsto.defence.gov.au Received: from fang.dsto.defence.gov.au (fang.dsto.defence.gov.au [131.185.2.5]) by pppl.gov (8.7.4/8.7.3) with SMTP id AAA13100 for ; Thu, 14 Mar 1996 00:34:41 -0500 (EST) From: brennanm@grunt.dsto.defence.gov.au Received: from grunt.dsto.defence.gov.au by fang.dsto.defence.gov.au; (8.6.12/1.1.8.2/13May95-0346PM) id QAA21298; Thu, 14 Mar 1996 16:04:33 +1030 Received: from localhost by grunt.dsto.defence.gov.au; (5.65v3.2/1.1.8.2/16Jan96-0403PM) id AA03285; Thu, 14 Mar 1996 16:04:29 +1030 Message-Id: <9603140534.AA03285@grunt.dsto.defence.gov.au> To: fweb-installers@pppl.gov Subject: Summary for DECalpha installs Date: Thu, 14 Mar 96 16:04:29 +1030 X-Mts: smtp Dear Installers, Here is a brief summary of the responses to my question of yesterday, which led to a (complete?) install of fweb 1.53 this morning. .... thanks for the swift replies. On a DECalpha, running Digital Unix 3.2D-1 the following are needed to install fweb 1.53 1) Remove gcc from path (temp rename of gcc) and run configure (uses DEC C Compiler) 2) Remove all "whitespace" from in front of preprocessor statements in typedefs.h (i.e. #define ... etc, where nested) ... The make proceedure hates them! 3) Also remove a single stray / character in line 215 of my makefile ... (seems to work!) 4) Run make. I am still to resolve an error in makeinfo ... it doesn't find it, but I assume that is my particular install of latex etc Once again thanks to those who contributed, now I can start my posts to fweb-users@pppl.gov !!!!!! Mike ************************************************************************* In reply, please e-mail to Mike.Brennan@dsto.defence.gov.au Dr M.J. Brennan Special Projects Group Ph: (61) (8) 259 5762 LSOD / DSTO HQ 11 GPO Box 1500 FAX: (61) (8) 259 6638 Salisbury SA 5108 AUSTRALIA ************************************************************************ From fweb-installers-owner Thu Mar 14 14:03:32 1996 Return-Path: sad@utkux.utcc.utk.edu Received: from utkux4.utcc.utk.edu (UTKUX4.UTCC.UTK.EDU [128.169.76.11]) by pppl.gov (8.7.4/8.7.3) with SMTP id OAA21882 for ; Thu, 14 Mar 1996 14:03:30 -0500 (EST) From: sad@utkux.utcc.utk.edu Received: by utkux4.utcc.utk.edu (5.x/2.7c-UTK) id AA08449; Thu, 14 Mar 1996 13:59:19 -0500 Message-Id: <9603141859.AA08449@utkux4.utcc.utk.edu> Subject: Re: Summary for DECalpha installs To: brennanm@grunt.dsto.defence.gov.au Date: Thu, 14 Mar 1996 13:59:18 -0500 (EST) Cc: fweb-installers@pppl.gov (Fweb-Inst-List) In-Reply-To: <9603140534.AA03285@grunt.dsto.defence.gov.au> from "brennanm@grunt.dsto.defence.gov.au" at Mar 14, 96 04:04:29 pm X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > > Dear Installers, > >Here is a brief summary of the responses to my question of yesterday, which led >to a (complete?) install of fweb 1.53 this morning. .... thanks for the swift >replies. > >On a DECalpha, running Digital Unix 3.2D-1 the following are needed to install >fweb 1.53 > >1) Remove gcc from path (temp rename of gcc) and run configure (uses DEC C > Compiler) > [cut the rest] > ************************************************************************* > In reply, please e-mail to Mike.Brennan@dsto.defence.gov.au > Dr M.J. Brennan Special Projects Group > ************************************************************************* Amazing. This seems to be a popular one ... It has been reported for AIX and I encountered on my Suns (and solved it because it had been reported for AIX before .. :-). Maybe the configure script assumes an older gcc than the ones we have installed by now? Stefan ========================================================================== Stefan A. Deutscher, sad@utk.edu, (001)-423-[522-7845|974-7838|574-5897] home^ UTK^ ORNL^ ========================================================================== If there is software you'd like to have in a native version, visit the: OS/2 E-mail Campaign Page http://www.andrews.edu/~boyko/email.html -------------------------------------------------------------------------- From fweb-installers-owner Sat Mar 16 11:39:42 1996 Return-Path: sad@utkux.utcc.utk.edu Received: from utkux4.utcc.utk.edu (UTKUX4.UTCC.UTK.EDU [128.169.76.11]) by pppl.gov (8.7.4/8.7.3) with SMTP id LAA10652; Sat, 16 Mar 1996 11:39:40 -0500 (EST) From: sad@utkux.utcc.utk.edu Received: by utkux4.utcc.utk.edu (5.x/2.7c-UTK) id AA16250; Sat, 16 Mar 1996 11:38:47 -0500 Message-Id: <9603161638.AA16250@utkux4.utcc.utk.edu> Subject: Uploaded os/2 "port" of fweb-1.53 to various places To: krommes@princeton.edu (John A. Krommes), rasmith@arete.com, fweb-users@pppl.gov (Fweb-User-List), fweb-installers@pppl.gov (Fweb-Inst-List), ctan@shsu.edu Date: Sat, 16 Mar 1996 11:38:46 -0500 (EST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Dear John, dear Ralph, dear all: Here follows my announcement of the OS/2 binaries (can't call it really port, and if so, it wasn't mine but Ralph's, who sent the critical patch to me). Thanks for fweb and all --- Stefan ========================================================================== Stefan A. Deutscher, sad@utk.edu, (001)-423-[522-7845|974-7838|574-5897] home^ UTK^ ORNL^ ========================================================================== If there is software you'd like to have in a native version, visit the: OS/2 E-mail Campaign Page http://www.andrews.edu/~boyko/email.html -------------------------------------------------------------------------- I have uploaded the os/2 port(let) of the tool for literate programming, fweb-1.53, to hobbes, cdrom, and CTAN. The file (1572333 Mar 6 21:21 fweb153.zip) lives in incoming directories and will hopefully propagate over time. site: hobbes: ftp-os2.nmsu.com now: /incoming move to: /os2/unix/tex site: cdrom: ftp-os2.cdrom.com now: /os2/incoming move to: /os2/tex site: CTAN: ftp.shsu.edu (or mirrors, like lately even cdrom) now: incoming move to: /tex-archive/web/fweb/fweb-1.53 (needs to be created) also, on CTAN, I suggest to place a copy of this text file in /tex-archive/web/fweb/executables/fweb-1.53/os2 (needs to be created) so people find out that there are executables for os/2 but they don't have to be duplicated on CTAN and eat space. Note: For some reasone one can't see files on ftp.shsu.edu in /incoming once they are there even though quote site index finds them), so either go to another place or wait until they have propagated to their final destination. I append a part of the readme I wrote for the OS/2 port. %file: READ_ME.os2 %date: 27-Feb-1996 .. 6-Mar-1996 %Author: Stefan A. Deutscher (sad@utk.edu; stefand@elphy.irz.hu-berlin.de) This is the OS/2 re-compile of J. A. Krommes' fweb-1.53, a tool for literate programming in c, f77, f90, ratfor, and so on. It also allows verbatim input for languages it doesn't know (I hope to use it with Extended ANSI-ISO Pascal). It contains the original sources and the following files in the new subdirectory boot/ibm/os2: wrw-a-- 19563 Mar 06 14:39 Makefile.os2 -rw-a-- 9040 Mar 06 15:50 READ_ME.os2 -rw-a-- 140526 Mar 06 14:44 common.c.os2 -rw-a-- 207673 Mar 06 14:44 common.web.os2 -rw-a-- 2034 Mar 06 14:45 config.h.os2 -rw-a-- 14721 Mar 06 14:36 custom.h.os2 -rw-a-- 4665 Mar 06 14:42 defaults.mk.os2 -rwxa-- 253956 Mar 06 14:33 ftangle.exe* -rwxa-- 229380 Mar 06 14:33 fweave.exe* -rw-a-- 2287 Mar 06 15:31 fweb-1.53.patch The original sources are up for ftp on: ftp://ftp.pppl.gov/pub/fweb/ The executables as well as the patched sources and the makefiles and other custom files are in fweb-1.53/boot/ibm/os2. You will need HPFS for the long file names; I couldn't be bothered to change it all to 8.3 FAT names. Fweb alone is worth going to HPFS, in case you aren't there yet. You need to have the emx runtime library (emxrt.zip) version 0.9a or later installed. It can be found on ftp-os2.cdrom.com (cdrom), ftp-os2.nmsu.edu (hobbes), for example. To use it you will also need (besides an editor and a compiler) LaTeX2e. The emTeX distribution as found on CTAN and the normal os/2 sites (or the December '95 Hobbes OS/2 CD-ROM) are fine. You will also need the LaTeX packages multicol and indentfirst, also on CTAN. I don't include them here because it is a much better idea to fetch them from there, where they are maintained and updated. Get the whole tools subdirectory, and run LaTeX2e on the file tools.ins to install the packages. That was faster for me than trying to install just these two packages by hand ... Now: You can simply put the executables in your path (ftangle.exe, fweave.exe) and the style and macro files manual/fwebmac.sty manual/fwebnum.sty in your TEXINPUT, TEXINPUTS directory, print the docs (and read them) and install the *.info files and such, in case you have GNU info installed. In case you like UNIXish man pages and have gnu man installed, you can also visit fweb-1.53/manual and move fweb.1 in your manpage path, and you can print fweb.ps for a nice hand book. In fact, if you have not much experience with literate programming, I even recommend you get a hold of the old version 1.30 of fweb (on CTAN, Comprehensive TeX Archive Network, for instance: ftp.shsu.edu) and print its postscrip manual. Of course things have changed since then, but it is a very detailed treatment of the subject at hand. You're free to go now. You can also recompile thw whole thing and make a port that integrates more smoothly with the distribution of fweb-1.53, for instance by fiddeling with the configure script and all that. Here are some notes about my port. {well, read the real thing for that} .... For more information look at the docs that come with the original distribution, at the mailing lists they mention, and check out the usenet news group comp.programming.literate. Anyway. Like with the original source code: No warranties of any form implied. You use it at your own risk, if your toaster explodes -- too bad. Chocolates and such to D. Knuth, S. Levy, J. A. Krommes, Ralph Smith, E. Matthes, well -- if there is some left I'll take a bite. Have fun! Stefan A. Deutscher (27-Feb-1996) sad@utk.edu; stefand@elphy.irz.hu-berlin.de ============================================================================= Stefan A. Deutscher | (+1-423-) voice fax The University of Tennessee, Knoxville | UTK : 974-7838 974-7843 Department of Physics and Astronomy | ORNL : 574-5897 574-1118 401, A. H. Nielsen Building | home : 522-7845 522-7845 Knoxville, T.N. 37996-1200, USA | email: sad@utk.edu ============================================================================= From fweb-installers-owner Mon Apr 1 16:46:02 1996 Return-Path: sad@utkux.utcc.utk.edu Received: from utkux4.utcc.utk.edu (UTKUX4.UTCC.UTK.EDU [128.169.76.11]) by pppl.gov (8.7.4/8.7.3) with SMTP id QAA22424 for ; Mon, 1 Apr 1996 16:45:48 -0500 (EST) From: sad@utkux.utcc.utk.edu Received: by utkux4.utcc.utk.edu (5.x/2.7c-UTK) id AA09970; Mon, 1 Apr 1996 16:40:05 -0500 Message-Id: <9604012140.AA09970@utkux4.utcc.utk.edu> Subject: Bug in fweb-1.53 on non-UNIX: -F problem To: krommes@princeton.edu (John A. Krommes), fweb-installers@pppl.gov (Fweb-Inst-List) Date: Mon, 1 Apr 1996 16:40:03 -0500 (EST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I just started using the @o and @I commands of fweb 1.53 to split up my source files. All worked well until I decided to use -F. The I got the following: Reading dPLeg.web... *1 Writing the temporary output file(s): (dPLeg.f) Renaming temporary file(s): (dPLeg.fmv: cannot move `./10000008.tmp' to `dPLeg.f' : Permission denied *) I am using my own OS/2 port, which has so far worked well (after Ralph's patch was applied). On UNIX all worked as expected. So I got the idea that Maybe fweb tries to rename/move the file before it is closed, in which case OS/2 wouldn't allow it, while UNIX does. Indeed, this is where I ended up with gdb. Here is the result and a patch. * The problem lies in the function SRTN cmp_outfiles(VOID) before the call to @@; because OS/2 protects open files and doesn't allow them to be renamed or removed. UNIX is more relaxed (sloppy?) there. The following patch to the ftnangle.web file closes the open tmp file explicitly which takes care of that and allows rename / move to succeed. I have no clue whether this explicit closing of the file causes some buffer memory to be released a second time later, but so far it works. *** ftangle.web Mon Apr 01 16:51:44 1996 --- ftangle.web.distrib Mon Apr 01 16:51:20 1996 *************** *** 2997,3008 **** if(old_ptr) @@; else - { /* many non-UNIX systems need file to be closed - before it can be renamed or moved, or .. - OS/2 is an example. S. A. Deutscher, 1-Apr-1996 */ - fclose(f->ptr); @@; // No old file at all. - } } if(!renamed) printf("[no changes]"); --- 2997,3003 ---- Kind regards! Stefan A. Deutscher =============================================================================== Stefan A. Deutscher | (+1-423-) voice fax The University of Tennessee, Knoxville | UTK : 974-7838 974-7843 Department of Physics and Astronomy | ORNL : 574-5897 574-1118 401, A. H. Nielsen Building | home : 522-7845 522-7845 Knoxville, T.N. 37996-1200, USA | email: sad@utk.edu =============================================================================== From fweb-installers-owner Mon Dec 30 11:27:59 1996 Return-Path: Received: from orion.pppl.gov (krommes@orion.pppl.gov [198.35.4.73]) by pppl.gov (8.8.4/8.8.4) with ESMTP id LAA19522 for ; Mon, 30 Dec 1996 11:27:59 -0500 (EST) Received: (from krommes@localhost) by orion.pppl.gov (8.8.4/8.8.4) id LAA27842; Mon, 30 Dec 1996 11:27:57 -0500 (EST) Date: Mon, 30 Dec 1996 11:27:57 -0500 (EST) Message-Id: <199612301627.LAA27842@orion.pppl.gov> From: John Krommes To: fweb-installers@pppl.gov Subject: FWEB-1.60-beta is available for testing Reply-to: Krommes@princeton.edu FWEB-1.60-beta December 30, 1996 A beta release of FWEB-1.60 is available from ftp.pppl.gov:/pub/fweb/fweb-1.60-beta.tar.Z The principle new feature of this release is the ability to merge multiple indexes, produced by weaving several distinct web source files, into one master index. This is intended to expedite working with large projects. The feature works in conjunction with the utility routine `makeindex', which is assumed to be on your system. It is explained in the info documentation, menu item `Merging indexes' under node `Index'. I would appreciate it if people would play with the feature; it was surprisingly tedious to implement. I do NOT recommend that you install this beta version permanently on your system as a replacement for the present stable version 1.53; as its name implies, it has not been adequately tested. Of course, testing is very welcome. I hope to get a stable version out in a month or so. Happy New Year! -- John Krommes E-MAIL: krommes@princeton.edu Princeton University or krommes@pppl.gov P.O. Box 451 PHONE: (609) 243-2606 Princeton, NJ 08543 FAX: (609) 243-2662 From fweb-installers-owner Fri Sep 12 22:05:11 1997 Return-Path: Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by pppl.gov (8.8.6/8.8.5) with ESMTP id WAA16766; Fri, 12 Sep 1997 22:05:10 -0400 (EDT) Received: from lovelace.cs.tu-berlin.de (kellnerm@lovelace.cs.tu-berlin.de [130.149.17.117]) by mail.cs.tu-berlin.de (8.8.6/8.8.6) with ESMTP id EAA10906; Sat, 13 Sep 1997 04:02:15 +0200 (MET DST) Received: (from kellnerm@localhost) by lovelace.cs.tu-berlin.de (8.8.6/8.8.6) id EAA10155; Sat, 13 Sep 1997 04:02:07 +0200 (MET DST) Date: Sat, 13 Sep 1997 04:02:04 +0200 (MET DST) From: Matthias Kellner To: "John A. Krommes" , rasmith@arete.com, Fweb-User-List , Fweb-Inst-List , ctan@shsu.edu, stefand@elphy.irz.hu-berlin.de Subject: fweb latex babel german Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Dear all, I have studied everything to your Programm, but I have one big problem and many litle: Can anybody tell me how I can get rid of your Page headers described in section 10.1.5. I think there are good for programming, but I want to write my study-work and older thinking people, dont accept this. Another question is, is fweave working together with babel, german? I have tested every possible possibility, but this package is never shown and \today is never like the Germans date. May be I'm doing somthing little wrong, but I have nobody here using the same tool. And there is nothing about latex in your mailing-list. At the end I have the feeling, that fweb is killing other classes. Is there a limit for packages and classes? I'm finishing my studdies soon, perhaps someone can give me a hint before the END. Thanks to all, who are reading this and like german "english"??? Matthias PS.;I think fweb is a very good Idea, and using this style I wrote an object-oriented Database. Thanks to Krommes From fweb-installers-owner Mon Jan 19 12:24:43 1998 Return-Path: Received: from ferrari.lcam.u-psud.fr (ferrari.lcam.u-psud.fr [194.57.28.131]) by pppl.gov (8.8.6/8.8.5) with ESMTP id MAA18303 for ; Mon, 19 Jan 1998 12:15:34 -0500 (EST) Received: (from stefand@localhost) by ferrari.lcam.u-psud.fr (8.7.1/8.7.1) id SAA19150; Mon, 19 Jan 1998 18:14:35 GMT From: "Stefan A. Deutscher" Message-Id: <199801191814.SAA19150@ferrari.lcam.u-psud.fr> Subject: InBuilding and installing fweb 1.53 on HP-UX 10.20 ? To: fweb-installers@pppl.gov (Fweb-Inst-List) Date: Mon, 19 Jan 1998 18:14:34 WET Cc: stefand@ibm.net (Stefan A. Deutscher) Reply-To: sad@utk.edu X-Mailer: Elm [revision: 212.2] Hi everybody, I am trying and failing to build fweb 1.53 on HP-UX 10.20. I have access to the HP ANSI C compiler, and use it with the flags CFLAGS = -Aa -D_HPUX_SOURCE +e in the defaults.mk file. The ./configure script had for some reason refused to honour my 'setenv CC cc' and continued to find gcc (which is ancient 2.6.0 and dies on lots of things, so maybe it is not properly installed, either) until I edited the PATH to take it out. ./configure didn't check for the ANSI C switches either and just tried to use cc as is. With above options things start off well, and then they die. Here is my log of the events after typing make >& make.log touch ./typedefs.hweb ./*.h ./*.c cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./ftangle.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc: "ftangle.c", line 820: warning 604: Pointers are not assignment-compatible. cc: "ftangle.c", line 853: warning 604: Pointers are not assignment-compatible. cc: "ftangle.c", line 853: warning 563: Argument #1 is not the correct type. cc: "ftangle.c", line 1770: warning 604: Pointers are not assignment-compatible. cc: "ftangle.c", line 1770: warning 563: Argument #1 is not the correct type. cc: "ftangle.c", line 7646: warning 604: Pointers are not assignment-compatible. cc: "ftangle.c", line 7646: warning 563: Argument #1 is not the correct type. cc: "ftangle.c", line 7646: warning 604: Pointers are not assignment-compatible. cc: "ftangle.c", line 7646: warning 563: Argument #2 is not the correct type. cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./common.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc: "common.c", line 1328: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 1328: warning 563: Argument #1 is not the correct type. cc: "common.c", line 1373: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 1373: warning 563: Argument #1 is not the correct type. cc: "common.c", line 1488: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 1488: warning 563: Argument #1 is not the correct type. cc: "common.c", line 1653: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 1653: warning 563: Argument #1 is not the correct type. cc: "common.c", line 3655: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 3655: warning 563: Argument #1 is not the correct type. cc: "common.c", line 4876: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 4876: warning 563: Argument #1 is not the correct type. cc: "common.c", line 5215: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 5215: warning 563: Argument #1 is not the correct type. cc: "common.c", line 5862: warning 604: Pointers are not assignment-compatible. cc: "common.c", line 5862: warning 563: Argument #1 is not the correct type. cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./ratfor.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc: "ratfor.c", line 1756: warning 604: Pointers are not assignment-compatible. cc: "ratfor.c", line 1756: warning 563: Argument #1 is not the correct type. cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./reserved.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./eval.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc: "eval.c", line 649: warning 604: Pointers are not assignment-compatible. cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./macs.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc: "macs.c", line 1070: warning 604: Pointers are not assignment-compatible. cc: "macs.c", line 1099: warning 604: Pointers are not assignment-compatible. cc -c -Aa -D_HPUX_SOURCE +e -I. -DHAVE_CONFIG_H -DMV=\"mv\" ./style.c cpp: "param.h", line 426: warning 2001: Redefinition of macro MIN. cpp: "param.h", line 427: warning 2001: Redefinition of macro MAX. cc: "style.c", line 668: warning 604: Pointers are not assignment-compatible. cc: "style.c", line 668: warning 563: Argument #1 is not the correct type. cc: "style.c", line 972: error 1000: Unexpected symbol: "*". cc: "style.c", line 974: error 1000: Unexpected symbol: "{". cc: "style.c", line 980: error 1000: Unexpected symbol: "return". cc: "style.c", line 980: error 1000: Unexpected symbol: ";". cc: "style.c", line 973: warning 557: Missing declaration specifiers, "int" assumed. cc: "style.c", line 977: warning 557: Missing declaration specifiers, "int" assumed. cc: "style.c", line 977: error 1584: Inconsistent type declaration: "s0". cc: "style.c", line 977: error 1521: Incorrect initialization. cc: "style.c", line 978: warning 557: Missing declaration specifiers, "int" assumed. cc: "style.c", line 978: error 1584: Inconsistent type declaration: "s1". cc: "style.c", line 978: error 1521: Incorrect initialization. gmake: *** [style.o] Error 1 Any pointers are most appreciated, I really can't use my working fweb in the US at line speeds of less than 60 bytes / second ... Cheers! Stefan -- ========================================================================= Stefan A. Deutscher | (+33-(0)1) voice fax Laboratoire des Collisions Atomiques et | LCAM : 6915-7699 6915-7671 Mol\'{e}culaires (LCAM), B\^{a}timent 351 | home : 5624-0992 5624-0992 Universit\'{e} de Paris-Sud | email: sad@utk.edu 91405 Orsay Cedex, France (Europe) | (forwarded to France) ========================================================================= Do you know what they call a quarter-pounder with cheese in Paris? From fweb-installers-owner Wed Mar 18 10:57:45 1998 Return-Path: Received: from orion.pppl.gov (krommes@orion.pppl.gov [198.35.4.73]) by pppl.gov (8.8.6/8.8.5) with ESMTP id KAA16430; Wed, 18 Mar 1998 10:57:45 -0500 (EST) Received: (from krommes@localhost) by orion.pppl.gov (8.8.8/8.8.8) id KAA01611; Wed, 18 Mar 1998 10:57:44 -0500 (EST) Date: Wed, 18 Mar 1998 10:57:44 -0500 (EST) Message-Id: <199803181557.KAA01611@orion.pppl.gov> From: John Krommes To: fweb-users@pppl.gov, fweb-installers@pppl.gov Subject: The status of FWEB Reply-to: Krommes@princeton.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII The Status of FWEB March 18, 1998 The release of fweb-1.60 planned for the end of January unfortunately did not occur, as I became overwhelmed by an impossibly busy spring semester with unexpected business travel. fweb-1.60 is essentially complete and should be robust. However, the next shot I'll have at releasing that will be mid-May. Meanwhile, in case of emergency I have restored the tar file for fweb-1.53 in ftp.pppl.gov:/u/ftp/pub/fweb. Version 1.60 will be the last major release until the turn of the century. Sorry for the delay, but it's better to get it right than to put out something that's inadequately tested. ---John From fweb-installers-owner Mon Apr 6 07:17:20 1998 Return-Path: Received: from ferrari.lcam.u-psud.fr (ferrari.lcam.u-psud.fr [194.57.28.131]) by pppl.gov (8.8.6/8.8.5) with ESMTP id HAA04637 for ; Mon, 6 Apr 1998 07:17:19 -0400 (EDT) Received: (from stefand@localhost) by ferrari.lcam.u-psud.fr (8.7.1/8.7.1) id NAA23392; Mon, 6 Apr 1998 13:20:40 +0100 (WETDST) From: "Stefan A. Deutscher" Message-Id: <199804061220.NAA23392@ferrari.lcam.u-psud.fr> Subject: Re: Building and installing fweb 1.53 on HP-UX 10.20 ? To: asteindl@mch2ws1.tuwien.ac.at (Alois Steindl) Date: Mon, 06 Apr 1998 13:20:39 WETDST Cc: fweb-installers@pppl.gov (Fweb-Inst-List) In-Reply-To: <199804061030.MAA14534@mch2ws1.tuwien.ac.at>; from "Alois Steindl" at Apr 6, 98 12:30 (noon) X-Loop: stefand@ferrari.lcam.u-psud.fr Reply-To: sad@utk.edu X-Mailer: Elm [revision: 212.2] > > Hello, > I read your posting today, so quite likely my answer will be obsolete. Hallo, and thanks for responding. It turned out that the only thing that got me going was to build gcc (I took 2.8.0) and then build fweb with that. This worked, so I am up and running for a few days now. > Not knowing anything about HP's compilers, let me just comment on the > issue of convincing configure to use the original C-compiler: > After trying some time I realized, that in the first run of configure > a file config.cache is created, which stores some data. This file is > read and used in further runs. So to force a fresh configuration, > config.cache must be removed. Right, that one I knew. It really was the compiler for me. > In order to find the reason for the error in style.c, one could try to > run just the preprocessor and look at its (longish) output. Usually > it's a problem of not including the proper header files. (The warning > message about MAX and MIN also might indicate that.) The lines in > style.c look fine, maybe SRTN or FCN isn't defined properly. In fact, I still get those warnings, but right now I keep my fingers crossed and hope it'll do :-) Cheers! Stefan > Alois Steindl, Tel.: +43 (1) 58801 / 5529 > Inst. for Mechanics II, Fax.: +43 (1) 5875863 > Vienna University of Technology, -- ========================================================================= Stefan A. Deutscher | (+33-(0)1) voice fax Laboratoire des Collisions Atomiques et | LCAM : 6915-7699 6915-7671 Mol\'{e}culaires (LCAM), B\^{a}timent 351 | home : 5624-0992 5624-0992 Universit\'{e} de Paris-Sud | email: sad@utk.edu 91405 Orsay Cedex, France (Europe) | (forwarded to France) ========================================================================= Do you know what they call a quarter-pounder with cheese in Paris? From fweb-installers-owner Wed Sep 23 18:40:01 1998 Return-Path: Received: from orion.pppl.gov (krommes@orion.pppl.gov [198.35.4.73]) by pppl.gov (8.8.6/8.8.5) with ESMTP id SAA07470; Wed, 23 Sep 1998 18:40:01 -0400 (EDT) Received: (from krommes@localhost) by orion.pppl.gov (8.9.1/8.9.1) id SAA14510; Wed, 23 Sep 1998 18:40:00 -0400 (EDT) Date: Wed, 23 Sep 1998 18:40:00 -0400 (EDT) Message-Id: <199809232240.SAA14510@orion.pppl.gov> From: John Krommes To: fweb-installers@pppl.gov, fweb-users@pppl.gov Subject: FWEB 1.61 is available Reply-to: Krommes@princeton.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII --- FWEB version 1.61 --- FWEB version 1.61 is available via anonymous ftp from ftp.pppl.gov:/pub/fweb/fweb-1.61.tar.gz To unpack the release, gunzip fweb-1.61.tar.gz tar -xf fweb-1.61.tar or, if you have gnu tar, gtar -zxf fweb-1.61.tar.gz Then (see fweb-1.61/READ_ME.FWEB for more details) cd fweb-1.61/Web ./configure make [CFLAGS='special compiler flags'] make install NOTE: I will be on extended travel from September 25 until late November. During that period, I may not be able to fix problems with this release. So please upgrade with care. Of course, please report any problems or annoyances with the installation procedure, however minor. In particular, there should be no compiler warnings from ANSI-C compilers, and no make problems on unix systems. This long-overdue release has benefitted from the suggestions and help of many people; thanks to everyone. ---John P.S. To unsubscribe from this list, send a message to majordomo@pppl.gov with the body `unsubscribe fweb-users' and possibly `unsubscribe fweb-installers'. From fweb-installers-owner Tue Apr 27 04:05:36 1999 Return-Path: <<@labs.tamu.edu:tilrman@tamu.edu>> Received: from labs.tamu.edu (labs.tamu.edu [128.194.103.89]) by pppl.gov (8.9.2/8.9.2) with ESMTP id EAA12973 for ; Tue, 27 Apr 1999 04:05:35 -0400 (EDT) Received: from tilrman.resnet.tamu.edu by labs.tamu.edu (LSMTP for Windows NT v1.1b) with SMTP id <0.00129E68@labs.tamu.edu>; Tue, 27 Apr 1999 3:05:58 -0500 Message-Id: <3.0.5.32.19990427030528.0079f5d0@labs.tamu.edu> X-Sender: jet6935@labs.tamu.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Tue, 27 Apr 1999 03:05:28 -0500 To: fweb-installers@pppl.gov From: "James E. Tilley" Subject: Re: termcap0 and linux Cc: us@atom.msi.se Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" [original message was posted to fweb-users] I too encountered this problem. I'm running SuSE linux 5.3, and though I'm still not exactly sure why configure doesn't like $(O), the easiest way to fix the problem is to replace all instances (I think there are two or three) of ``termcap0.$(O)'' with ``termcap0.o''. I am assuming that ${O} is the variable for the universal object-file extension, which on linux is ``o''. Of course, this is a hack, not a fix. I don't know enough about shell scripts to hunt down the problem. The only theory I have is that my install of linux aliased 'o' to 'less', and the shell got confused. I doubt this is the real reason, however. Hope this helps, and I'd like to hear others' takes and perhaps fixes . . . James LP^> >From fweb-users-owner Mon Feb 15 04:45:14 1999 Return-Path: Received: from msiw31.msi.se (msiw31.msi.se [130.237.217.51]) by pppl.gov (8.9.2/8.9.2) with SMTP id EAA08277 for ; Mon, 15 Feb 1999 04:45:13 -0500 (EST) Received: from localhost by msiw31.msi.se (5.65v3.2/1.1.10.5/19Feb98-0349PM) id AA20432; Mon, 15 Feb 1999 10:44:31 +0100 Sender: us@atom.msi.se Message-Id: <36C7EC7D.EDD48FEE@atom.msi.se> Date: Mon, 15 Feb 1999 10:44:30 +0100 From: Ulf Saalmann Organization: Stockholm University X-Mailer: Mozilla 4.08 [en] (X11; I; OSF1 V4.0 alpha) Mime-Version: 1.0 To: Fweb users list Subject: installation problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I have succesfully installed fweb 1.62 on AIX3.2 and Digital Unix 3.2 but I failed on a linux pc. I have encountered a problem already with "./configure" [last lines of output from "./configure"] checking for working backslash continuations... YES checking for new-style prototypes... YES checking for ANSI sprintf... YES checking for ANSI sscanf... YES checking for info... (cached) info checking for tputs in -ltermcap... (cached) no ./configure: O: command not found creating ./config.status creating defaults.mk creating custom.h creating config.h and then with "make" [last lines of output from "make -d"] Removing child 0x080801f8 PID 5287 from chain. Successfully remade target file `style.o'. Considering target file `termcap0.'. File `termcap0.' does not exist. Looking for an implicit rule for `termcap0.'. Trying pattern rule with stem `termcap0.'. Trying implicit dependency `termcap0..o'. Trying pattern rule with stem `termcap0.'. Trying implicit dependency `termcap0..c'. Trying pattern rule with stem `termcap0.'. . . . Trying pattern rule with stem `termcap0..sh'. Trying implicit dependency `s.termcap0..sh'. Trying pattern rule with stem `termcap0..sh'. Trying implicit dependency `SCCS/s.termcap0..sh'. No implicit rule found for `termcap0.'. Finished dependencies of target file `termcap0.'. Must remake target `termcap0.'. make: *** No rule to make target `termcap0.', needed by `ftangle'. Stop. Any ideas? Please reply to us@atom.msi.se Thanks Ulf PS. Probably it is a stupid question. Sorry for that! From fweb-installers-owner Sat Jul 31 02:48:55 1999 Return-Path: Received: from kstar.kbsi.re.kr (kstar.kbsi.re.kr [203.253.241.75]) by pppl.gov (8.9.2/8.9.2) with SMTP id CAA21876 for ; Sat, 31 Jul 1999 02:48:54 -0400 (EDT) Received: from kstar.kbsi.re.kr ([210.125.82.134]) by kstar.kbsi.re.kr (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id QAA05104 for ; Sat, 31 Jul 1999 16:48:12 +1000 Message-ID: <37A29E28.571FC029@kstar.kbsi.re.kr> Date: Sat, 31 Jul 1999 15:56:40 +0900 From: Bong Ju Lee Organization: Korea Basic Science Institute X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: fweb-installers@pppl.gov Subject: Problems in SGI IRIX 6.2 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Dear, I am trying to install FWEB in a SGI machine with IRIX Release 6.2 IP25. Has anyone installed it there? We have problems while compiling it. Thanks, BongJu Lee From fweb-installers-owner Fri Mar 24 14:32:57 2000 Return-Path: Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by pppl.gov (8.9.2/8.9.2) with ESMTP id OAA26414 for ; Fri, 24 Mar 2000 14:32:57 -0500 (EST) Received: from coastal.udel.edu (chinacat.coastal.udel.edu [128.175.90.15]) by copland.udel.edu (8.9.3/8.9.3) with ESMTP id OAA24205; Fri, 24 Mar 2000 14:32:54 -0500 (EST) Sender: kirby@udel.edu Message-ID: <38DBC250.82B27E7D@coastal.udel.edu> Date: Fri, 24 Mar 2000 14:30:24 -0500 From: "James T. Kirby" Organization: University of Delaware X-Mailer: Mozilla 4.08 [en] (X11; U; IRIX 6.5 IP32) MIME-Version: 1.0 To: fweb-installers@pppl.gov CC: "James T. Kirby" Subject: Problem with fweb on Linux-PC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello - I am trying to install fweb on a new Pentium III running linux. A problem arises in "make", at the step where ratfor.c is being compiled. The error is: ./ratfor.c:1833: macro 'strpbrk' used without args This is a fatal error and stops the process. I am using fweb-1.62, and have not had the problem on other machines (SGI IRIX 6.3, SUN with SOLARIS) using their own c compilers (cc rather than gcc). I am using all the default configurations. The compiler is gcc-2.95.2. The Linux distribution is Red Hat 6.1. Any help would be appreciated. Jim Kirby -- James T. Kirby Center for Applied Coastal Research phone: 302-831-2438 University of Delaware fax: 302-831-1228 Newark, DE 19716 email: kirby@udel.edu http://chinacat.coastal.udel.edu/~kirby From fweb-installers-owner Wed Mar 14 07:07:09 2001 Return-Path: Received: from a.pppl.gov (b.pppl.gov [192.188.106.170]) by pppl.gov (8.9.2/8.9.2) with SMTP id HAA29939 for ; Wed, 14 Mar 2001 07:07:09 -0500 (EST) Received: from mailhub2.shef.ac.uk (mailhub2.shef.ac.uk [143.167.2.154]) by newman.pppl.gov (8.9.3/8.9.3) with ESMTP id HAA21513 for ; Wed, 14 Mar 2001 07:05:46 -0500 Received: from stoat.shef.ac.uk ([143.167.2.1]) by mailhub2.shef.ac.uk with esmtp (Exim 3.16 #1) id 14dA3V-00049U-00 for fweb-installers@pppl.gov; Wed, 14 Mar 2001 12:07:05 +0000 Received: from ch1dbc (helo=localhost) by stoat.shef.ac.uk with local-esmtp (Exim 3.14 #2) id 14dA3V-0005pL-00 for fweb-installers@pppl.gov; Wed, 14 Mar 2001 12:07:05 +0000 Date: Wed, 14 Mar 2001 12:07:05 +0000 (GMT) From: D Cook X-Sender: ch1dbc@stoat To: fweb-installers@pppl.gov Subject: 1.62 failure to make (ratfor does not compile) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello Colleagues, Any comments on the message below from the "make" of fweb-1.62? =============================================================== touch ./typedefs.hweb ./*.h ./*.c gcc -c -O2 -g -ansi -pedantic -I. -DHAVE_CONFIG_H ./ftangle.c gcc -c -O2 -g -ansi -pedantic -I. -DHAVE_CONFIG_H ./common.c gcc -c -O2 -g -ansi -pedantic -I. -DHAVE_CONFIG_H ./ratfor.c ./ratfor.c:1833:14: not enough arguments for macro "strpbrk" make: *** [ratfor.o] Error 1 =============================================================== Dr. David B. Cook (Director of Studies) The Dept. of Chemistry The University of Sheffield SHEFFIELD S3 7HF UK Phone +44 (0)114 2229528 FAX +44 (0)114 2738673 http://spider.shef.ac.uk/ Not all that must be learned can be taught From fweb-installers-owner Thu Mar 15 04:36:54 2001 Return-Path: Received: from a.pppl.gov (b.pppl.gov [192.188.106.170]) by pppl.gov (8.9.2/8.9.2) with SMTP id EAA09362 for ; Thu, 15 Mar 2001 04:36:54 -0500 (EST) Received: from mailhub2.shef.ac.uk (mailhub2.shef.ac.uk [143.167.2.154]) by newman.pppl.gov (8.9.3/8.9.3) with ESMTP id EAA07646 for ; Thu, 15 Mar 2001 04:35:30 -0500 Received: from stoat.shef.ac.uk ([143.167.2.1]) by mailhub2.shef.ac.uk with esmtp (Exim 3.16 #1) id 14dUBf-0005Ux-00 for fweb-installers@pppl.gov; Thu, 15 Mar 2001 09:36:51 +0000 Received: from ch1dbc (helo=localhost) by stoat.shef.ac.uk with local-esmtp (Exim 3.14 #2) id 14dUBf-0007Id-00 for fweb-installers@pppl.gov; Thu, 15 Mar 2001 09:36:51 +0000 Date: Thu, 15 Mar 2001 09:36:51 +0000 (GMT) From: D Cook X-Sender: ch1dbc@stoat To: fweb-installers@pppl.gov Subject: Why does fweb-1.6X start the first comment in col. 6? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello Colleague, I am constantly finding that fweb-1.6X does not do as well as fweb-1.53; in particular the automatic Comment at the start often has 'C' in col. 6 not 1 and some of the logical operators are changed to f77 equivalents in Comments. Here is a silly example: =================================================== @* literal. This is to try out the various ways FWEB and g77 treat character constants in various data types. Also to display a few bugs in FWEB @a character jimmy, freddy integer jim fred real bert double precision harry data jim,fred /1H!,'!'/ data bert /'BERT'/ data harry /5HHARRY/ jimmy = '!' freddy = '!!' jim = '!' fred = '!!' C Here is a Dirac ket |x> harry = bert /* Here is another Dirac ket |y> */ STOP end ============================================= Dr. David B. Cook (Director of Studies) The Dept. of Chemistry The University of Sheffield SHEFFIELD S3 7HF UK Phone +44 (0)114 2229528 FAX +44 (0)114 2738673 http://spider.shef.ac.uk/ Not all that must be learned can be taught From fweb-installers-owner Tue Mar 20 08:50:52 2001 Return-Path: Received: from a.pppl.gov (b.pppl.gov [192.188.106.170]) by pppl.gov (8.9.2/8.9.2) with SMTP id IAA14758 for ; Tue, 20 Mar 2001 08:50:51 -0500 (EST) Received: from mailhub2.shef.ac.uk (mailhub2.shef.ac.uk [143.167.2.154]) by newman.pppl.gov (8.9.3/8.9.3) with ESMTP id IAA19073 for ; Tue, 20 Mar 2001 08:49:17 -0500 Received: from stoat.shef.ac.uk ([143.167.2.1]) by mailhub2.shef.ac.uk with esmtp (Exim 3.16 #1) id 14fMXA-0004u2-00 for fweb-installers@pppl.gov; Tue, 20 Mar 2001 13:50:48 +0000 Received: from ch1dbc (helo=localhost) by stoat.shef.ac.uk with local-esmtp (Exim 3.14 #2) id 14fMXA-0000K2-00 for fweb-installers@pppl.gov; Tue, 20 Mar 2001 13:50:48 +0000 Date: Tue, 20 Mar 2001 13:50:48 +0000 (GMT) From: D Cook X-Sender: ch1dbc@stoat To: fweb-installers@pppl.gov Subject: fwe-1.53 still around? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello colleague, Does anyone out there know where fweb-1.53.tar.gz is? Dr. David B. Cook (Director of Studies) The Dept. of Chemistry The University of Sheffield SHEFFIELD S3 7HF UK Phone +44 (0)114 2229528 FAX +44 (0)114 2738673 http://spider.shef.ac.uk/ Not all that must be learned can be taught From fweb-installers-owner Mon Oct 15 09:19:19 2001 Return-Path: Received: from DSTOTLERNB (dhcp7-224.pppl.gov [198.35.7.224]) by pppl.gov (8.9.2/8.9.2) with SMTP id JAA23848 for ; Mon, 15 Oct 2001 09:19:19 -0400 (EDT) From: "Daren Stotler" To: Subject: Compiling FWEB under Cygwin? Date: Mon, 15 Oct 2001 09:19:09 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Has anyone compiled FWEB under Cygwin? I'm trying to replicate my Unix cluster working environment under Windows 2000 on my laptop. The next step is to get FWEB running. I downloaded the gzip file (for 1.62) and mindlessly did configure & make. The make actually got most of the way through, creating both ftangle & fweave. However, the resulting executables bomb immediately with a seg. fault when you try to run them. Thanks, Daren Stotler ________________________________________________________________________ Daren Stotler http://w3.pppl.gov/~dstotler Principal Research Physicist Princeton Plasma Physics Laboratory MS 27 P. O. Box 451 Princeton, NJ 08543 609-243-2063 You can visit the home page of the Princeton Plasma Physics Laboratory at http://www.pppl.gov From fweb-installers-owner Wed Jul 31 13:25:31 2002 Return-Path: Received: from taurus.pppl.gov (IDENT:krommes@taurus.pppl.gov [192.55.106.156]) by pppl.gov (8.9.2/8.9.2) with ESMTP id NAA17207; Wed, 31 Jul 2002 13:25:31 -0400 (EDT) Received: (from krommes@localhost) by taurus.pppl.gov (8.9.2/8.9.2) id NAA16906; Wed, 31 Jul 2002 13:25:30 -0400 (EDT) Date: Wed, 31 Jul 2002 13:25:30 -0400 (EDT) Message-Id: <200207311725.NAA16906@taurus.pppl.gov> From: John Krommes To: fweb-users@pppl.gov, fweb-installers@pppl.gov Subject: Mailing-list shutdown Reply-to: Krommes@princeton.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Unfortunately, the fweb-users and fweb-installers mailing lists have been the target of repeated attacks by someone who wants to distribute viruses. Therefore, those lists will be shut down until further notice. Most viruses are removed by a site-wide firewall. If something got through, my apologies. The incidents will be actively investigated. ---John Krommes