From: Adam H. <aha...@gm...> - 2008-10-13 00:38:31
|
remove On Sat, Oct 11, 2008 at 1:03 PM, < tin...@li...> wrote: > Send Tiny-cobol-users mailing list submissions to > tin...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/tiny-cobol-users > or, via email, send a message with subject or body 'help' to > tin...@li... > > You can reach the person managing the list at > tin...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Tiny-cobol-users digest..." > > > Today's Topics: > > 1. whereis htcobol?? (irado) > 2. Re: whereis htcobol?? (David Essex) > 3. htcobol can not compile, hang-up (m_maass) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 26 Sep 2008 10:40:48 -0700 (PDT) > From: irado <ir...@sa...> > Subject: [Tiny-cobol-users] whereis htcobol?? > To: tin...@li... > Message-ID: <196...@ta...> > Content-Type: text/plain; charset=us-ascii > > > configured/compiled/install WITHOUT errors or warnings. htcobrun is there > but > htcobol disappear (never made, at all). > > version 0.62 and 0.63 - yes, I am trying a lot, since long. > > Question: HOW can I have the compiler done? > > system: Slackware Linux 12.1 > > > -- > View this message in context: > http://www.nabble.com/whereis-htcobol---tp19693229p19693229.html > Sent from the tiny-cobol-users mailing list archive at Nabble.com. > > > > > ------------------------------ > > Message: 2 > Date: Sun, 05 Oct 2008 15:03:23 -0400 > From: David Essex <de...@us...> > Subject: Re: [Tiny-cobol-users] whereis htcobol?? > To: tiny-cobol-users <tin...@li...> > Message-ID: <48E...@us...> > Content-Type: text/plain; charset=us-ascii; format=flowed > > irado wrote: > > > configured/compiled/install WITHOUT errors or warnings. htcobrun > > is there but htcobol disappear (never made, at all). > > > > version 0.62 and 0.63 - yes, I am trying a lot, since long. > > > > Question: HOW can I have the compiler done? > > The default configure build prefix is '/usr/local'. > On some newer system these paths (/usr/local/bin and /usr/local/lib) are > not setup by default. > > First, verify that TC was installed. > #ls -l "/usr/local/bin/htcob*" > #ls -l "/usr/local/lib/libhtcob*" > > If TC was installed, you can do one of the following. > > Add '/usr/local/bin' to your PATH, and '/usr/local/lib' to the dynamic > linker (/sbin/ldconfig) library paths. > > Or remove and re-build TC with the '/usr' confugure prefix. > #./configure --prefix=/usr > #make > #make install > Run the dynamic linker configure (see man ldconfig), to update the > library cache. > > > system: Slackware Linux 12.1 > > BTW, I have added a Slackware build script to CVS > ('info/slackware/SlackBuild'). > Should work on 'Slackware 12.1', with minor modifications, using the TC > 0.63 sources. > > Or you can wait for TC 0.64, which should be out by the end of October, > I hope. > > Hope this helps. > > > > > > ------------------------------ > > Message: 3 > Date: Sat, 11 Oct 2008 20:03:27 +0200 > From: m_maass <m_...@we...> > Subject: [Tiny-cobol-users] htcobol can not compile, hang-up > To: tin...@li... > Message-ID: <48F...@we...> > Content-Type: text/plain; charset="iso-8859-1" > > Howdy, > > i have some problem wit compiling my third Cobol source, htcobol hang-up. > The source is from one book from 1988. (See attachment.) > > My system: > system: Slackware 12.1 Linux darkstar 2.6.25 #1 Tue May 6 19:39:30 CEST > 2008 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux > > Version: > htcobol -V > TinyCOBOL pre-alpha 0.63.139 (linux-gnu 2008/10/11) > Copyright (C) 1991, 1993, 1999-2008 Rildo Pragana > created today, from cvs. > > typescript from build htcobol is also attached. > > My htcobol hang-up after this command: > > htcobol -v demo1-zinsen.cob > Pre-processing 'demo1-zinsen.cob' into 'demo1-zinsen.i' > Generating assembler output file 'demo1-zinsen.s' from input > 'demo1-zinsen.i' > > Is the problem only on my system or is it a generic problem? > > Thank, and sorry for my alien English > > Mike > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: typescript > Type: application/octet-stream > Size: 23171 bytes > Desc: not available > -------------- next part -------------- > An embedded and charset-unspecified text was scrubbed... > Name: demo1-zinsen.cob > > ------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > ------------------------------ > > _______________________________________________ > Tiny-cobol-users mailing list > Tin...@li... > https://lists.sourceforge.net/lists/listinfo/tiny-cobol-users > > > End of Tiny-cobol-users Digest, Vol 25, Issue 1 > *********************************************** > |