CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Error

  1. #1
    Join Date
    May 2009
    Posts
    1

    Unhappy Error

    Every time a try to run a program with dev-c++ I get these three error lines:
    -----------------------------
    [Linker error] undefined reference to `__cpu_features_init'
    ------------------------------------------
    ld returned 1 exit status
    ------------------------------------
    C:\Dev-Cpp\Starting Out\C++\01\Makefile.win [Build Error] [Lesson01.exe] Error 1
    ------------------------------


    Did I delete something important?

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Error

    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured