C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 11-11-2007, 12:26 PM   #1
Registered User
 
Join Date: Sep 2007
Posts: 124
Question Bloodshed Dev Stops Compiling

Hi,

A while ago I bought a book about programming C++ and downloaded the Bloodshed Dev-C++ program to compile the programs out of it. Everything worked fine until recently, when I installed MS Visual Studio Express. Now whenever I try to compile anything in Bloodshed it gives me the following errors:

[Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status

I know there's nothing wrong with the code because it worked before. So anyone know what the problem is here? BTW I have tried re-installing Bloodshed, it didn't make any difference.

Cheers.
bengreenwood is offline   Reply With Quote
Old 11-11-2007, 12:28 PM   #2
Registered Abuser
 
Join Date: Sep 2007
Location: USA/NJ/TRENTON
Posts: 127
I'm no expert on the subject, but perhaps your PATH variable is having a conflict?
sh3rpa is offline   Reply With Quote
Old 11-11-2007, 01:15 PM   #3
SRS
3rd Week In C++
 
SRS's Avatar
 
Join Date: Nov 2007
Posts: 22
Very Odd

Quote:
Originally Posted by bengreenwood View Post
Hi,

A while ago I bought a book about programming C++ and downloaded the Bloodshed Dev-C++ program to compile the programs out of it. Everything worked fine until recently, when I installed MS Visual Studio Express. Now whenever I try to compile anything in Bloodshed it gives me the following errors:

[Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status

I know there's nothing wrong with the code because it worked before. So anyone know what the problem is here? BTW I have tried re-installing Bloodshed, it didn't make any difference.

Cheers.

I too installed Dev-C++ first (first an older version, and then the newest beta version shown in my signature), and later installed Visual Express and can use either one now with no problems. Using AMD 64 and win xp pro
__________________
Dev-C++ 5.0 beta 9.2 (4.9.9.2) (9.0 MB) with Mingw/GCC 3.4.2
SRS is offline   Reply With Quote
Old 11-11-2007, 02:34 PM   #4
Registered Abuser
 
Join Date: Sep 2007
Location: USA/NJ/TRENTON
Posts: 127
are you trying to use your project files (.dev) files in MSVS?

That might give you that error.
sh3rpa is offline   Reply With Quote
Old 11-11-2007, 03:25 PM   #5
Registered User
 
Join Date: Sep 2007
Posts: 124
Nope, just trying to compile the same cpp files I compiled before I installed VS.
bengreenwood is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screwy Linker Error - VC2005 Tonto C++ Programming 5 06-19-2007 02:39 PM
Compiler Stops Compiling tyler4588 C++ Programming 8 08-02-2003 10:20 PM
Sleep on Bloodshed Dev C++ BigSter C++ Programming 3 11-15-2001 10:17 AM
Wait on Bloodshed Dev C++ BigSter C++ Programming 1 11-14-2001 03:46 AM
Tutorial about Bloodshed Dev! Unregistered C++ Programming 2 11-13-2001 07:42 PM


All times are GMT -6. The time now is 04:12 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22