Todd D. Woodward wrote:

>>Just create a file named test.c which has just:
>>
>>#include <midgard/midgard.h>
>>int main(int argc, char **argv) { return 0; }
>>
>>and try compiling it with 'gcc -I /usr/local/include test.c'
>>
>>If that doesn't work, change the include to '#include <midgard.h>'
>>and try compiling it with 'gcc -I /usr/local/include/midgard test.c'
>>
>>If the first doesn't work, and the second does, we've got a bit of a
>>problem.

OK, try with

gcc -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include 
-I/usr/local/mysql/include -I/usr/local/include -I/usr/local/include test.c

and

gcc -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include 
-I/usr/local/mysql/include -I/usr/local/include 
-I/usr/local/include/midgard test.c

respectively.

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to