Christopher asks: > I want to start learning to program w/ gcc and qt. I've run into my > first problem. How do I get gcc to recognize /usr/qt/3/include/ as a > valid include path (so that I can refer to the qt header files with <> > insted of spelling them out with "")
Well, this is not really Gentoo-specific, but you can use the -I
option to gcc.
gcc -I /some/path/include -o foo foo.c
Alex
--
Alex Schuster [EMAIL PROTECTED] PGP Key available
[EMAIL PROTECTED]
--
[EMAIL PROTECTED] mailing list
