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]

Re: configure error in gcc3.1,3.2


Nico Schottelius <schottelius at wdt dot de> writes:

> In checking gcc:
>
> checking for working mmap from /dev/zero...
> nico at flapp:~/tar.gz/gcc-3.2.2 $ 
>
> this stays forever, i got to comment out the check in line 4273 with
> the source code before. [gcc/configure]
>
> #if { (eval echo configure:4296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
>
> changed to 
>
> if 0
>
> same goes with working mmap, i got to set if 0 there, too.
> I am using Linux 2.5.[50-63] with devfs. Always the same problem.

It looks like a bug in your system.  Please try without devfs - or
with a 2.4 kernel,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj at suse dot de
   private aj at arthur dot inka dot de
    http://www.suse.de/~aj


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