[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: bash for cross-target
From: |
Yuri Karlsbrun |
Subject: |
RE: bash for cross-target |
Date: |
Mon, 13 Feb 2006 14:19:00 -0800 |
> Bash doesn't specify /usr/include at all. Isn't it the responsibility
> of the compiler to choose an appropriate set of default include
> directories?
>
When I build other applications for my target, I have no problems with
headers. When I explicitly included header's path
(CPPFLAGS="-I<my_install_dir>"), it didn't help. That's why I wondered, may
be I missed something during configuration.
Yuri