This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12596] configure setting --with-libiconv-prefix doesn't get passed to gcc-subdir
- From: "artem at bizlink dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Mar 2004 17:52:23 -0000
- Subject: [Bug bootstrap/12596] configure setting --with-libiconv-prefix doesn't get passed to gcc-subdir
- References: <20031013131412.12596.ppohja@iki.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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