Option -I with file instead of directory?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • saneman

    Option -I with file instead of directory?

    Is there some option for g++ similar to -I that includes a file instead
    of a directory?
  • Victor Bazarov

    #2
    Re: Option -I with file instead of directory?

    saneman wrote:
    Is there some option for g++ similar to -I that includes a file
    instead of a directory?
    Please ask in the G++ newsgroup. Command line switches for any
    particular compiler are off-topic.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    • Jeff Schwab

      #3
      Re: Option -I with file instead of directory?

      (follow-up set to gnu.g++.help)

      saneman wrote:
      Is there some option for g++ similar to -I that includes a file instead
      of a directory?
      I don't believe so, but you may be able fake it by creating a local
      directory with a symbolic link to the file in question.

      Comment

      Working...