|
Interesting, it looks like como does not recognize .S extensions:
$ como -M /opt/src/stdcxx-4.2.1/src/atomic-cxx.S $ ls -la /opt/src/stdcxx-4.2.1/src/atomic-cxx.S
$ cat /opt/src/stdcxx-4.2.1/build/lib/.depend/atomic-cxx.d It looks like when reporting this bug I checked incorrect version (generated by other compiler) of .depend/atomic-cxx.d. After changing como to recognize .S extensions this problem disappears. This bug can be closed. Are you sure that the problem is gone? Can you try to make a clean build?
I don't have the como to verify, but I suppose there still should be problems with compiling the atomic-cxx.S file. Perhaps we need to change como.config the same way as eccp.config in this patch I still can't get clean build, however, now I am running into exactly
the same problem as this one http://issues.apache.org/jira/browse/STDCXX-822 related to atomic-cxx.S. I can provide configuration output, etc. A quick grep for _RWSTD_VA_LIST shows that it is not defined indeed. I sure that the last problem is not related to atomic-cxx.S.
Could you please open an another issue and attach the generated makefile.in, config.h and config.log files? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
STDCXX-481.Could you please provide the output of the "como -M /opt/src/stdcxx-4.2.1/src/atomic-cxx.S" command?