From: David E. <de...@us...> - 2006-12-29 20:42:48
|
Vince Coen wrote: > ... > Now with LD_LIBRARY_PATH set I have run the > test_suite make file and programs. > > The Only failures I get are with srt03, srt05, perf06 > but both srtio03/05 > compile and execute showing the following respectively: > ... > 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 > > I am running gcc v 4.1.1. > > Any Ideas for these. It compiles and runs without these problems on GCC 2x - 3x. AFAIK, no tests have been done with GCC 4x. So I can only assume that there are some problems related to the GCC 4x tool-chain, specifically with GAS. Unfortunatly, I do not have access to a system with GCC 4x installed, and thus no way to test this assertion. |