#7297 - hnager - Sat Jun 14, 2003 3:50 am
I'm getting that error when compiling gcc from vc++, but only when trying to wrap a block in a conditional thta looks like:
if(!(count%20)){
...
}
I don't get that error if compiling by means of a makefile outside of vc++.
THe answer to the problem is describe on devr's as:
The library libgcc.a is either not getting properly linked with your project or it is an incorrect version.
how would I remedy that?
if(!(count%20)){
...
}
I don't get that error if compiling by means of a makefile outside of vc++.
THe answer to the problem is describe on devr's as:
The library libgcc.a is either not getting properly linked with your project or it is an incorrect version.
how would I remedy that?