On Fri, 15 Feb 2008 03:15:49 +0100, Jeff Schwab <[EMAIL PROTECTED]> 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
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to