CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    19

    Permission denied?

    I'm sure this is a stupid problem.. But when I try to compile something I get this:

    Code:
    C:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot open output file ..\eoserv-debug.exe: Permission denied
    collect2: ld returned 1 exit status
    Process terminated with status 1 (0 minutes, 2 seconds)
    0 errors, 0 warnings

  2. #2
    Join Date
    Nov 2003
    Posts
    1,902

    Re: Permission denied?

    Make sure it's not still running.

    gg

  3. #3
    Join Date
    Mar 2004
    Location
    KL, Malaysia
    Posts
    63

    Re: Permission denied?

    Most likely your eoserv-debug.exe is still running, you can use task manager to end it before recompile a new version.

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