Francesco Montorsi ha scritto:
> Maybe my GCC has a "builtin" search path the /usr/local/include path?
> I need to investigate.
yes, doing:

  cpp -v </dev/null

reveals that /usr/local/include is a GCC include builtin path on my 
system. OTOH, I think that in any case the configure script does not 
need modifications.

If you install things in /usr/local/include and that's not a builtin 
path for your GCC then you'll need to do:

CPPFLAGS="-I/usr/local/include" ./configure


Francesco


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to