|
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) |
(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
[Prev in Thread] | Current Thread | [Next in Thread] |