Menu

#155 Dev-C++ 5.11 not configured properly for TDM-GCC 4.9.2 32-bit

None
fixed
2018-12-20
2015-05-01
Andrei
No

Running on Windows XP (32-bit). Each time when I start Dev-C++ 5.11 the attached warning message appears.

Is this something to worry about? And how can I prevent it from popping up every time?

1 Attachments

Discussion

  • Andrei

    Andrei - 2015-05-01

    Screenshot I originally posted doesn't load correctly for me so here it is again:

    EDIT: temporary solution for the impatient such as myself: download Windows Server RKTools and use linkd to create a junction:

    c:\Program Files\Dev-Cpp\MinGW64>linkd lib32 x86_64-w64-mingw32\lib32
    Link created at: lib32
    
     

    Last edit: Andrei 2015-05-01
  • orwelldevcpp

    orwelldevcpp - 2015-05-23

    Fixed in 5.12.

     
  • orwelldevcpp

    orwelldevcpp - 2015-05-23
    • status: open --> fixed
    • Milestone: -->
     
  • Syncho

    Syncho - 2015-08-06

    Sir, can you help me fix that problem too. I already downloaded the Windows Resource Kit, but the problem is I don't know how to use them. Please give me instrcutions. I really need to use a compiler for my studies so I can practice programming. I need your help sir ASAP.

     

    Last edit: Syncho 2015-08-06
  • Syncho

    Syncho - 2015-08-06
     

    Last edit: Syncho 2015-08-06
  • Andrei

    Andrei - 2015-08-07

    James Jaime, after you install the Windows Resource Kit open a Command Prompt Start->Run->cmd.exe and type in the following commands:

    cd "C:\Program Files\Dev-Cpp\MinGW64"
    linkd lib32 x86_64-w64-mingw32\lib32
    
     

    Last edit: Andrei 2015-08-07
  • NTer

    NTer - 2015-09-07

    Andrei, Jaime >>

    Go to [Tools] - [Compiler Options] and
    [Directories] - [Libraries] tab.

    There are 6 compiler set to configure ; 3-64bit and 3-32bit
    The problem is 32bit compiler's library directory setting.

    Delete [C:\Program Files\Dev-Cpp\MinGW64\lib32] each 32bit compiler setting and
    save [C:\Program Files\Dev-Cpp\MinGW64\x86_64-w64-mingw32\lib32]
    at [Directories] - [Libraries] tab.

    You do not have to touch 64bit setting.

    Have a nice day.

     

    Last edit: NTer 2015-09-07
  • U V SAI SWAROOP

    U V SAI SWAROOP - 2018-12-19

    NTer >>
    YOU ARE FANTASTIC
    BECAUSE OF U, I COULD ABLE TO INSTALL DEVCPP IN LAPTOP.....
    THANQ

     
  • Jonatas Oliveira Chagas

    Thank you, it really helped.

     

Log in to post a comment.