¿ªÔÆÌåÓý

Attachments
Folks, I have disabled attachments as GMAIL seems to block anything any one attaches. If you want to distribute files please use the files section on the groups.io web site. Create a folder and store
By Dave Wade · #3698 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
I think that is correct. I can't remember if I did anything special for "sys" when I tweaked the code for "sys". Let me have a look. By the way GMAIL seems to block this. Might be better to upload
By Dave Wade · #3697 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Now here's someone just asking for pain :-D Within the attached file, zlib-1.2.11.tar.gz, is the program, adler32.c, which I am trying to compile, using GCCLIB. Screen scraping is in adler32.listing.
By Mark A. Stevens · #3696 ·
Re: vm370 Load command in exec file
I went with your suggestion of TXTLIB concept and it worked great!!!! Thank you so much. Bob B, thank your for plan b, will keep it on file. Again Thank you for the responses... Moving forward. Cheers
By Tom Chandler · #3695 ·
Re: vm370 Load command in exec file
LOAD NAME1 INCLUDE NAME2 INCLUDE NAME3 INCLUDE NAME4 ---- GENMOD MYMOD I will never be able to type on a phone. [email protected]> wrote:
By Bob Bolch · #3694 ·
Re: vm370 Load command in exec file
What I use is: LOAD NAME INCLUDE NAME2 INCLUDE NAME Etc--------- GENMOD MYMOD
By Bob Bolch · #3693 ·
Re: vm370 Load command in exec file
Quick and dirty : create a TXTLIB with 13 parts and then use it in your GLOBAL before loading the last one and issue the genmod command Other way would be to use a variable to hold the sequence of
By Jean-Pierre Cabani¨¦ · #3692 ·
vm370 Load command in exec file
Most likely really dumb question, but I have a LOAD command that has14 modules to load before I do a GENMOD.? It appears after col 72, the system drops the remaining names. Is there a way to have a
By Tom Chandler · #3691 ·
Re: Visual studio 2022
Thanks...
By Marco Antoniotti · #3690 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Mark, Which file do you need? Always prepared to have look Dave Sent: 07 December 2021 17:36 To: [email protected] Subject: Re: [h390-vm] GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
By Dave Wade · #3689 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Dave, The minidisk is released, after my attempted compile, and I didn't know what was, or was not available. This kicked off the search, which turned into this chain of messages. Thanks for your
By Mark A. Stevens · #3688 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Bob, I am missing a header, which started this entire journey. Plus side, I know more than I started with. Minus side, I need to port the missing header file to CMS. Thank you! ... Mark S.
By Mark A. Stevens · #3687 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Hi Mark, I setup the MAINTC disks for the purpose of building the C runtime, and BREXX. You should use the GCC user disks which the compiler accesses during the compilation. When the CMS option is
By Bob Bolch · #3686 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Mark, The CMS headers are the ones on GCCCMS 202 disk. These are what are used when you compile something with GCC and specify the CMS library option. (well assuming you are not logged on to maint and
By Dave Wade · #3685 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Bob, I am more interested in the CMS emulation/headers than OS, at this instant. It seems that MAINTC 394 (see the reply to Dave) and GCCCMS 202 contain same/similar files. I will make time to compare
By Mark A. Stevens · #3684 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
There seems to be a lot of confusion about how various header files are included in compiles. I am certainly not an expert in GCC on VM, C library options, or CMS itself. But, the discussion begs the
By Harold Grovesteen · #3683 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Dave, Thanks for the additional explanation. I did find *.h files which seem to emulate/imitate/replace those from /usr/include/*.h files on MAINTC 394. My two cents on minidisk vs MACLIB would be
By Mark A. Stevens · #3682 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Hi Mark, I only use GCC to build BREXX, so I am not sure of some of the details. Dave and I will try to provide more details in the help files. I do know that the GCC EXEC on the Y-disk accesses the
By Bob Bolch · #3681 ·
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk? #VMCE
Mark, Well the mess is there BECAUSE there are two sets of ¡°.h¡± files and CMS does not have a directory structure. So the production GCC EXEC accesses the GCCCMS disks that contain the ¡°.h¡±
By Dave Wade · #3680 ·
Re: Visual studio 2022
Marco Antoniotti wrote: I'm looking into it. -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail: fish@...
By Fish Fish · #3679 ·