Author Topic: [ask] running c++ linux  (Read 2574 times)

arviza

  • Guest
[ask] running c++ linux
« on: October 30, 2012, 03:25:06 pm »
hi, I am trying to run C++ program on linux, when I press F9, it says c:/myfolderpath "permission denied", how to solve this?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: [ask] running c++ linux
« Reply #1 on: October 30, 2012, 05:39:52 pm »
hi, I am trying to run C++ program on linux, when I press F9, it says c:/myfolderpath "permission denied", how to solve this?
Linux has not drives like "C:/". ??? If you are on Windows, allow permission on file system level or use a path you have write permissions to, like your documents folder.

You know: Every OS restrict access to certain files and/or folder. The root folder is most likely protected that way as it contains system files. I cannot say exactly because you didn't mention your OS exactly. Is it really Linux??? But you'll find out...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ