help-gnu-utils
[Top][All Lists]
Advanced

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

Makefile include issues


From: phreakazoa
Subject: Makefile include issues
Date: 14 Feb 2006 23:32:16 -0800
User-agent: G2/0.2

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,
russel@sunraystudios.com,
blog: http://russelio.sunraystudios.com/



reply via email to

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