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]
Other format: [Raw text]

[Bug bootstrap/12596] configure setting --with-libiconv-prefix doesn't get passed to gcc-subdir


------- Additional Comments From artem at bizlink dot ru  2004-03-04 17:52 -------
> Does /usr/local appear in any of your include paths 
> (can grep through Makefiles to find out...). Thanks.

FreeBSD 5.1-RELEASE-p11

gcc-3.4-20040303

../configure --prefix=/usr/local/gcc-20040303-2 --disable-nls 
--enable-languages=c,c++,java --disable-java-awt --without-x --enable-threads 
--enable-sjlj-exceptions --with-libiconv-prefix=/usr/local

For me the answer is positive.
(Although it does not relate with iconv detection problem, IMO).

gcc/Makefile:
CPPFLAGS =  -I/usr/local/include

intl/Makefile:
CPPFLAGS = -I/usr/local/include

i386-unknown-freebsd5.1/libjava/libltdl/Makefile:
CPPFLAGS = -O2 -g -O2 -I/usr/local/include

i386-unknown-freebsd5.1/libjava/Makefile:
CPPFLAGS = -O2 -g -O2 -I/usr/local/include

...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12596


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]