VC++ had nothing to do with the problem. The problem is specific to having another installation of a GNU toolchain. You may have been better of using VC++ that and deleting Dev-C++!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A possible answer to your question can be found in the thread titled "Please Read Before Posting a Question". You mnay have another tool in your path like Cygwin that is causing you issues.
If that is not it, you need to post your Basic 3 please.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nowadays i´m gettin usually after compiling these errors:
[Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status
what does this mean?
the C codes i wanna compile worked before.
thank you in advance
> i had Visual C++ installed
VC++ had nothing to do with the problem. The problem is specific to having another installation of a GNU toolchain. You may have been better of using VC++ that and deleting Dev-C++!
A possible answer to your question can be found in the thread titled "Please Read Before Posting a Question". You mnay have another tool in your path like Cygwin that is causing you issues.
If that is not it, you need to post your Basic 3 please.
Wayne
hey,
thanks a lot!
i had Visual C++ installed and other crap softwares. I removed them all and now it works.