|
From: David E. <de...@us...> - 2007-01-05 18:35:45
|
I think we need to isolate the problem, so I will require more information. Vince Coen wrote: > David Essex wrote: > >> Vince Coen wrote: >> >>> I am still not able to run all tests without some failures >>> despite using various versions of gcc including 4.1.1 , 3.3.6 >>> amd 2.96. >>> What is the corrent one to use? Well GCC 3.3.6 should work. Do you have 3 GCC versions on one system ? If so, so you have 3 versions of the back end (GAS and Linux linker) ? >> Version 0.63 should compile and run on 32-bit systems >> using GCC 2.x - 3.x. >> I have no information about 32-bit (or 64-bit) systems using >> GCC 4.x. >> >> I think the problem you have encountered is related to 64-bit >> systems. >> Since I have no experience with 64-bit systems, I really can't >> help. > > Nope running in a 32 bit Mandriva environment only. > Want to get the basics working first. When you use GCC version 3.x, do you still get the following errors ? As for perf06 I get: $ htcobol perf06 perf06.cob: Assembler messages: perf06.cob:3: Error: symbol `.LB_QUAL_SECTION_2_0' is already defined perf06.cob:4: Error: symbol `.LE_QUAL_SECTION_2_0' is already defined Actually could you try the following command and list the output. $htcobol -v perf06.cob If the above problem persists, issue the following command and send me (not the list) the assembler file in a ZIP or TAR/GZ archive. $htcobol -v -S perf06.cob David Essex |