-
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
-
Re: Permission denied?
Make sure it's not still running.
gg
-
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.