[wplug] Very strange problem

Rafael E. Herrera raffo at neuronet.pitt.edu
Sat Aug 3 18:51:34 EDT 2002


Hagbard Celine wrote:
>>Look at your compile lines, if it contains '-I.', then the preprocessor 
>>will look for headers in the current working directory, also.
> 
> Ok, I'll have a look there.  I'm using autoconf and automake (again, for the
> learning experience), so I'm not quite sure just what is going into the
> compile lines.

when you type 'make', you'll probably see every time GCC compiles a 
source file. Something like:

   $ gcc -g -I<blah> -c filename.o filename.c

The include paths should be listed.
-- 
      Rafael




More information about the wplug mailing list