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/15029] gcc 3.4.0 doesn't build on Solaris


------- Additional Comments From papadopo at shfj dot cea dot fr  2004-04-20 16:40 -------
> The C compiler has already been built, so this can't be too bad. I'm not sure
> how to get more verbose output to debug this though.

It seems to be enough to change line 2500 of configure from:

	if test $ac_cv_header_sys_mman_h != yes \
	 || test $ac_cv_func_mmap != yes; then

to:

	if test "x$ac_cv_header_sys_mman_h" != xyes \
	 || test "x$ac_cv_func_mmap" != xyes; then

Unfortunately I'm not sure which source file needs to be changed. This specific
test seems to be generated without configure.in or Makefile.am specifying
anything relevant, so this would rather be an autoconf issue.

-- 


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


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