- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there an option to specify a directory where the compiler should store the object files ?
I'm looking to something like "-module" but acting on object files.
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No there's no such option on Linux. Unfortunately -o does not function like the Windows /object option which accepts a directory. It is my experience/understanding that you have to build the path into the -o argument on Linux while also naming the output file itself.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page