This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
On Wed, Sep 26, 2001 at 04:13:27PM -0700, David Taylor wrote: > Hi - > > "gcc -isystem. -H test.c" produces the same output as "gcc -H test.c", i.e. > it searches only system header directories: You have to put a space between -isystem and its argument. Yes, this is different from -I. Read the manual. zw
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |