help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Option -I with file instead of directory?


From: David Côme
Subject: Re: Option -I with file instead of directory?
Date: Sat, 16 Feb 2008 10:14:06 +0100
User-agent: Opera Mail/9.50 (Linux)

On Fri, 15 Feb 2008 03:15:49 +0100, Jeff Schwab <jeff@schwabcenter.com> wrote:

(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.


g++ main.cpp -o prog -L/the/path/to/ -lthelibrary


reply via email to

[Prev in Thread] Current Thread [Next in Thread]