Here are two linen out of my Makefile=>
Main.o: m_utils.h Main.cpp
        g++ -I/usr/include/mysql -I/usr/include/mysql++ -Icgicc/include/cgicc
-c Main.cpp

But when I run:
    make Main.o
it runs=>
    g++ -c -o Main.o Main.cpp

and I get errors saying that <mysql++.h> isn't found.  And I know that
the command I am specifying works.

I'm reading the make manual, and haven't encountered it yet, though I
know I will, but hopefully someone knows the answer quickly, so this
way I can get back to what I'm doing, WHILE reading the make manual.

Thank you,
Russel Gauthier,
[EMAIL PROTECTED],
blog: http://russelio.sunraystudios.com/

_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to