[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: change cpp include directories for alt compiling



Andreas Jellinghaus wrote:
> "configure" calls cpp to check for existing include files.
> so i need to configure cpp to use i486-linuxlibc1 include directoriers
> and only these. but there is no i486-linuxlibc1-cpp and cpp has no
> "-b i486-linuxlibc1" parameter...
> 
> any solution ?

No, not if it uses /usr/bin/cpp.  It should really use $(CC) -E
instead.  /usr/bin/cpp will always be the cpp of the primary compiler,
which will always use the standard search paths.

Sorry.

--Galen


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: