Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Dev-C++ 4.9.9.2 help!

Options
  • 01-02-2008 4:02am
    #1
    Registered Users Posts: 12,004 ✭✭✭✭


    We're using this compiler in college so, I installed it on my laptop but, I wrote a program earlier on today which worked perfectly in college but, I get an warning message on my laptop (Vista 32bit)!

    Warning Message:
    Source file not compiled.
    

    Here is the compile log:
    Compiler: Default compiler
    Executing gcc.exe...
    gcc.exe "C:\...\BubbleSwap.c" -o "C:\...\BubbleSwap.exe" -l "C:\...\include" -L "C:\...\lib"
    gcc.exe: installation problem, cannot exec 'cc1': No such file or directory
    Execution terminated
    Compilation successful
    

    Any ideas?
    Thanks,
    Jay


Comments

  • Registered Users Posts: 760 ✭✭✭mach1982


    looks like gcc( the compiler) wasn't installed correctly. Do a search for gcc.


  • Registered Users Posts: 1,287 ✭✭✭joe_chicken


    As most things in life, google is your friend :)

    Dev-C++ in Vista


  • Registered Users Posts: 12,004 ✭✭✭✭L'prof


    As most things in life, google is your friend :)

    Dev-C++ in Vista

    Thanks for the link, really appreciate the sarcasm too! Do you think I would post looking for help without trying google first? I tried google but, couldn't find anything useful!

    Anyway, thanks all the same...I'll let you know how I get on!


  • Registered Users Posts: 1,287 ✭✭✭joe_chicken


    jasonorr wrote: »
    Thanks for the link, really appreciate the sarcasm too!

    There was no sarcasm in my post.
    jasonorr wrote: »
    Do you think I would post looking for help without trying google first?

    I don't know you. You didn't specify.
    jasonorr wrote: »
    I tried google but, couldn't find anything useful!

    It was the first link on the first Google search I did.
    jasonorr wrote: »
    Anyway, thanks all the same...I'll let you know how I get on!

    Please do.

    This post contains no sarcasm.


  • Registered Users Posts: 12,004 ✭✭✭✭L'prof


    OK thanks again for the link P.S. I did try google, I'm just obviosly not as good efficient as you :p. I got the compiler working anyway, there's just one thing to watch out for...the site mentions copying files to C:\MingW\lib which doesn't exist so, all you have to do is create these two folders!

    Anyway, thanks again!


  • Advertisement
Advertisement