1847694 Members
6212 Online
110265 Solutions
New Discussion

Re: Doing a make run.

 
Jeffrey F. Goldsmith
Super Advisor

Doing a make run.

One of my programmers has been having problems when she is compiling programs. It will give us an error telling us that we don't have a license. She was the only one doing any compiling at the time. When it was run an hour later it worked. Does anyone know what could be causing her these problems? The server is an L2000 with HP-UX 11.0 and we have one copy of the Cobol compiler. I am going to add the programmers notes and comments so that you will know what is happening.

Any help would be grateful.

Note:
I am doing a make run which processes some of the 800 level programs in xport/src/sl. This is the last step in the build of testifas. I am getting the license error again and nothing else is going on in test on Diomede unless something is being done for Testtax. I doubt it because Rosemary is away on vacation.

[diomede] sl$ make run.hp
rm -f /apps/testifas/xport/o/sy8??.o
cob -gxe "" -X COBCOMMS -X RTSCALL /apps/testifas/xport/src/sl/sy8??.cb
l /apps/testifas/bsi/o/*.o /apps/testifas/xport/o/*.o /lib/libisam.a -L/apps/informix/lib -L/apps/informix/lib/esql -lifsql
-lifasf -lifgen -lifos -lifgls -lnsl_s -lm -lsec /apps/informix/lib/esql/checka
pi.o -lifglx -lcurses -lm /lib/libcur_colr.a -lc -o /apps/testifas/bsi/bin/run.new -m sqfile=mpeio -m rlfile=mpeio -m ixfile=mpeio -m lsfile=mpeio
/apps/testifas/xport/src/sl/sy800.cbl:
Attention: All HP Micro Focus Object COBOL licenses are being utilized.
At this time licenses are being granted from your overdraft allotment.
Please contact your system administrator to evaluate current licensing
requirements.
/apps/testifas/xport/src/sl/sy804.cbl:
Attention: All HP Micro Focus Object COBOL licenses are being utilized.
At this time licenses are being granted from your overdraft allotment.
Please contact your system administrator to evaluate current licensing
requirements.
/apps/testifas/xport/src/sl/sy806.cbl:
Attention: All HP Micro Focus Object COBOL licenses are being utilized.
At this time licenses are being granted from your overdraft allotment.
Please contact your system administrator to evaluate current licensing
requirements.
1 REPLY 1
harry d brown jr
Honored Contributor

Re: Doing a make run.


it's not an error, it's a warning, the compiles should have succeeded.

The issue is that it looks like it, the makefile, is spawning multiple cobol compiles, because of the file name sy8??.cb

Put a seperate line for each program and the issue will probably go away.

live free or die
harry
Live Free or Die