Changing gcc library path
By default my gcc compiles with the library location
/usr/lib/gcc-lib/i386-redhat-linux/3.3.2/include
What if I want it to compile with librarys located in
/usr/lib/gcc-lib/newarea/include
How can I do this?
Thanks,
regards,
|