Todd D. Woodward wrote:
> > You could easily test this by altering configure for a moment.
>
> Where/what in the configure would I modify to try this out?
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.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]