How do I remove a include path??? because I don't have root and there are
header files of a previous version of GD in /usr/local/include that are
used. So I need to remove that include path while compiling..
any idea?
thanks
Add -I/the/right/path to your compiler flags. It will search there
first.
--
Måns Rullgård
m...@users.sf.net
Norm
Doesn't seem to work. are you absolutly sure it doesn't check the standard
includes first?? (freebsd)
>
> --
> Måns Rullgård
> m...@users.sf.net
At least gcc seems to let you do this, at least if I don't misunderstand
the info pages:
`-nostdinc'
Do not search the standard system directories for header files.
Only the directories you have specified with `-I' options (and the
current directory, if appropriate) are searched. *Note Directory
Options::, for information on `-I'.
Regards, Jens
--
_ _____ _____
| ||_ _||_ _| Jens.T...@physik.fu-berlin.de
_ | | | | | |
| |_| | | | | | http://www.physik.fu-berlin.de/~toerring
\___/ens|_|homs|_|oerring